Browse Source

bug修改

twt 1 year ago
parent
commit
7f89975f80
1 changed files with 17 additions and 4 deletions
  1. 17 4
      pages/index/index.vue

+ 17 - 4
pages/index/index.vue

@@ -220,14 +220,25 @@
 											
 							            },fail(err) {
 								           console.log(err)
+										   uni.showToast({
+										       title: '拉取失败',
+										   	   icon:'none',
+										       duration: 3000,
+										   });
 							            }
 							        }); 
 						
 								
 							}
 						});
-				     },fail() {
+				     },fail(err) {
+						 uni.showToast({
+						     title: '授权失败',
+						 	   icon:'none',
+						     duration: 3000,
+						 });
 				     	console.log("授权失败")
+						console.log(err)
 				     }
 				 })
 				
@@ -341,6 +352,10 @@
 .searchBox{
 	display: flex;padding: 20rpx 24rpx;
 	justify-content: space-between;
+	padding-right: 0rpx;
+}
+.st{
+	text-align: center;padding-left: 20rpx;padding-right: 24rpx;
 }
 .ssinput{
 	font-size: 28rpx;font-weight: 400;padding-left: 24rpx;line-height: 80rpx;height: 80rpx;
@@ -353,9 +368,7 @@
 	font-weight: 400;
 	color: #FFFFFF;font-size: 22rpx;
 }
-.st{
-	text-align: center;
-}
+
 .historybox{
 	padding: 0 18rpx;    margin-top: -88rpx;
 }