浏览代码

客户页面

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() {
 	function goUpPage() {
-		uni.navigateBack()
 		clearTimeout(timer1.value);
 		clearTimeout(timer1.value);
 		timer1.value = null;
 		timer1.value = null;
+		handleGoLishi()
 	}
 	}
 
 
 	const handleQM = throttleAdvanced((img) => {
 	const handleQM = throttleAdvanced((img) => {

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

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