修复先付费下现金支付第一次点击时价格为0
This commit is contained in:
@@ -1752,7 +1752,11 @@ export default {
|
|||||||
},
|
},
|
||||||
yinFuJinE() {
|
yinFuJinE() {
|
||||||
const total = this.currentPayMoney - (this.points.toMoney || 0);
|
const total = this.currentPayMoney - (this.points.toMoney || 0);
|
||||||
return total.toFixed(2);
|
if(this.isCreateOrder){
|
||||||
|
return total.toFixed(2);
|
||||||
|
}else{
|
||||||
|
return this.allPrice;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
disableTuicai() {
|
disableTuicai() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user