Merge branch 'ymf_test' of https://e.coding.net/g-cphe0354/yinshoukeguanliduan/management into test
This commit is contained in:
commit
e795c49b32
|
|
@ -1752,7 +1752,11 @@ export default {
|
|||
},
|
||||
yinFuJinE() {
|
||||
const total = this.currentPayMoney - (this.points.toMoney || 0);
|
||||
return total.toFixed(2);
|
||||
if(this.isCreateOrder){
|
||||
return total.toFixed(2);
|
||||
}else{
|
||||
return this.allPrice;
|
||||
}
|
||||
},
|
||||
disableTuicai() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue