|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
.gz-tag{
|
|
|
position: absolute;
|
|
|
- bottom: 16px;
|
|
|
+ bottom: 28px;
|
|
|
image{width: 48px;height: 15px;}
|
|
|
}
|
|
|
.nickname{
|
|
@@ -178,7 +178,7 @@
|
|
|
<image src="/static/img/detail_bg.png"></image>
|
|
|
</view>
|
|
|
<view class="app-h">
|
|
|
- <uni-nav-bar color="#fff" :border="false" statusBar backgroundColor="transparent" left-icon="left" @clickLeft="utils.navigateBack()" fixed title="馆长中心"></uni-nav-bar>
|
|
|
+ <uni-nav-bar color="#fff" :border="false" statusBar backgroundColor="transparent" left-icon="left" @clickLeft="utils.navigateBack()" fixed title="总监职能中心"></uni-nav-bar>
|
|
|
</view>
|
|
|
|
|
|
<view class="app-body">
|
|
@@ -190,9 +190,8 @@
|
|
|
<view class="gz-tag">
|
|
|
<image src="/static/img/gz_tip.png"></image>
|
|
|
</view>
|
|
|
- <view class="nickname" style="margin-top: 3px;">{{ user.nickname || "" }}</view>
|
|
|
+ <view class="nickname" style="margin-top: 15rpx;">{{ user.nickname || "" }}</view>
|
|
|
</view>
|
|
|
-
|
|
|
<view class="fx-g1"></view>
|
|
|
<view class="top-foot fx-r fx-bc fx-ac">
|
|
|
<view class="item">
|
|
@@ -264,7 +263,7 @@
|
|
|
<view class="people fx-r fx-bc fx-ac">
|
|
|
<image src="/static/img/gz_yy.png"></image>
|
|
|
<view class="label">被约小单数:</view>
|
|
|
- <view class="value">{{ item.booking_size_fresh }}人</view>
|
|
|
+ <view class="value">{{ item.booking_size_fresh }}单</view>
|
|
|
</view>
|
|
|
<view class="fx-g1"></view>
|
|
|
<view class="people fx-r fx-bc fx-ac">
|
|
@@ -277,7 +276,7 @@
|
|
|
<view class="people fx-r fx-bc fx-ac">
|
|
|
<image src="/static/img/gz_yy.png"></image>
|
|
|
<view class="label">剩余小单量:</view>
|
|
|
- <view class="value">{{ item.residue_size_fresh }}人</view>
|
|
|
+ <view class="value">{{ item.residue_size_fresh }}单</view>
|
|
|
</view>
|
|
|
<view class="fx-g1"></view>
|
|
|
<view class="people fx-r fx-bc fx-ac">
|
|
@@ -290,7 +289,7 @@
|
|
|
<view class="people fx-r fx-bc fx-ac">
|
|
|
<image src="/static/img/gz_yy.png"></image>
|
|
|
<view class="label">总小单数:</view>
|
|
|
- <view class="value">{{ item.pro_count_fresh }}人</view>
|
|
|
+ <view class="value">{{ item.pro_count_fresh }}单</view>
|
|
|
</view>
|
|
|
<view class="fx-g1"></view>
|
|
|
<view class="people fx-r fx-bc fx-ac">
|