Commit 9ad6b1f7 by 陈超

T

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