ソースを参照

支付订单跳转

yuxingxing 2 年 前
コミット
23b63d7cb6
2 ファイル変更629 行追加630 行削除
  1. 1 0
      components/orderGoods/index_mall.vue
  2. 628 630
      pages/goods/order_confirm/index.vue

+ 1 - 0
components/orderGoods/index_mall.vue

@@ -154,6 +154,7 @@
 		},
 		watch: {
 			cartInfo: function(nVal, oVal) {
+				console.log(nVal);
 				let num = 0
 				nVal.forEach((item, index) => {
 					num += item.totalSales - 0

ファイルの差分が大きいため隠しています
+ 628 - 630
pages/goods/order_confirm/index.vue


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません