Commit b66e9d70 by 刘海龙

11

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