liujiaxin 3 주 전
부모
커밋
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 => {

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