mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-11 06:07:28 +08:00
优化动态单价问题
This commit is contained in:
parent
a67f90eff9
commit
ca59e51665
@ -42,8 +42,8 @@
|
||||
<view class="sub-info-item text-gray text-sm" v-if="item.payerObjName">
|
||||
<text class="margin-right-xs">房号:{{item.payerObjName}}</text>
|
||||
</view>
|
||||
<view class="sub-info-item text-gray text-sm">
|
||||
<text class="margin-right-xs">单价:{{item.squarePrice}}</text>
|
||||
<view class="sub-info-item text-gray text-sm" >
|
||||
<text class="margin-right-xs">单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -703,6 +703,15 @@
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/car/ownerCar",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
|
||||
22
pages/car/ownerCar.vue
Normal file
22
pages/car/ownerCar.vue
Normal file
@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user