From 25e3338b28154c02bb1d6efc22403085b58090b4 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 11 七月 2024 18:39:12 +0800
Subject: [PATCH] ces

---
 pages/modal/3018_2.vue    |    2 +-
 locale/zh-Hant.json       |    2 +-
 pages/modal/classAttr.vue |    9 +++++----
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/locale/zh-Hant.json b/locale/zh-Hant.json
index 6d127e7..8becea6 100644
--- a/locale/zh-Hant.json
+++ b/locale/zh-Hant.json
@@ -108,7 +108,7 @@
 	"page.are_you_sure_delete_coded_disk_data": "纰哄畾鍒犻櫎瑭插凡纰肩洡鏁告摎锛�,
 	"page.tip_no_set_edit_wnd": "鏈ō瀹氱法杓绐楁ǎ寮�,
 	"page.cannot_empty": "涓嶈兘鐐虹┖",
-	"page.required": "  蹇呭~",
+	"page.required": "蹇呭~",
 	"page.cannot_rlated_function": "涓嶆敮鎸佽烦杞夊埌鍔熻兘榛�,
 	"page.function_not_exist": "鍔熻兘榛炰笉瀛樺湪锛�
 
diff --git a/pages/modal/3018_2.vue b/pages/modal/3018_2.vue
index 674429b..29c603a 100644
--- a/pages/modal/3018_2.vue
+++ b/pages/modal/3018_2.vue
@@ -1677,7 +1677,7 @@
 								icon: "success",
 								duration: 3000
 							});
-						if (this.$data.param.After_Btn_Refresh) {
+						if ( !this.$data.param.After_Btn_Not_Refresh) {
 							//鍒锋柊
 							uni.redirectTo({
 								url: '../modal/3018_2?param=' + JSON.stringify(this.$data.param) +
diff --git a/pages/modal/classAttr.vue b/pages/modal/classAttr.vue
index 8cde51b..244c93b 100644
--- a/pages/modal/classAttr.vue
+++ b/pages/modal/classAttr.vue
@@ -987,10 +987,11 @@
 								duration: 3000
 							});
 						//鍒锋柊
-						uni.redirectTo({
-							url: '../modal/classAttr?param=' + JSON.stringify(this.$data.param) +
-								"&titlename=" + this.$data.title
-						});
+						
+						// uni.redirectTo({
+						// 	url: '../modal/classAttr?param=' + JSON.stringify(this.$data.param) +
+						// 		"&titlename=" + this.$data.title
+						// });
 						// this.class_attr_init();
 					} else {
 						uni.showModal({

--
Gitblit v1.9.1