dedsudiyu před 2 týdny
rodič
revize
9afd498469

+ 2 - 2
pages/views/login/accountLogin.vue

@@ -29,7 +29,7 @@
 			<view class="button-box" @click="login()">登录</view>
 			<view class="passwrod-button-box" @click="forgotPasswordButton()">忘记密码?</view>
 		</view>
-		<view class="loginButton" @click="backButton()">账号密码登录</view>
+		<view class="loginButton" @click="backButton()">统一身份认证登录</view>
 	</view>
 </template>
 
@@ -494,7 +494,7 @@
 			position: absolute;
 			bottom:40rpx;
 			left:295rpx;
-			width:200;
+			width:300;
 			height:80rpx;
 			line-height:80rpx;
 			text-align: center;

+ 18 - 18
pages_safetyCheck/views/itemsManage/hiddenDangerRectification.vue

@@ -443,24 +443,24 @@
 			async submitForm(status) {
 				let self = this;
 				if(self.pageType==1){
-					if(!this.form.examineOpinion && status==2){
-						uni.showToast({
-							title: '请填写复查验证描述!',
-							icon: "none",
-							mask: true,
-							duration: 2000
-						});
-						return
-					}
-					if(!this.form.imgDtoList[0] && status==2){
-						uni.showToast({
-							title: '请选择现场照片!',
-							icon: "none",
-							mask: true,
-							duration: 2000
-						});
-						return
-					}
+					// if(!this.form.examineOpinion && status==2){
+					// 	uni.showToast({
+					// 		title: '请填写复查验证描述!',
+					// 		icon: "none",
+					// 		mask: true,
+					// 		duration: 2000
+					// 	});
+					// 	return
+					// }
+					// if(!this.form.imgDtoList[0] && status==2){
+					// 	uni.showToast({
+					// 		title: '请选择现场照片!',
+					// 		icon: "none",
+					// 		mask: true,
+					// 		duration: 2000
+					// 	});
+					// 	return
+					// }
 					
 					//复查
 					let obj = {