From 23f872505d56a06183f55964f40ee697817e1858 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期三, 23 七月 2025 15:24:22 +0800
Subject: [PATCH] 修改提示词、修改扫码icon颜色

---
 packageDomain/pages/resourceDetails/myVideo/index.js |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.js b/packageDomain/pages/resourceDetails/myVideo/index.js
index c3f44a1..ad5933d 100644
--- a/packageDomain/pages/resourceDetails/myVideo/index.js
+++ b/packageDomain/pages/resourceDetails/myVideo/index.js
@@ -219,6 +219,7 @@
       try {
         this.setData({
           bookDetail: res.datas,
+          bookName: res.datas.name,
           buyIdList: res.datas.purchasedSaleMethodIdList,
           learnClassData: res.datas.cmsDatas[0].datas.length > 0 ? res.datas.cmsDatas[0].datas.find(item => item.refCode == "jsek_cloudLearning") : null
         })
@@ -230,7 +231,6 @@
       } catch (error) {
         console.log(error)
       }
-
     });
   },
   // 鏁欏璧勬簮 浜戝涔� 鑾峰彇
@@ -329,8 +329,6 @@
   goBack() {
     wx.navigateBack();
   },
-
-
   async getBuyCmsItem() {
     let cmsItemData = null
     let query = {
@@ -389,7 +387,7 @@
         wx.hideLoading();
         wx.showModal({
           title: '娓╅Θ鎻愮ず',
-          content: '璇ヨ祫婧愭湭璐拱锛屽皢杩斿洖璐拱',
+          content: '璇ヨ祫婧愭湭婵�娲绘垨璐拱锛屽嵆灏嗚繑鍥炲浘涔﹁鎯呴〉闈�',
           success: (res) => {
             if (res.confirm) {
               if (this.data.source == 'qrcode') {
@@ -406,10 +404,8 @@
     } else {
       cmsItemData = dataList[0]
     }
-
     return cmsItemData
   },
-
   resourceDetailsData() {
     this.setData({
       videoLoading: true,
@@ -507,7 +503,6 @@
       })
     })
   },
-
   onVideo(e) {
     this.setPlayerList()
     const item = e.currentTarget.dataset.item

--
Gitblit v1.9.1