Commit 0d907bc5 by 陈超

T

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