From 9aa4f105dd7c4b9e576bebc8e01bb21c366ce550 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:09:31 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/kefu/index.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/pages/kefu/index.js b/wechat_staff/pages/kefu/index.js
index 66bd51c..3f700ce 100644
--- a/wechat_staff/pages/kefu/index.js
+++ b/wechat_staff/pages/kefu/index.js
@@ -21,6 +21,13 @@
this.getDetail(options.id)
}
},
+ handleShare() {
+ wx.navigateToMiniProgram({
+ appId: 'wxcd2b89fd2ff065f8',
+ path: `/pages/kefu/index`,
+ envVersion: 'trial'
+ })
+ },
getDetail(id) {
getCustomizedNewsDetail({id}).then(res => {
this.setData({
--
Gitblit v1.9.3