litian
2024-12-24 6df96b3e7a7da1985ee875e84711e9f15c5fbff0
pages/cart/index.js
@@ -130,8 +130,13 @@
          item.productType = "图书服务-电子书"
          if (item.saleMethod.type == 'createProductItemSaleMethod' || item.saleMethod.type == 'createProductFolderSaleMethod') {
            item.typeTxt = '云学习'
            item.productType = "图书服务-云学习"
            if (item.linkCmsItems[0].refCode == 'questionBank') {
              item.typeTxt = '云测试'
              item.productType = '图书服务-云测试'
            } else {
              item.typeTxt = '云学习'
              item.productType = "图书服务-云学习"
            }
          }
        }
        //