|
|
@@ -22,13 +22,12 @@
|
|
|
:src="authStore.userInfo?.avatar"
|
|
|
defaultAvatar="https://mncdn.wenlvti.net/app_static/minnan/logo.png"
|
|
|
/>
|
|
|
- <Text fontConfig="h4">{{ authStore.userInfo?.nickname }}</Text>
|
|
|
+ <Text fontConfig="h4" maxWidth="400rpx" :lines="1">{{ authStore.userInfo?.nickname }}</Text>
|
|
|
</FlexRow>
|
|
|
- <FlexRow>
|
|
|
+ <FlexRow :flexShrink="0">
|
|
|
<WxButton openType="contact">
|
|
|
<Button type="text" icon="wechat">在线客服</Button>
|
|
|
</WxButton>
|
|
|
- <Button type="text" icon="lock" @click="navTo('user/change-password')">修改密码</Button>
|
|
|
</FlexRow>
|
|
|
</FlexRow>
|
|
|
<CellGroup round>
|
|
|
@@ -36,8 +35,9 @@
|
|
|
<Cell icon="https://mncdn.wenlvti.net/uploads/20250313/66d4665b1da5075e60148312469b2630.png" title="自查评估表" showArrow touchable @click="navTo('assessment/evaluation-list')" />
|
|
|
</CellGroup>
|
|
|
<CellGroup round>
|
|
|
- <Cell icon="https://mncdn.wenlvti.net/app_static/minnan/logo.png" title="返回闽南文化" showArrow touchable @click="back()" />
|
|
|
- <Cell icon="https://mncdn.wenlvti.net/uploads/20250313/cbc47d0b9cad7891e6154359952858c6.png" title="退出登录" showArrow touchable @click="onLogout" />
|
|
|
+ <Cell title="返回闽南文化" showArrow touchable @click="back()" />
|
|
|
+ <Cell title="修改密码" showArrow touchable @click="navTo('user/change-password')" />
|
|
|
+ <Cell title="退出登录" showArrow touchable @click="onLogout" />
|
|
|
</CellGroup>
|
|
|
</FlexCol>
|
|
|
<XBarSpace />
|