From 722da005a5ec126bedf752ac6bd5c5c7f6172155 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期三, 30 四月 2025 10:52:53 +0800
Subject: [PATCH] 1.1.4

---
 pages/index/index.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index a442b19..d9aba26 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -37,7 +37,7 @@
 				:list="tabbarList" activeColor="#838383" inactiveColor="#AAAAAA" :activeIconColor="activeIconColor"
 				:animation="true" v-if="showTabbar"></tn-tabbar>
 		</view>
-
+ 
 		<tn-skeleton :show="showSkeleton"></tn-skeleton>
 		<u-modal confirmText="鍘荤櫥褰�" title="鎮ㄨ繕鏈櫥褰�" content="璇风櫥褰曞悗鏌ョ湅鏇村鍐呭!" cancelText="鍐嶇湅鐪�" :show="showfaka"
 			@cancel="cancelfaka" @confirm="confirmfaka" ref="uModal" :showCancelButton="true"
@@ -283,19 +283,19 @@
 					// 鐧诲綍鎴愬姛鍚庤烦杞椤� - 姝e紡
 					getUserCid(data).then((res) => {
 						if (res.code != 0) {
-							this.$refs.refSuccess.showBox({
-								type: 'error',
-								txt: res.msg
-							});
-							store.commit('$tStore', {
-								name: 'vuex_is_login',
-								value: false
-							})
-							setTimeout(() => {
-								uni.reLaunch({
-									url: '/pages/index/index'
-								});
-							}, 3000);
+							// this.$refs.refSuccess.showBox({
+							// 	type: 'error',
+							// 	txt: res.msg
+							// });
+							// store.commit('$tStore', {
+							// 	name: 'vuex_is_login',
+							// 	value: false
+							// }) 
+							// setTimeout(() => {
+							// 	uni.reLaunch({
+							// 		url: '/pages/index/index'
+							// 	});
+							// }, 3000);
 
 							// store.commit('$tStore', {
 							// 	name: 'uuid',

--
Gitblit v1.9.3