Commit 85c56cd8 by LJM

css

parent 506942af
Showing with 0 additions and 5 deletions
...@@ -156,11 +156,6 @@ export default { ...@@ -156,11 +156,6 @@ export default {
this.getShowData(); this.getShowData();
} }
}); });
this.request(Api_Url + '/news/getfileuploadbanner', 'POST', {}, true, true).then(res => {
if (res.err_code === 0) {
this.ad = res.data.data;
}
});
}, },
getShowData() { getShowData() {
this.request(Api_Url + '/article/showData', 'POST', this.searchParams, true, true).then(res => { this.request(Api_Url + '/article/showData', 'POST', this.searchParams, true, true).then(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 sign in to comment