achao 3 年之前
父节点
当前提交
fe0cdb4482
共有 2 个文件被更改,包括 8 次插入5 次删除
  1. 1 1
      pages/goodSource/index.vue
  2. 7 4
      pages/mine/index.vue

+ 1 - 1
pages/goodSource/index.vue

@@ -211,7 +211,7 @@
 					let value = res3.data
 					if (value == 0) {
 						uni.removeTabBarBadge({
-							index: 2
+							index: 3
 						})
 					}
 					that.$store.commit('$uStore', {

+ 7 - 4
pages/mine/index.vue

@@ -277,7 +277,7 @@
 			goDetailPage(src, type) {
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
-				} else {
+				} else {debugger
 					if (type == 1 && this.statusVal == '已认证'||this.statusVal == '证件已过期'||this.statusVal == '身份认证未通过') {
 						console.log(type)
 						src = '/pages/mine/editDriverCertification'
@@ -288,7 +288,10 @@
 							type: 'error',
 							message: "请先完成司机身份认证",
 						})
-					} else {
+					} else if(type == 1&&this.statusVal=='身份认证审核中') {
+						return
+						
+					}else{
 						uni.$u.route(src);
 					}
 
@@ -316,7 +319,7 @@
 		background: url(../../static/images/mine/bg@2x.png);
 		background-size: 100% 100%;
 		height: 100vh;
-		padding: 0 20rpx;
+		padding: 0 25rpx;
 	}
 
 	.top-height {
@@ -409,7 +412,7 @@
 		}
 
 		.flex-space-between {
-			margin: 40rpx 0;
+			margin:10rpx 0 50rpx 0;
 		}
 	}
 </style>