소스 검색

客户页面

wangxy 4 시간 전
부모
커밋
f1c63deb88
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) => {