Commit e7c17295 by dhn

汇率

parent 2e4753a9
...@@ -107,7 +107,7 @@ define([ ...@@ -107,7 +107,7 @@ define([
} }
else else
{ {
return this.getFormattedPrice(window.checkoutConfig.flatrate_price); return window.checkoutConfig.flatrate_price;
} }
} }
return this.getFormattedPrice(price); return this.getFormattedPrice(price);
...@@ -127,7 +127,7 @@ define([ ...@@ -127,7 +127,7 @@ define([
} }
else else
{ {
return '-'+this.getFormattedPrice(window.checkoutConfig.flatrate_price); return '-'+window.checkoutConfig.flatrate_price;
} }
} }
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment