소스 검색

支付订单跳转

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.