张文飞 3 rokov pred
rodič
commit
e71e9b4e63
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 5 0
      components/subComponents/dmLogin.vue

+ 5 - 0
components/subComponents/dmLogin.vue

@@ -109,6 +109,11 @@
 				this.houseList = [];
 				if (ret.data.success) {
 					this.countdown();
+				}else{
+					uni.showToast({
+						icon:"none",
+						title:ret.data.message
+					})
 				}
 			},
 			countdown(){