From c6b21925af97c059c128763b52750444df9fdaa9 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 05 八月 2024 18:31:49 +0800
Subject: [PATCH] 代码提交
---
wechat_staff/pages/kefu/index.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/kefu/index.js b/wechat_staff/pages/kefu/index.js
index 8034eec..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({
@@ -40,7 +47,7 @@
console.log('杩炴帴瀹㈡湇鎴愬姛');
}
})
- } catch (error) {
+ } catch (error) {
wx.showToast({
title: '璇锋洿鏂拌嚦寰俊鏈�鏂扮増鏈�',
icon: 'none'
--
Gitblit v1.9.3