张文飞 пре 3 година
родитељ
комит
e71e9b4e63
1 измењених фајлова са 5 додато и 0 уклоњено
  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(){