Commit 1afbf2cd authored by jiaorz's avatar jiaorz

1

parent fe94fd62
...@@ -1160,6 +1160,8 @@ export default { ...@@ -1160,6 +1160,8 @@ export default {
} }
if(this.orderReturnVehicleCrosstown.checkUserInfo) { if(this.orderReturnVehicleCrosstown.checkUserInfo) {
this.checkUserInfo = JSON.parse(this.orderReturnVehicleCrosstown.checkUserInfo); this.checkUserInfo = JSON.parse(this.orderReturnVehicleCrosstown.checkUserInfo);
} else {
this.checkUserInfo =[]
} }
if (response.data[0].imgs) { if (response.data[0].imgs) {
this.otherImg = response.data[0].imgs.split(',') this.otherImg = response.data[0].imgs.split(',')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment