Quellcode durchsuchen

Merge branch '2025北京诚祥-家政版' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥-家政版

tanxue vor 4 Stunden
Ursprung
Commit
fe6345c09e

+ 2 - 2
pages/client/hetong/HetongInfo.vue

@@ -113,9 +113,9 @@
 	}
 
 	function goUpPage() {
-		uni.navigateBack()
 		clearTimeout(timer1.value);
 		timer1.value = null;
+		handleGoLishi()
 	}
 
 	const handleQM = throttleAdvanced((img) => {
@@ -152,7 +152,7 @@
 
 	}
 	function handleGoLishi() {
-		if (fromPage.value) {
+		if (fromPage.value == 'appcx') {
 			uni.redirectTo({
 				url: '/pages/client/ShouYe/shouye'
 			})

+ 1 - 1
pages/kehu/hetong/HetongInfo.vue

@@ -112,9 +112,9 @@
 	}
 
 	function goUpPage() {
-		uni.navigateBack()
 		clearTimeout(timer1.value);
 		timer1.value = null;
+		handleGoLishi();
 	}
 
 	const handleQM = throttleAdvanced((img) => {

+ 1 - 1
pages/kehu/my/myInfo.vue

@@ -84,7 +84,7 @@
 		if (!data.idcard) {
 			arr.push('证件号');
 		}
-		if (!data.realName || !data.userName||!data.icon||!data.idcard) {
+		if (!data.realName || !data.userName||!data.idcard) {
 			uni.showToast({
 				icon: 'none',
 				title: `请完善${arr.join('、')}信息!`