|  |  |  | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </ListItem> --> | 
|---|
|  |  |  | <ListItem title="用户协议" @click="goMineUserPolicy"></ListItem> | 
|---|
|  |  |  | <ListItem title="人工客服" @click="goMineService"></ListItem> | 
|---|
|  |  |  | <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> | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | function goMineService() { | 
|---|
|  |  |  | // const encodedUrl = encodeURIComponent('https://work.weixin.qq.com/kfid/kfcd24e0c60fd91099'); | 
|---|
|  |  |  | Taro.openCustomerServiceChat({ | 
|---|
|  |  |  | extInfo: { | 
|---|
|  |  |  | url: 'https://work.weixin.qq.com/kfid/kfcd24e0c60fd91099', | 
|---|
|  |  |  | // url: 'https://work.weixin.qq.com/kfid/kfcd24e0c60fd91099', | 
|---|
|  |  |  | url: `${RouterPath.setting}`, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | corpId: 'wwc84cb8e0525c772f', | 
|---|
|  |  |  | // corpId: 'kfc2335f41fb4f0c0bc', | 
|---|
|  |  |  | fail: (res) => { | 
|---|
|  |  |  | Taro.showToast({ | 
|---|
|  |  |  | title: res.errMsg, | 
|---|
|  |  |  | 
|---|
|  |  |  | <style lang="scss"> | 
|---|
|  |  |  | @import '@/styles/common.scss'; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .user-account { | 
|---|
|  |  |  | color: boleGetCssVar('text-color', 'regular'); | 
|---|
|  |  |  | font-size: 24px; | 
|---|
|  |  |  | .setting-page-wrapper { | 
|---|
|  |  |  | .user-account { | 
|---|
|  |  |  | color: boleGetCssVar('text-color', 'regular'); | 
|---|
|  |  |  | font-size: 24px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .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> | 
|---|