瀏覽代碼

Update trade-detail.tsx

lex-xin 6 月之前
父節點
當前提交
df515cb03e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/trade/trade-detail.tsx

+ 1 - 1
src/views/trade/trade-detail.tsx

@@ -242,7 +242,7 @@ export default defineComponent({
                 <Col span="8" offset={1}>
                   优惠金额:
                 </Col>
-                <Col span="14">{(this as any).$filters.moneyFormat(item.showPrice)}</Col>
+                <Col span="14">¥{(this as any).$filters.moneyFormat(this.result.couponAmount)}</Col>
                 <Col span="1"> </Col>
               </Row>}