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