From 2a64e65874ddc2cbc83418e27930c34305d564ef Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 16 四月 2024 18:23:17 +0800
Subject: [PATCH] 答题卡选中项添加,详情页bug修改

---
 packageBookService/pages/bookServices/detail/components/teachResource/index.js |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.js b/packageBookService/pages/bookServices/detail/components/teachResource/index.js
index ec299ce..a515c77 100644
--- a/packageBookService/pages/bookServices/detail/components/teachResource/index.js
+++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.js
@@ -19,14 +19,19 @@
   },
   data: {
     showRejectDialog: false,
-    confirmBtn: { content: "鐭ラ亾浜�", variant: "base" },
+    confirmBtn: {
+      content: "鐭ラ亾浜�",
+      variant: "base"
+    },
   },
   methods: {
     copy() {
       wx.setClipboardData({
-        data: "http://182.92.203.7:3007/jsek/website/#/home/index",
+        data: "https://jsek.bnuic.com/home/#/home/index",
         success: function (res) {
-          wx.showToast({ title: "澶嶅埗鎴愬姛" });
+          wx.showToast({
+            title: "澶嶅埗鎴愬姛"
+          });
         },
         fail: function (res) {
           console.log(res);
@@ -52,4 +57,4 @@
       });
     },
   },
-});
+});
\ No newline at end of file

--
Gitblit v1.9.1