a
@ -2,8 +2,8 @@ let httpApiThree;
|
|||||||
let httpApi; // 总域名
|
let httpApi; // 总域名
|
||||||
let httpApiTwo; // 物流系统域名
|
let httpApiTwo; // 物流系统域名
|
||||||
|
|
||||||
// const env = 'dev'; // 开发
|
const env = 'dev'; // 开发
|
||||||
const env = 'prod'; // 生产
|
// const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
// const env = 'local'; // 本地
|
// const env = 'local'; // 本地
|
||||||
|
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="head-content ">
|
<view class="head-content ">
|
||||||
<view class="">
|
<view class="identity">
|
||||||
工作证:{{ myOaInfo.nickname }}
|
工作证:{{ myOaInfo.nickname }}
|
||||||
</view>
|
</view>
|
||||||
<view class="avatar">
|
<view class="avatar">
|
||||||
<u--image :showLoading="true" width="134rpx" height="134rpx"
|
<u--image :showLoading="true" width="134rpx" height="134rpx"
|
||||||
:src="myOaInfo.avatar || '../../static/img/public/avatar.png'" shape="circle"></u--image>
|
:src="myOaInfo.avatar || '../../static/img/public/avatar.png'" shape="circle"></u--image>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="identity">
|
||||||
身份:{{ myOaInfo.user_role_name}}
|
身份:{{ myOaInfo.user_role_name}}
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -45,10 +45,58 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- <view class="deposit-l">
|
||||||
|
<u--image :showLoading="true" width="81rpx" height="78rpx" :src="'../../static/newWork/index/ZCYHS.png'"
|
||||||
|
shape="circle"></u--image>
|
||||||
|
<view class="" style="margin-left:20rpx ;">
|
||||||
|
<view class="">
|
||||||
|
注册用户数
|
||||||
|
</view>
|
||||||
|
<view class="deposit-value">
|
||||||
|
{{myOaInfo.register_num}}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<!-- <view class="deposit-l">
|
||||||
|
<u--image :showLoading="true" width="81rpx" height="78rpx" :src="'../../static/newWork/index/RZSHS.png'"
|
||||||
|
shape="circle"></u--image>
|
||||||
|
<view class="" style="margin-left:20rpx ;">
|
||||||
|
<view class="">
|
||||||
|
入驻商户数
|
||||||
|
</view>
|
||||||
|
<view class="deposit-value">
|
||||||
|
{{myOaInfo.merchant_num }}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<!-- <view class="deposit-l">
|
||||||
|
<u--image :showLoading="true" width="81rpx" height="78rpx" :src="'../../static/newWork/index/JYJE.png'"
|
||||||
|
shape="circle"></u--image>
|
||||||
|
<view class="" style="margin-left:20rpx ;">
|
||||||
|
<view class="">
|
||||||
|
交易金额
|
||||||
|
</view>
|
||||||
|
<view class="deposit-value">
|
||||||
|
¥{{myOaInfo.trade_amount }}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<view class="deposit-l">
|
||||||
|
<u--image :showLoading="true" width="81rpx" height="78rpx" :src="'../../static/newWork/index/YQM.png'"
|
||||||
|
shape="circle"></u--image>
|
||||||
|
<view class="" style="margin-left:20rpx ;">
|
||||||
|
<view class="">
|
||||||
|
邀请码
|
||||||
|
</view>
|
||||||
|
<view class="deposit-value">
|
||||||
|
{{myOaInfo.invite_code}}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!--追加功能 -->
|
<!--追加功能 -->
|
||||||
<view class="">
|
<view class="">
|
||||||
<u-empty icon="/static/newWork/index/empty.png" iconSize='200' width='300' height="300" marginTop='130'
|
<u-empty icon="/static/newWork/index/empty.png" iconSize='200' width='300' height="300" marginTop='50'
|
||||||
textColor='#BFD7FF' text="等待任务下发"></u-empty>
|
textColor='#BFD7FF' text="等待任务下发"></u-empty>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@ -110,7 +158,6 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<u-empty text="等待任务下发">
|
<u-empty text="等待任务下发">
|
||||||
</u-empty>
|
</u-empty>
|
||||||
@ -475,7 +522,7 @@
|
|||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
background-image: url('/static/newWork/index/SYBG.png');
|
background-image: url('/static/newWork/index/SYBG.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
height: 309.78rpx;
|
height: 378.78rpx;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #2B63E2;
|
color: #2B63E2;
|
||||||
@ -502,7 +549,14 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
top: -50rpx;
|
top: -160rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.identity {
|
||||||
|
max-width: 250rpx;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -514,7 +568,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
|
||||||
@ -530,6 +584,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 30rpx 29rpx;
|
padding: 30rpx 29rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
|
||||||
.deposit-value {
|
.deposit-value {
|
||||||
color: #336AE7;
|
color: #336AE7;
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 7.1 KiB |
BIN
static/newWork/index/JYJE.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
static/newWork/index/RZSHS.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 30 KiB |
BIN
static/newWork/index/YQM.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
static/newWork/index/ZCYHS.png
Normal file
After Width: | Height: | Size: 7.0 KiB |