zhongshujie
2024-12-20 32986b54a0e2661f7ad6ed79f3ef12c4289eace9
pages/cart/index.js
@@ -130,10 +130,15 @@
          item.productType = "图书服务-电子书"
          if (item.saleMethod.type == 'createProductItemSaleMethod' || item.saleMethod.type == 'createProductFolderSaleMethod') {
            if (item.linkCmsItems[0].refCode == 'questionBank') {
              item.type = '云测试'
              item.productType = '图书服务-云测试'
            } else {
            item.typeTxt = '云学习'
            item.productType = "图书服务-云学习"
          }
        }
        }
        // 
      });