From 2c08a98f7e85ec7c9376f27a7933e75e44d672f7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 27 八月 2024 15:52:59 +0800
Subject: [PATCH] ll
---
wechat_staff/pages/kefu/index.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/kefu/index.js b/wechat_staff/pages/kefu/index.js
index 8034eec..588fe1d 100644
--- a/wechat_staff/pages/kefu/index.js
+++ b/wechat_staff/pages/kefu/index.js
@@ -21,6 +21,14 @@
this.getDetail(options.id)
}
},
+ handleShare() {
+ const { info } = this.data
+ wx.navigateToMiniProgram({
+ appId: 'wx208dd1edc0be24ee',
+ path: `/pages/kefu/index?title=涓撳睘瀹㈡湇&id=${info.id}`,
+ envVersion: 'release'
+ })
+ },
getDetail(id) {
getCustomizedNewsDetail({id}).then(res => {
this.setData({
@@ -40,7 +48,7 @@
console.log('杩炴帴瀹㈡湇鎴愬姛');
}
})
- } catch (error) {
+ } catch (error) {
wx.showToast({
title: '璇锋洿鏂拌嚦寰俊鏈�鏂扮増鏈�',
icon: 'none'
--
Gitblit v1.9.3