|
@@ -8,7 +8,7 @@
|
|
|
<view class="u-flex u-row-between" style="padding: 50rpx 30rpx">
|
|
|
<view class="u-flex">
|
|
|
<view class="">
|
|
|
- <u-image width="130rpx" height="130rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="130rpx" height="130rpx" src="../../static/sailun/head-portrait.png" :lazy-load="true" shape="circle">
|
|
|
<view slot="error" style="font-size: 24rpx;" :fade="true" duration="450">加载失败</u-icon>
|
|
|
</view>
|
|
|
</u-image>
|
|
@@ -23,12 +23,14 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="">
|
|
|
- <u-icon name="qr" size="80rpx" custom-prefix="van-icon" color="#fff"></u-icon>
|
|
|
+ <!-- <u-icon name="qr" size="80rpx" custom-prefix="van-icon" color="#fff"></u-icon> -->
|
|
|
+ <u-image width="60rpx" height="60rpx" src="../../static/sailun/qrcode.png" :lazy-load="true">
|
|
|
+ </u-image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-around">
|
|
|
<view class="u-text-center">
|
|
|
- <view style="font-size:36rpx; font-weight: 500;color: #FFFFFF;">
|
|
|
+ <view style="font-size:34rpx; color: #FFFFFF;">
|
|
|
张三
|
|
|
</view>
|
|
|
<view style="color: #B3DAFF;opacity: 0.9;">
|
|
@@ -36,7 +38,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-text-center">
|
|
|
- <view style="font-size:36rpx;font-weight: 500;color: #FFFFFF;">
|
|
|
+ <view style="font-size:34rpx;color: #FFFFFF;">
|
|
|
市北区
|
|
|
</view>
|
|
|
<view style="color: #B3DAFF;opacity: 0.9;">
|
|
@@ -48,10 +50,10 @@
|
|
|
<view style="position: relative;top:-110rpx">
|
|
|
<u-card padding="20" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false" :border="false">
|
|
|
<view slot="head" class="u-flex u-row-between u-col-bottom">
|
|
|
- <view style="font-weight: 500;font-size: 36rpx;">
|
|
|
+ <view style="font-size: 34rpx;">
|
|
|
结算中心
|
|
|
</view>
|
|
|
- <view class="u-col-bottom" style="color: #4B4B4B;font-size: 20rpx;">
|
|
|
+ <view class="u-col-bottom" style="color: #4B4B4B;font-size: 24rpx;">
|
|
|
查看全部
|
|
|
</view>
|
|
|
</view>
|
|
@@ -94,85 +96,82 @@
|
|
|
</u-card>
|
|
|
<u-card padding="20" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false" :border="false">
|
|
|
<view slot="head" class="u-flex u-row-between u-col-bottom">
|
|
|
- <view style="font-weight: 500;font-size: 36rpx;">
|
|
|
- 结算中心
|
|
|
- </view>
|
|
|
- <view class="u-col-bottom" style="color: #4B4B4B;font-size: 20rpx;">
|
|
|
- 查看全部
|
|
|
+ <view style="font-size: 34rpx;">
|
|
|
+ 我的服务
|
|
|
</view>
|
|
|
</view>
|
|
|
<view slot="body">
|
|
|
- <view class="u-flex u-row-around u-flex-wrap">
|
|
|
+ <view class="u-flex u-row-around u-flex-wrap u-col-between" style="height: 300rpx;font-size: 24rpx;">
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inInstore">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/instock.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
入库明细
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inOutstore">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/outstock.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
出库明细
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inReward">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/reward.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
奖励明细
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inStatistical">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/task.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
任务统计
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inresult">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/tirenum.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
胎号查询
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/me-order.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
门店订单
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inCoupon">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/coupon.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
我的优惠券
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-centter" style="flex-direction: column;width: 25%;" @click="inSuppliers">
|
|
|
<view>
|
|
|
- <u-image width="80rpx" height="80rpx" :src="src" :lazy-load="true" shape="circle">
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/supplier.png" :lazy-load="true" shape="circle">
|
|
|
</u-image>
|
|
|
</view>
|
|
|
- <view style="font-weight: 500;color: #000000;">
|
|
|
+ <view style="color: #000000;" class="u-m-t-10">
|
|
|
我的供应商
|
|
|
</view>
|
|
|
</view>
|
|
@@ -186,7 +185,7 @@
|
|
|
<u-cell-item title="兑换记录">
|
|
|
<u-icon slot="icon" size="32" name="balance-list-o" custom-prefix="van-icon"></u-icon>
|
|
|
</u-cell-item>
|
|
|
- <u-cell-item icon="setting-fill" title="设置">
|
|
|
+ <u-cell-item icon="setting-fill" title="设置" @click="inSetting">
|
|
|
<u-icon slot="icon" size="32" name="setting-o" custom-prefix="van-icon"></u-icon>
|
|
|
</u-cell-item>
|
|
|
</u-cell-group>
|
|
@@ -264,6 +263,11 @@
|
|
|
this.$u.route({
|
|
|
url: 'pages/me/suppliers',
|
|
|
})
|
|
|
+ },
|
|
|
+ inSetting(){
|
|
|
+ this.$u.route({
|
|
|
+ url: 'pages/me/setting/setting',
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -279,6 +283,8 @@
|
|
|
.head {
|
|
|
width: 750rpx;
|
|
|
height: 429rpx;
|
|
|
- background: linear-gradient(50deg, #3F77F6 0%, #66CCFF 100%);
|
|
|
+ // background: linear-gradient(50deg, #3F77F6 0%, #66CCFF 100%);
|
|
|
+ background-image: url(../../static/sailun/mebg.png);
|
|
|
+ background-size:100% 100%;
|
|
|
}
|
|
|
</style>
|