From 2c1a13eae201887fdee0a7e0007b7dccdfb4e1db Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 11 三月 2025 10:28:28 +0800 Subject: [PATCH] 云学习资源扫码判断购买 --- pages/home/digitalRead/index.js | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pages/home/digitalRead/index.js b/pages/home/digitalRead/index.js index b845422..b00ca4c 100644 --- a/pages/home/digitalRead/index.js +++ b/pages/home/digitalRead/index.js @@ -14,7 +14,6 @@ * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍔犺浇 */ onLoad(options) { - console.log(options) if (options && options.link) { this.setData({ src: decodeURIComponent(options.link), @@ -22,12 +21,12 @@ }) } else if (options && options.productId) { this.setData({ - src: 'http://jsysf.bnuic.com/bookshelf/#/bookDetail?productId=' + + src: 'https://jsek.bnuic.com/bookshelf/#/bookDetail?productId=' + options.productId }) } else { this.setData({ - src: 'http://jsysf.bnuic.com/bookshelf/#/index' + src: 'https://jsek.bnuic.com/bookshelf/#/index' }) } }, @@ -77,7 +76,6 @@ /** * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ - onShareAppMessage() { - - } + onShareAppMessage() {}, + onShareTimeline() {}, }) \ No newline at end of file -- Gitblit v1.9.1