张文飞 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(){