@@ -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 {
}
})