|
@@ -159,7 +159,7 @@ Page({
|
|
|
value: (res.data.discountrate * 100).toFixed(2) + '%'
|
|
value: (res.data.discountrate * 100).toFixed(2) + '%'
|
|
|
}, {
|
|
}, {
|
|
|
label: "总金额",
|
|
label: "总金额",
|
|
|
- value: CNY(res.data.sumamount)
|
|
|
|
|
|
|
+ value: CNY(res.data.quotedpriceamount)
|
|
|
}, {
|
|
}, {
|
|
|
label: "是否特价",
|
|
label: "是否特价",
|
|
|
value: res.data.specialoffer == 1 ? '是' : '否'
|
|
value: res.data.specialoffer == 1 ? '是' : '否'
|