Commit b67ce554 authored by 黄奎's avatar 黄奎

页面修改

parent 9c104a68
...@@ -287,7 +287,6 @@ ...@@ -287,7 +287,6 @@
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData; this.dataList = res.data.data.pageData;
console.log("this.data", this.dataList);
this.total = res.data.data.count this.total = res.data.data.count
} else { } else {
this.loading = false; this.loading = false;
......
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
}, },
//新增、修改广告 //新增、修改广告
saveData() { saveData() {
console.log("post",this.postMsg);
this.apipost( this.apipost(
"ws_post_SetPage", this.postMsg, "ws_post_SetPage", this.postMsg,
res => { res => {
......
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