mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
ad36dbf4b5
commit
cfb86dc041
@ -64,12 +64,12 @@
|
||||
"urlCheck" : false
|
||||
},
|
||||
"usingComponents" : true,
|
||||
"permission" : {
|
||||
"scope.userLocation" : {
|
||||
"desc" : "物业员工巡检需要获取巡检地方位置"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos": ["getLocation"]
|
||||
"permission" : {
|
||||
"scope.userLocation" : {
|
||||
"desc" : "物业员工巡检需要获取巡检地方位置"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos" : [ "getLocation" ]
|
||||
},
|
||||
"mp-alipay" : {
|
||||
"usingComponents" : true
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
<text class="margin-right-xs">{{item.endTime}}至{{item.deadlineTime}}</text></view>
|
||||
</view>
|
||||
<view class="action">
|
||||
<text class="text-grey text-sm">应缴:¥{{item.feePrice}}</text>
|
||||
<text class="text-grey text-sm">应缴:¥{{item.totalFeePrice}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user