zhengkaixin 1 năm trước cách đây
mục cha
commit
4c7828b30a
2 tập tin đã thay đổi với 13 bổ sung2 xóa
  1. 10 1
      App.vue
  2. 3 1
      pages/login/login.vue

+ 10 - 1
App.vue

@@ -98,5 +98,14 @@
 		color: rgba(16,16,16,1);
 		font-size: 32rpx;
 		margin-right: 32rpx;
-	}
+	}
+	.uni-icon-success-no-circle:before {
+	    content: "" !important ;
+		display: none;
+	}
+	.uni-toast .uni-toast__content{
+		margin: -10px 1px 10px 1px;
+	}
+	
+	
 </style>

+ 3 - 1
pages/login/login.vue

@@ -116,7 +116,7 @@
 					uni.hideLoading();
 					uni.showToast({
 						icon: "none",
-						title: "登录失败"
+						title: error?error:"登录失败"
 					})
 				})
 				
@@ -126,6 +126,8 @@
 </script>
 
 <style lang="scss" scoped>
+	
+	
 	page{
 		background-color: #fff;
 		padding-top: 160rpx;