BUG优化

dev
xiepeng 2024-05-24 16:28:41 +08:00
parent 7f54df0235
commit e0d9a3fe38
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<text>挂车车牌号</text>
</view>
<view>
<text>{{pd.PLATE_NUMBER}}</text>
<text>{{pd.TRUCKCART}}</text>
</view>
</view>
<view class="cu-form-group" v-if="pd.VIN">
@ -274,6 +274,7 @@
},
success: (res) => {
if ("success" == res.data.result) {
console.log(res)
uni.hideLoading();
_this.pd = res.data.pd; //map
_this.commitmentList = res.data.commitmentList; //map