Commit 0d907bc5 by 陈超

T

parent cacb2720
......@@ -142,6 +142,7 @@
name: "{$address['name']}",
phone: "{$address['phone']}",
area: "{$address.location}",
areaCode: "{$address['area']}",
address: "{$address['address']}",
showPicker: false,
areaList: areaList,
......@@ -150,6 +151,7 @@
},
created:function(){
document.title = "我的地址"
console.log(areaCode)
},
computed: {
areaStyle: function() {
......
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