|
|
@@ -196,7 +196,7 @@ export default {
|
|
|
// if(this.oderData.integralChecked){
|
|
|
// num=num-this.oderData.integral;
|
|
|
// }
|
|
|
- return num.toFixed(2);
|
|
|
+ return num;
|
|
|
},
|
|
|
newTotalPrice() {
|
|
|
let num = 0;
|
|
|
@@ -212,7 +212,7 @@ export default {
|
|
|
if (this.oderData.integralChecked) {
|
|
|
num = num - this.deduction;
|
|
|
}
|
|
|
- return num.toFixed(2);
|
|
|
+ return num;
|
|
|
},
|
|
|
deduction(){
|
|
|
let num=0;
|