From e7a3bb27266c2fe0defa39bc7d71af5a47d62df2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 08 一月 2025 14:40:22 +0800 Subject: [PATCH] 答题无解析,添加- --- pages/specialDiscussion/webView/index.js | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/specialDiscussion/webView/index.js b/pages/specialDiscussion/webView/index.js index 5315a56..0275028 100644 --- a/pages/specialDiscussion/webView/index.js +++ b/pages/specialDiscussion/webView/index.js @@ -5,7 +5,7 @@ * 椤甸潰鐨勫垵濮嬫暟鎹� */ data: { - link:'' + link: '' }, /** @@ -14,7 +14,7 @@ onLoad(options) { console.log(options); this.setData({ - link:options.link + link: options.link }) }, @@ -63,7 +63,6 @@ /** * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ - onShareAppMessage() { - - } + onShareAppMessage() {}, + onShareTimeline() {}, }) \ No newline at end of file -- Gitblit v1.9.1