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 @@ + + + + +