jufubao-movie 1.0.41-beta2 → 1.0.41-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
:mainColor="mainColor"
|
|
252
252
|
v-if="payCoupon"
|
|
253
253
|
ref="xdCouponChose"
|
|
254
|
-
:hadChoseCoupon="choseCoupon && choseCoupon.
|
|
254
|
+
:hadChoseCoupon="choseCoupon && choseCoupon.selectedCardList"
|
|
255
255
|
:layoutInfo="layoutInfo"
|
|
256
256
|
:show.sync="showCouponChose"
|
|
257
257
|
:jwxSDK="jwxSDK"
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
this.showCouponChose = true;
|
|
533
533
|
},
|
|
534
534
|
//only选择满减券结果
|
|
535
|
-
|
|
535
|
+
handleCouponChose(data){
|
|
536
536
|
console.log(data)
|
|
537
537
|
this.choseCoupon = data;
|
|
538
538
|
this.showCouponChose = false;
|
|
@@ -580,12 +580,6 @@
|
|
|
580
580
|
cb(res);
|
|
581
581
|
})
|
|
582
582
|
},
|
|
583
|
-
|
|
584
|
-
handleCouponChose(data) {
|
|
585
|
-
console.log(data)
|
|
586
|
-
this.choseCoupon = data;
|
|
587
|
-
this.showCouponChose = false;
|
|
588
|
-
},
|
|
589
583
|
|
|
590
584
|
addSettleCard(options, successCb, errCb) {
|
|
591
585
|
console.log(options, 'ioioioioi')
|