|
|
@@ -124,7 +124,7 @@ Component({
|
|
|
v.topQuotedpriceamount = CNY((v.quotedpriceamount || 0) / (wx.getStorageSync('languagecode') == 'ZH' ? 10000 : 1000));
|
|
|
v.quotedpriceamount = CNY(v.quotedpriceamount);
|
|
|
v.begdate = v.begdate.split(" ")[0]
|
|
|
- v.begdate = v.enddate.split(" ")[0]
|
|
|
+ v.enddate = v.enddate.split(" ")[0]
|
|
|
try {
|
|
|
v.discountrate = (v.discountrate * 100).toFixed(2) + '%'
|
|
|
} catch (error) {
|
|
|
@@ -225,7 +225,7 @@ Component({
|
|
|
v.topQuotedpriceamount = CNY((v.quotedpriceamount || 0) / (wx.getStorageSync('languagecode') == 'ZH' ? 10000 : 1000));
|
|
|
v.quotedpriceamount = CNY(v.quotedpriceamount);
|
|
|
v.begdate = v.begdate.split(" ")[0]
|
|
|
- v.begdate = v.enddate.split(" ")[0]
|
|
|
+ v.enddate = v.enddate.split(" ")[0]
|
|
|
try {
|
|
|
v.discountrate = (v.discountrate * 100).toFixed(2) + '%'
|
|
|
} catch (error) {
|