YM
23 小时以前 b5bf6a8ff37d5c363a68697ac8cab88ff21b1614
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 {