QYF-GitLab1
2025-07-23 23f872505d56a06183f55964f40ee697817e1858
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) {