From 0f9f58798cb5df9e99e60fed882b73224313915d Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 08 一月 2025 16:24:38 +0800 Subject: [PATCH] shiti --- 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 c88d98a..b00ca4c 100644 --- a/pages/home/digitalRead/index.js +++ b/pages/home/digitalRead/index.js @@ -21,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' }) } }, @@ -76,7 +76,6 @@ /** * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ - onShareAppMessage() { - - } + onShareAppMessage() {}, + onShareTimeline() {}, }) \ No newline at end of file -- Gitblit v1.9.1