From 9a18c02c288920f6e4a32a16e7b2e725245bcae6 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sun, 29 Nov 2020 19:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 8 +- .../payFeeDiscount/payFeeDiscount.html | 12 ++- .../property/payFeeDiscount/payFeeDiscount.js | 77 ++++++++++++++----- .../property/payFeeOrder/payFeeOrder.html | 6 ++ .../pages/property/payFeeOrder/payFeeOrder.js | 43 +++++++++-- 5 files changed, 112 insertions(+), 34 deletions(-) diff --git a/app.js b/app.js index 3e248b28b..ad0799aff 100644 --- a/app.js +++ b/app.js @@ -36,14 +36,14 @@ let opts = { //app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts)); + //app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); + //app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts)); //app.use('/callComponent',proxy('http://127.0.0.1:8012',opts)); //app.use('/app',proxy('http://127.0.0.1:8012',opts)); - //app.use('/callComponent',proxy('http://192.168.1.16:8012',opts)); - //app.use('/app',proxy('http://192.168.1.16:8012',opts)); +app.use('/callComponent',proxy('http://192.168.1.16:8012',opts)); +app.use('/app',proxy('http://192.168.1.16:8012',opts)); //app.listen(3000); app.use(express.json()); diff --git a/public/components/property/payFeeDiscount/payFeeDiscount.html b/public/components/property/payFeeDiscount/payFeeDiscount.html index d917182b1..fb7dc584c 100644 --- a/public/components/property/payFeeDiscount/payFeeDiscount.html +++ b/public/components/property/payFeeDiscount/payFeeDiscount.html @@ -5,16 +5,19 @@
| + + | 折扣类型 | 折扣名称 | 规则 | @@ -23,13 +26,16 @@||
|---|---|---|---|---|---|
| + + | {{feeDiscount.discountType == '1001'?'优惠':'违约'}} | {{feeDiscount.discountName}} |
{{item.specName}}:{{item.specValue}}
|
- 30 | +{{feeDiscount.discountPrice}}元 |