Commit 63e9a270 authored by fwz's avatar fwz

我的挪车码详情bug

parent b508c001
......@@ -29,26 +29,7 @@
export default {
data() {
return {
items: [{
title: "挪车码编号",
value: "NC683723293239"
},
{
title: "车牌号",
value: "京A123456"
},
{
title: "品牌",
value: "宝马"
},
{
title: "车型",
value: "SUV"
}, {
title: "绑定手机号",
value: "156****9633"
}
],
items: [],
id: '',
};
},
......@@ -70,6 +51,7 @@ export default {
list.push({title: "车型", value: data.carModel})
list.push({title: "绑定手机号", value: data.userMobile})
this.items = list
console.log(this.items)
}
})
}
......@@ -77,6 +59,9 @@ export default {
onLoad(option) {
this.id = option.id
},
onShow() {
this.getMoveCode()
},
}
</script>
......
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