gxd-uni-library-editx 1.0.61 → 1.0.62
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
|
@@ -464,7 +464,7 @@ export default {
|
|
|
464
464
|
}else{
|
|
465
465
|
this.selectedCardList = selected_card_list;
|
|
466
466
|
this.needPayPrice = need_pay_price;
|
|
467
|
-
this.cardPayPrice = card_total_use_price
|
|
467
|
+
this.cardPayPrice = card_total_use_price;
|
|
468
468
|
this.renderChecked = Date.now();
|
|
469
469
|
}
|
|
470
470
|
}, (err) => {
|
|
@@ -559,7 +559,7 @@ export default {
|
|
|
559
559
|
this.$xdHideLoading();
|
|
560
560
|
|
|
561
561
|
//成功回调
|
|
562
|
-
let {selected_card_list=[], need_pay_price, is_need_pop} = res;
|
|
562
|
+
let {selected_card_list=[], need_pay_price, is_need_pop, card_total_use_price} = res;
|
|
563
563
|
|
|
564
564
|
if(is_need_pop){
|
|
565
565
|
this.useCardPop(res).then((select_content) => {
|
|
@@ -602,6 +602,7 @@ export default {
|
|
|
602
602
|
this.cardList = selected_card_list.concat(this.cardList);
|
|
603
603
|
this.selectedCardList = selected_card_list.concat(this.selectedCardList);
|
|
604
604
|
this.needPayPrice = need_pay_price;
|
|
605
|
+
this.cardPayPrice = card_total_use_price
|
|
605
606
|
}
|
|
606
607
|
this.xdDownDrawerNewCard = false;
|
|
607
608
|
this.renderChecked = Date.now();
|