From 4e64e4f6488f477ec3c75af7864f99bb6ae9964d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 19:05:38 +0800
Subject: [PATCH] ll

---
 wechat_staff/pages/kefu/fond.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/kefu/fond.js b/wechat_staff/pages/kefu/fond.js
index b9ef121..c8f7322 100644
--- a/wechat_staff/pages/kefu/fond.js
+++ b/wechat_staff/pages/kefu/fond.js
@@ -8,7 +8,9 @@
   data: {
     bottomLift: 0,
     checkAll: false,
-    enjoyList: []
+    enjoyList: [],
+    leftIcon: '<<',
+    rightIcon: '>>',
   },
 
   /**
@@ -131,7 +133,7 @@
     console.log('obj', obj);
     let that = this
     getContentShareImg({
-      articleId: obj.id + '&' + obj.joinType,
+      articleId: obj.id + '_' + obj.joinType,
       type: '0',
       // pageUrl: path,
       imgurl: obj.coverImage,

--
Gitblit v1.9.3