Commit b66e9d70 by 刘海龙

11

parent ab34414d
......@@ -112,7 +112,7 @@
// 查看初始数据
console.log(this.section)
console.log(this.collapsed)
console.log("info的数据:" this.info)
console.log(this.info)
},
methods: {
onCollect: function() {
......@@ -134,8 +134,6 @@
dataType: "json",
cache: false,
success: function (data) {
// 查看数据返回
console.log(data)
if (data.status == '0') {
ui.error(data.info)
} else {
......
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