Commit 9ad6b1f7 by 陈超

T

parent a299df44
...@@ -69,13 +69,17 @@ ...@@ -69,13 +69,17 @@
count: 1, count: 1,
agree: false, agree: false,
info: "", info: "",
address: ""
} }
}, },
created:function(){ created:function(){
let d = {:json_encode($data)}; let d = {:json_encode($data)};
let ad = {:json_encode($address)};
this.info = d this.info = d
this.address = ad
console.log(d) console.log(d)
console.log(ad)
}, },
computed: { computed: {
......
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