Browse Source

图片新闻

master
song 3 years ago
parent
commit
9678ee7a17
  1. 3
      src/components/News/index.vue

3
src/components/News/index.vue

@ -160,7 +160,6 @@
* 获取详情列表
*/
getList(options) {
console.log('options: ', options);
const { pageNum, pageSize, showPage } = this;
const params = {
pageNum,
@ -171,7 +170,7 @@
params.showType = 0
}
if(showPage === '0204'){
params.showPage = options.showPage
params.showPage = options && options.showPage ? options.showPage : '0203'
params.showType = 1
}
if(options){

Loading…
Cancel
Save