Browse Source

图片欣慰左侧栏目问题

master
aBin 3 years ago
parent
commit
3c93f11309
  1. 8
      src/views/NewPages/NewPages.vue

8
src/views/NewPages/NewPages.vue

@ -106,7 +106,7 @@ export default {
introId: '',
introContent: {},
showType: '0',
showLoading: true
showLoading: true,
};
},
watch: {
@ -231,7 +231,13 @@ export default {
},
resetData() {
this.pageNum = 1;
if (this.code === '0204') {
this.getContentData('0201');
this.getContentData('0202');
this.getContentData('0203');
} else {
this.getContentData(this.code);
}
},
},
};

Loading…
Cancel
Save