BUG优化
parent
7f54df0235
commit
e0d9a3fe38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue