Commit 63e9a270 authored by fwz's avatar fwz

我的挪车码详情bug

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