diff --git a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue index 8264135..484bec6 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue @@ -103,6 +103,9 @@ export default { methods: { tabClick(index) { this.currentTab = index + if(!this.currentTab) { + this.getInfo() + } }, getInfo() { this.$loading()