Browse Source

客户页面

wangxy 4 hours ago
parent
commit
f1c63deb88
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/client/hetong/HetongInfo.vue
  2. 1 1
      pages/kehu/hetong/HetongInfo.vue

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

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

+ 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) => {