From 997036b27927bcc1e9207a40b7a69c106a10f30c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 31 七月 2024 15:49:52 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/kefu/fond.js | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/wechat_staff/pages/kefu/fond.js b/wechat_staff/pages/kefu/fond.js
index b9ef121..0761903 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: '>>',
},
/**
@@ -101,7 +103,6 @@
}
})
})
-
let map = [
'/pages/detailDis/product',
'/pages/detailDis/case',
@@ -109,13 +110,9 @@
]
console.log(info.id)
wx.navigateToMiniProgram({
- appId: 'wx208dd1edc0be24ee',
- path: map[info.joinType],
- envVersion: 'trial',
- extraData: {
- id: info.id,
- origin: 'b'
- }
+ appId: 'wxcd2b89fd2ff065f8',
+ path: `${map[info.joinType]}?origin=b&id=${info.id}&userId=${wx.getStorageSync('member').id}`,
+ envVersion: 'trial'
})
},
handleDown() {
@@ -131,7 +128,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