张文飞 3 years ago
parent
commit
e71e9b4e63
1 changed files with 5 additions and 0 deletions
  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(){