src/views/index/dynamicDetail.vue
@@ -66,12 +66,14 @@ methods: { jumpmenu (menuId) { if (!menuId) return menuId = menuId + '.html' this.$router.push({name: 'dynamicdetail', params: {menuId: menuId}}) }, loaddata () { let param = { func: 'Web_News_GetDetail', ID: this.menuId ID: this.menuId.replace('.html', '') } this.Service.getParamData(param).then(res => { this.data = res @@ -171,6 +173,7 @@ } } .dynamic_b { padding: .4rem 0; p { margin-bottom: 0.2rem; }