This commit is contained in:
lxz 2024-01-15 18:44:47 +08:00
parent 5937dc9402
commit c7896e567b
8 changed files with 64 additions and 9 deletions

View File

@ -2,8 +2,8 @@ let httpApiThree;
let httpApi; // 总域名
let httpApiTwo; // 物流系统域名
// const env = 'dev'; // 开发
const env = 'prod'; // 生产
const env = 'dev'; // 开发
// const env = 'prod'; // 生产
// const env = 'prew'; // 预上线
// const env = 'local'; // 本地

View File

@ -7,14 +7,14 @@
</view>
<view class="head-content ">
<view class="">
<view class="identity">
工作证{{ myOaInfo.nickname }}
</view>
<view class="avatar">
<u--image :showLoading="true" width="134rpx" height="134rpx"
:src="myOaInfo.avatar || '../../static/img/public/avatar.png'" shape="circle"></u--image>
</view>
<view class="">
<view class="identity">
身份{{ myOaInfo.user_role_name}}
</view>
@ -45,10 +45,58 @@
</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 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>
</view>
@ -110,7 +158,6 @@
</view>
</view>
</view>
<u-empty text="等待任务下发">
</u-empty>
@ -475,7 +522,7 @@
width: 750rpx;
background-image: url('/static/newWork/index/SYBG.png');
background-size: 100% 100%;
height: 309.78rpx;
height: 378.78rpx;
font-size: 30rpx;
font-weight: bold;
color: #2B63E2;
@ -502,7 +549,14 @@
position: absolute;
left: 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;
width: 750rpx;
justify-content: space-between;
flex-wrap: wrap;
box-sizing: border-box;
padding: 0 30rpx;
@ -530,6 +584,7 @@
box-sizing: border-box;
padding: 30rpx 29rpx;
font-weight: 500;
margin-bottom: 20rpx;
.deposit-value {
color: #336AE7;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB