优化代码

This commit is contained in:
java110 2023-06-20 15:27:54 +08:00
parent ad36dbf4b5
commit cfb86dc041
2 changed files with 7 additions and 7 deletions

View File

@ -64,12 +64,12 @@
"urlCheck" : false "urlCheck" : false
}, },
"usingComponents" : true, "usingComponents" : true,
"permission" : { "permission" : {
"scope.userLocation" : { "scope.userLocation" : {
"desc" : "物业员工巡检需要获取巡检地方位置" "desc" : "物业员工巡检需要获取巡检地方位置"
} }
}, },
"requiredPrivateInfos": ["getLocation"] "requiredPrivateInfos" : [ "getLocation" ]
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true

View File

@ -39,7 +39,7 @@
<text class="margin-right-xs">{{item.endTime}}{{item.deadlineTime}}</text></view> <text class="margin-right-xs">{{item.endTime}}{{item.deadlineTime}}</text></view>
</view> </view>
<view class="action"> <view class="action">
<text class="text-grey text-sm">应缴:{{item.feePrice}}</text> <text class="text-grey text-sm">应缴:{{item.totalFeePrice}}</text>
</view> </view>
</view> </view>
</view> </view>