Browse Source

图片欣慰左侧栏目问题

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

10
src/views/NewPages/NewPages.vue

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

Loading…
Cancel
Save