|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <fs-avatar src="/static/images/my-bg.png" shape="square" width="100%" height="288rpx"></fs-avatar>
|
|
|
+ <fs-avatar src="/static/images/my/my-bg.png" shape="square" width="100%" height="288rpx"></fs-avatar>
|
|
|
<view class="my-box">
|
|
|
<view class="layout-box radius-lg top-box">
|
|
|
<view class="user-info" v-if="userInfo.name">
|
|
@@ -40,20 +40,8 @@
|
|
|
<view class="title-hd" >常用工具</view>
|
|
|
</template>
|
|
|
<fs-grid :columnNum="4">
|
|
|
- <fs-grid-item>
|
|
|
- <fs-avatar src="/static/images/invoice.png" size="80rpx"></fs-avatar>
|
|
|
- <view class="content">我的发票</view>
|
|
|
- </fs-grid-item>
|
|
|
- <fs-grid-item>
|
|
|
- <fs-avatar src="/static/images/invoice.png" size="80rpx"></fs-avatar>
|
|
|
- <view class="content">我的发票</view>
|
|
|
- </fs-grid-item>
|
|
|
- <fs-grid-item>
|
|
|
- <fs-avatar src="/static/images/invoice.png" size="80rpx"></fs-avatar>
|
|
|
- <view class="content">我的发票</view>
|
|
|
- </fs-grid-item>
|
|
|
- <fs-grid-item>
|
|
|
- <fs-avatar src="/static/images/invoice.png" size="80rpx"></fs-avatar>
|
|
|
+ <fs-grid-item v-for="item in 4">
|
|
|
+ <fs-avatar src="/static/images/my/invoice.png" size="80rpx"></fs-avatar>
|
|
|
<view class="content">我的发票</view>
|
|
|
</fs-grid-item>
|
|
|
</fs-grid>
|
|
@@ -80,9 +68,6 @@
|
|
|
<fs-icon type="icon-tongxunlu" colorType="primary"></fs-icon>
|
|
|
</template>
|
|
|
</fs-cell>
|
|
|
- </fs-cell-group>
|
|
|
-
|
|
|
- <fs-cell-group arrow border>
|
|
|
<fs-cell link="./notice" value="我的消息">
|
|
|
<template #title>
|
|
|
<fs-icon type="icon-notice" colorType="primary"></fs-icon>
|
|
@@ -100,7 +85,7 @@
|
|
|
</fs-cell>
|
|
|
</fs-cell-group>
|
|
|
|
|
|
- <fs-gutter height="120rpx"></fs-gutter>
|
|
|
+ <fs-gutter height="60rpx"></fs-gutter>
|
|
|
<fs-button round block @click="handleLogout">退出登录</fs-button>
|
|
|
<fs-gutter height="60rpx"></fs-gutter>
|
|
|
</view>
|