|
@@ -5,7 +5,6 @@
|
|
|
<view class="layout-box radius-lg top-box">
|
|
|
<view class="user-info" v-if="userInfo.name">
|
|
|
<fs-avatar size="140rpx" :src="userInfo.photo || userAvatar"></fs-avatar>
|
|
|
- <!-- <fs-wx-avatar v-else></fs-wx-avatar> -->
|
|
|
|
|
|
<view class="top-box-content">
|
|
|
<text class="vm title">{{userInfo.name}}</text>
|
|
@@ -20,6 +19,7 @@
|
|
|
<fs-icon
|
|
|
v-if="userInfo.name"
|
|
|
class="top-box-edit"
|
|
|
+ colorType="primary"
|
|
|
type="icon-edit"
|
|
|
size="40rpx"
|
|
|
link="./userInfo">
|
|
@@ -49,11 +49,6 @@
|
|
|
</fs-card>
|
|
|
|
|
|
<fs-cell-group arrow border gutter>
|
|
|
- <fs-cell link="/modules/common/setting" value="设置">
|
|
|
- <template #title>
|
|
|
- <fs-icon type="icon-setting" colorType="primary"></fs-icon>
|
|
|
- </template>
|
|
|
- </fs-cell>
|
|
|
<fs-cell link="/modules/common/licensePlate/list" value="车辆管理">
|
|
|
<template #title>
|
|
|
<fs-icon type="icon-car" colorType="primary"></fs-icon>
|
|
@@ -89,6 +84,11 @@
|
|
|
<fs-icon type="icon-version" colorType="primary"></fs-icon>
|
|
|
</template>
|
|
|
</fs-cell>
|
|
|
+ <fs-cell link="/modules/common/setting" value="设置">
|
|
|
+ <template #title>
|
|
|
+ <fs-icon type="icon-setting" colorType="primary"></fs-icon>
|
|
|
+ </template>
|
|
|
+ </fs-cell>
|
|
|
</fs-cell-group>
|
|
|
<wx v-model="showLogin"></wx>
|
|
|
</view>
|