liujiaxin 2 周之前
父節點
當前提交
e6834804a6
共有 2 個文件被更改,包括 625 次插入714 次删除
  1. 621 713
      pages_course/living.vue
  2. 4 1
      pages_shopping/live/confirmCreateOrder.vue

文件差異過大導致無法顯示
+ 621 - 713
pages_course/living.vue


+ 4 - 1
pages_shopping/live/confirmCreateOrder.vue

@@ -161,6 +161,7 @@
 				confirmParam: [],
 				type: '',
 				isFirstLoad: true,
+				recordId:null
 			}
 		},
 
@@ -173,6 +174,7 @@
 			this.totalNum = Number(options.totalNum) || 0
 			this.type = options.type
 			this.isFirstLoad = true;
+			this.recordId=options.recordId
 			
 			if (options.type == 'win') {
 				this.getKey()
@@ -344,7 +346,8 @@
 			        cartId: "5",
 			        productId: this.productId,
 			        totalNum: this.totalNum,
-			        couponUserId: this.couponUserId
+			        couponUserId: this.couponUserId,
+					recordId:this.recordId
 			    }
 			
 			    return createReward(data).then(res => {

部分文件因文件數量過多而無法顯示