Explorar el Código

首页助力弹框更改提示

DELL hace 3 años
padre
commit
fb2fdff82e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      components/activity-help/activity-help.vue

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

@@ -66,9 +66,10 @@
 					uni.hideLoading();
 					if(res.code == 0){
 						this.closeShow = true
-					} else {
+					} else if(res.code == 500){
 						uni.$u.toast(res.msg);
 						this.close()
+					}else {
 					}
 				})
 			}