jufubao-movie 1.0.29-beta2 → 1.0.29-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
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
:getUserWalletList="getUserWalletList"
|
|
207
207
|
:useBindedWallet="p_useBindedWallet"
|
|
208
208
|
@onChose="handleWalletChose"
|
|
209
|
+
@onAlert="() => hasAlertCardChose = true"
|
|
209
210
|
></xd-wallet-chose>
|
|
210
211
|
|
|
211
212
|
</view>
|
|
@@ -581,7 +582,12 @@
|
|
|
581
582
|
//票券跟钱包都未选择,给用户提示
|
|
582
583
|
if(selected_card_list.length == 0 && selected_wallet_list.length == 0){
|
|
583
584
|
if(!this.hasAlertCardChose){
|
|
584
|
-
this.
|
|
585
|
+
if(this.payCard){
|
|
586
|
+
this.showCardPayChose = true;
|
|
587
|
+
}else{
|
|
588
|
+
this.showWalletChose = true;
|
|
589
|
+
}
|
|
590
|
+
// this.showCardPayChose = true;
|
|
585
591
|
return false;
|
|
586
592
|
}else{
|
|
587
593
|
//支持补差, 提示是否使用补差
|