From c192e381734b9caf173c90bb9141dff0326785ee Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 17 七月 2025 14:20:11 +0800 Subject: [PATCH] 京师智教小程序的专题活动模块 不做点击进入页面提示复制链接 点击时直接提示“请移步PC端查看” --- pages/home/digitalRead/index.js | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/home/digitalRead/index.js b/pages/home/digitalRead/index.js index 0d7c5a9..14f6d30 100644 --- a/pages/home/digitalRead/index.js +++ b/pages/home/digitalRead/index.js @@ -22,11 +22,11 @@ } else if (options && options.productId) { this.setData({ src: 'https://jsek.bnuic.com/bookshelf/#/bookDetail?productId=' + - options.productId + options.productId + '&token=' + wx.getStorageSync('jsek-token') }) } else { this.setData({ - src: 'https://jsek.bnuic.com/bookshelf/#/index' + src: 'https://jsek.bnuic.com/bookshelf/#/index?token=' + wx.getStorageSync('jsek-token') }) } }, @@ -76,7 +76,6 @@ /** * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ - onShareAppMessage() { - - } + onShareAppMessage() {}, + onShareTimeline() {}, }) \ No newline at end of file -- Gitblit v1.9.1