From ca59e51665156b91094138d7243ca573aff92fdd Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 15 Sep 2023 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A8=E6=80=81=E5=8D=95?= =?UTF-8?q?=E4=BB=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/fee/owe-fee.vue | 4 ++-- pages.json | 9 +++++++++ pages/car/ownerCar.vue | 22 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 pages/car/ownerCar.vue diff --git a/components/fee/owe-fee.vue b/components/fee/owe-fee.vue index 84317ba..917448c 100644 --- a/components/fee/owe-fee.vue +++ b/components/fee/owe-fee.vue @@ -42,8 +42,8 @@ 房号:{{item.payerObjName}} - - 单价:{{item.squarePrice}} + + 单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}} diff --git a/pages.json b/pages.json index af9125b..757c975 100644 --- a/pages.json +++ b/pages.json @@ -703,6 +703,15 @@ } } + ,{ + "path" : "pages/car/ownerCar", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/car/ownerCar.vue b/pages/car/ownerCar.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/car/ownerCar.vue @@ -0,0 +1,22 @@ + + + + +