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 = "图书服务-云学习" } } } // });