BUG优化
parent
7f54df0235
commit
e0d9a3fe38
|
@ -37,7 +37,7 @@
|
||||||
<text>挂车车牌号</text>
|
<text>挂车车牌号</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text>{{pd.PLATE_NUMBER}}</text>
|
<text>{{pd.TRUCKCART}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group" v-if="pd.VIN">
|
<view class="cu-form-group" v-if="pd.VIN">
|
||||||
|
@ -274,6 +274,7 @@
|
||||||
},
|
},
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if ("success" == res.data.result) {
|
if ("success" == res.data.result) {
|
||||||
|
console.log(res)
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
_this.pd = res.data.pd; //参数map
|
_this.pd = res.data.pd; //参数map
|
||||||
_this.commitmentList = res.data.commitmentList; //参数map
|
_this.commitmentList = res.data.commitmentList; //参数map
|
||||||
|
|
Loading…
Reference in New Issue