Commit d6208167 by 陈超

A

parent d86ba208
...@@ -408,12 +408,15 @@ ...@@ -408,12 +408,15 @@
el: "#app", el: "#app",
data: function() { data: function() {
return { return {
info: {} info: {},
temp: {}
} }
}, },
created: function() { created: function() {
this.info = {:json_encode($paper)}; this.info = {:json_encode($paper)};
console.log(this.info) this.temp = {:json_encode($$tempData)};
console.log(this.info)
console.log(temp)
}, },
methods: { methods: {
......
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