From b881230fb76d8feee82f6d54eca90fe0c012a5ec Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 25 十二月 2024 10:32:24 +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