Commit 0ea27c66 authored by 黄奎's avatar 黄奎

页面修改

parent 87b71b3b
......@@ -35,7 +35,6 @@
//获取数据
getFenleiList() {
this.apipost("/api/MContent/GetTopicTypePageList", this.msgFenlei, res => {
console.log(res,'resssss');
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData;
this.totalFenlei = res.data.data.count;
......
......@@ -36,7 +36,6 @@
//获取数据
getFenleiList() {
this.apipost("/api/MContent/GetTopicPageList", this.msgFenlei, res => {
console.log(res,'resssss');
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData;
this.totalFenlei = res.data.data.count;
......
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