diff --git a/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue b/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue index 250a72f..2a9a3d3 100644 --- a/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue @@ -114,7 +114,7 @@ export default { return false } - this.current = this.current + 1 + this.current += 1 } else { uni.hideLoading() }