jufubao-movie 1.0.63 → 1.0.65-beta1
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
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
this.hasPreNotice = true;
|
|
772
772
|
resolve(res)
|
|
773
773
|
},
|
|
774
|
-
onClose: () => {
|
|
774
|
+
onClose: (res) => {
|
|
775
775
|
this.hasPreNotice = true;
|
|
776
776
|
resolve(res)
|
|
777
777
|
},
|
|
@@ -983,6 +983,9 @@
|
|
|
983
983
|
this.couponLeftBgColor = getContainerPropsValue(container, "content.couponLeftBgColor", "linear-gradient(180deg, #FFA852 0%, #FF5733 100%)");
|
|
984
984
|
this.couponImageUrl = getContainerPropsValue(container, "content.couponImageUrl", "");
|
|
985
985
|
this.getContent();
|
|
986
|
+
if(this.skipToPay === 'Y'){
|
|
987
|
+
this.hasAlertCardChose = true;
|
|
988
|
+
}
|
|
986
989
|
},
|
|
987
990
|
|
|
988
991
|
handleToPay(res){
|