From 36f2c20ea3df022390b677e782d8a4cd25f21f69 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 22 十月 2025 17:02:25 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 apps/cMiniApp/src/subpackages/mine/setting/setting.vue |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/apps/cMiniApp/src/subpackages/mine/setting/setting.vue b/apps/cMiniApp/src/subpackages/mine/setting/setting.vue
index 85d625e..4ac4eb4 100644
--- a/apps/cMiniApp/src/subpackages/mine/setting/setting.vue
+++ b/apps/cMiniApp/src/subpackages/mine/setting/setting.vue
@@ -9,10 +9,10 @@
         </template>
       </ListItem> -->
       <ListItem title="鐢ㄦ埛鍗忚" @click="goMineUserPolicy"></ListItem>
-      <!-- <ListItem title="浜哄伐瀹㈡湇" @click="goMineService"></ListItem> -->
-      <nut-button :open-type="'contact'" class="setting-page-service">浜哄伐瀹㈡湇</nut-button>
       <ListItem title="闅愮鏀跨瓥" @click="goPrivacyPolicy"></ListItem>
       <ListItem title="閫�鍑虹櫥褰�" @click="handleLoginout"></ListItem>
+      <!-- <ListItem title="浜哄伐瀹㈡湇" @click="goMineService"></ListItem> -->
+      <nut-button :open-type="'contact'" class="setting-page-service">浜哄伐瀹㈡湇</nut-button>
     </List>
   </PageLayout>
 </template>
@@ -60,13 +60,14 @@
 }
 
 function goMineService() {
-  const encodedUrl = encodeURIComponent('https://work.weixin.qq.com/kfid/kfcd24e0c60fd91099');
+  // const encodedUrl = encodeURIComponent('https://work.weixin.qq.com/kfid/kfcd24e0c60fd91099');
   Taro.openCustomerServiceChat({
     extInfo: {
       // url: 'https://work.weixin.qq.com/kfid/kfcd24e0c60fd91099',
-      url: `${RouterPath.extraPage}?url=${encodedUrl}`,
+      url: `${RouterPath.setting}`,
     },
     corpId: 'wwc84cb8e0525c772f',
+    // corpId: 'kfc2335f41fb4f0c0bc',
     fail: (res) => {
       Taro.showToast({
         title: res.errMsg,
@@ -87,7 +88,22 @@
   }
 
   .setting-page-service {
-    //
+    height: 104px;
+    padding-left: 28px;
+    color: boleGetCssVar('text-color', 'primary');
+    width: 100%;
+
+    &::before {
+      display: none;
+    }
+
+    &::after {
+      display: none;
+    }
+
+    .nut-button__wrap {
+      justify-content: flex-start;
+    }
   }
 }
 </style>

--
Gitblit v1.9.1