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颜色

---
 packageBookService/pages/psychologyAnswer/psychologyAnswer.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.js b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
index 10fe090..0bb02d0 100644
--- a/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
+++ b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
@@ -77,7 +77,7 @@
           const item = idParhList[index];
           const thisItem = linkPathList.find(citem => item == citem.id);
           if (thisItem.saleMethod.length > 0) {
-            if (isBuyList.includes(thisItem.saleMethod[0].Id)) {
+            if (isBuyList.includes(thisItem.saleMethod[0].Id) || thisItem.saleMethod[0].Price == 0) {
               isBuy = true
               break
             } else {
@@ -93,7 +93,7 @@
           wx.showModal({
             icon: 'error',
             title: '娓╅Θ鎻愮ず',
-            content: '璇疯喘涔伴搴擄紝鍗冲皢杩斿洖璐拱椤�',
+            content: '璇锋縺娲绘垨璐拱棰樺簱锛屽嵆灏嗚繑鍥炲浘涔﹁鎯呴〉闈�',
             confirmText: '纭畾',
             showCancel: false, // 鍏抽棴鍙栨秷鎸夐挳
             success: function (res) {

--
Gitblit v1.9.1