소스 검색

助力成功调整

DELL 3 년 전
부모
커밋
5a1930f994
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/activity-help/activity-help.vue

+ 1 - 0
components/activity-help/activity-help.vue

@@ -96,6 +96,7 @@
 					uni.hideLoading();
 					if (res.code == 0) {
 						this.closeShow = true
+						this.activityShow = false
 					} else if (res.code == 500) {
 						uni.$u.toast(res.msg);
 						this.close()