Commit b67ce554 authored by 黄奎's avatar 黄奎

页面修改

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