From 606018855ad2d5ad55f527b76e9652fdb58ed982 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 09 九月 2024 19:50:05 +0800
Subject: [PATCH] bug

---
 pages/cart/paymentPage/index.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/pages/cart/paymentPage/index.js b/pages/cart/paymentPage/index.js
index 818666c..febb0d2 100644
--- a/pages/cart/paymentPage/index.js
+++ b/pages/cart/paymentPage/index.js
@@ -161,11 +161,29 @@
         payPrice: res.payPrice.toFixed(2),
         ImmediatelyReceive: res.payPrice
       })
+      console.log(1, res.saleMethodLinks);
       res.saleMethodLinks.forEach(item => {
         const type = item.orderSaleMethod.type == 'createProductItemSaleMethod' ? 'item' : 'product';
         item.type = type; // 灏唗ype璁剧疆涓篿tem瀵硅薄鐨勫睘鎬э紝鑰屼笉鏄娇鐢╯etData
         item.paymentIcon = getPublicImage(item.orderSaleMethod.product.icon)
         item.payPrice = this.numFormat(item.payPrice)
+        item.orderSaleMethod.price = this.numFormat(item.orderSaleMethod.price)
+        // 
+        if (item.orderSaleMethod.product.cmsTypeRefCode == 'jsek_digitalTextbooks') {
+          item.typeTxt = '鏁板瓧鏁欐潗'
+          item.productType = "鏁板瓧鏁欐潗"
+        } else if (item.orderSaleMethod.product.cmsTypeRefCode == 'jsek_digitalCourses') {
+          item.typeTxt = '鏁板瓧璇剧▼'
+          item.productType = "鏁板瓧璇剧▼"
+        } else {
+          item.typeTxt = '鐢靛瓙涔�'
+          item.productType = "鍥句功鏈嶅姟-鐢靛瓙涔�"
+
+          if (item.orderSaleMethod.type == 'createProductItemSaleMethod') {
+            item.typeTxt = '浜戝涔�'
+            item.productType = "鍥句功鏈嶅姟-浜戝涔�"
+          }
+        }
       })
       this.setData({
         productList: res.saleMethodLinks,

--
Gitblit v1.9.1