From e92aeae89a7430b326ab2157ed5004cc5c87d659 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 28 十一月 2025 18:21:56 +0800
Subject: [PATCH] 75

---
 pages/modal/3200.vue |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/pages/modal/3200.vue b/pages/modal/3200.vue
index d1b38a8..8132477 100644
--- a/pages/modal/3200.vue
+++ b/pages/modal/3200.vue
@@ -846,13 +846,27 @@
 			//鍒锋柊
 			Refresh(value) {
 				//鍒锋柊褰撳墠椤甸潰
-				this.initial();
+				this.handleButtonClick((done) => {
+						this.initial();
+					setTimeout(() => {
+						done(); // 閲嶇疆鐘舵�
+					}, 1000);
+				});
+			
 				// uni.redirectTo({
 				// 	url:'../modal/3200?param='+JSON.stringify(this.param)+"&titlename="+this.title,
 				// });
 			},
 			//鐐瑰嚮鏄剧ず娴忚瀵硅薄鏄剧ず椤甸潰
-			async onViewPageClick(style) {
+			onViewPageClick(style) {
+				this.handleButtonClick((done) => {
+					this.viewPageClick(style);
+					setTimeout(() => {
+						done(); // 閲嶇疆鐘舵�
+					}, 1000);
+				});
+			},
+			async viewPageClick(style) {
 				if (this.param.ViewPage) {
 					if (this.param.ViewPage.View_UIDef) {
 						this.styledef = style;
@@ -1674,6 +1688,7 @@
 			//鐐逛腑琛ㄥ崟
 			onPanelClick(value) { //鐐瑰嚮闈㈡澘楂樹寒鏄剧ず
 				// console.log(value);
+				
 				this.setData({
 					activeItem: this.detail1StyleDefList[value]
 				})

--
Gitblit v1.9.1