You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
4.1 KiB
78 lines
4.1 KiB
<wxs module="formate" src="../../formate.wxs"></wxs>
|
|
<!-- <cu-custom bgColor="bg-white" isBack="{{false}}">
|
|
<view slot="content" style="color:black;font-size:18px">我的</view>
|
|
</cu-custom> -->
|
|
|
|
<view style="height: 337rpx;background-image: linear-gradient(124deg, rgba(0, 122, 255) 0%, rgba(13, 100, 227) 100%);position: relative;">
|
|
<view style="width: 750rpx; height: 128rpx;position: absolute;padding: 32rpx;"></view>
|
|
<image style="height: 32rpx;width: 100%;position: absolute;bottom: 0rpx;" src="/assets/image/bg-vip.png"></image>
|
|
<view style="position: absolute;top:{{CustomBar - 28}}px;width:750rpx">
|
|
<van-cell center clickable="{{false}}" border="{{false}}" custom-style="background-color:transparent"
|
|
wx:if="{{userInfo}}" bind:click="toUserInfo">
|
|
<view class="flex" slot="title" style="align-items: center">
|
|
<van-image use-loading-slot width="160rpx" height="160rpx" lazy-load round src="{{avatarUrl}}">
|
|
<image class="image-load" slot="loading" src="/assets/image/ygImg.png"></image>
|
|
</van-image>
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start">
|
|
<view class="flex flex-center text-white">
|
|
<text class="text-xl text-bold" style="white-space: nowrap">{{userName || ''}}</text>
|
|
<image style="width:100rpx;height:32rpx;margin-left:18rpx" src="/assets/home/icon-auth.png" wx:if="{{userInfo.isAuth}}"></image>
|
|
<image style="width:100rpx;height:32rpx;margin-left:18rpx" src="/assets/home/icon-unauth.png" wx:else></image>
|
|
</view>
|
|
<view class="flex flex-center text-white">
|
|
<text class="text-white text-sg" style="font-size:14px">{{userInfo.mobile || ''}}</text>
|
|
<text class="text-sg" style="white-space: nowrap">({{ isAdmin ? '管理员' : '员工' }})</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<van-icon slot="right-icon" name="arrow" color="white" size="44rpx"/>
|
|
</van-cell>
|
|
|
|
<view style="padding: 0rpx 28rpx;margin-top:4rpx">
|
|
<view class="bg-white" style="border-radius: 20rpx;padding: 24rpx 0rpx 12rpx 0rpx">
|
|
<view class="flex flex-justify" style="padding: 0rpx 28rpx 8rpx 28rpx">
|
|
<view class="text-black text-sg text-bold">企业管理</view>
|
|
</view>
|
|
<van-grid column-num="4" border="{{fasle}}">
|
|
<van-grid-item text="员工管理" url="/pages/home/employee/index" wx:if="{{isAdmin}}">
|
|
<van-icon slot="icon" name="/assets/home/icon-employe.png" size="76rpx" />
|
|
</van-grid-item>
|
|
<van-grid-item text="客户管理" url="/pages/home/customer-list/index">
|
|
<van-icon slot="icon" name="/assets/home/icon-customer.png" size="76rpx" />
|
|
</van-grid-item>
|
|
<van-grid-item text="品类管理" url="/pages/setting/paper-list/index">
|
|
<van-icon slot="icon" name="/assets/home/icon-cate.png" size="76rpx" />
|
|
</van-grid-item>
|
|
<van-grid-item text="智能绑卡" url="/pages/message/card-list/index">
|
|
<van-icon slot="icon" name="/assets/home/icon-card.png" size="76rpx" />
|
|
</van-grid-item>
|
|
<!-- <van-grid-item text="智能报表" url="/xtends/statics/index/index" wx:if="{{isAdmin}}">
|
|
<van-icon slot="icon" name="/assets/home/icon-report.png" size="76rpx" />
|
|
</van-grid-item> -->
|
|
</van-grid>
|
|
</view>
|
|
</view>
|
|
|
|
<view style="padding: 0rpx 28rpx;margin-top:24rpx">
|
|
<view class="bg-white" style="border-radius: 20rpx;">
|
|
<view class="flex flex-justify" style="padding: 24rpx 28rpx 8rpx 28rpx">
|
|
<view class="text-black text-sg text-bold">企业信息</view>
|
|
</view>
|
|
<van-cell is-link clickable url="/pages/settlement/bank-list/index">
|
|
<view class="flex" slot="title" style="align-items: center">
|
|
<van-icon name="/assets/home/icon-bank.png" size="24" />
|
|
<text class="text-sg" style="margin-left:12rpx">银行卡</text>
|
|
</view>
|
|
</van-cell>
|
|
<van-cell is-link clickable url="/pages/home/factory-list/index" custom-class="group-bottom">
|
|
<view class="flex" slot="title" style="align-items: center">
|
|
<van-icon name="/assets/home/icon-qd.png" size="24" />
|
|
<text class="text-sg" style="margin-left:12rpx">出货渠道</text>
|
|
</view>
|
|
</van-cell>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view style="height:16rpx"></view>
|