|
@@ -81,7 +81,7 @@
|
|
|
<!-- <view class="phone" v-if="!userInfo.username && isLogin" @tap="bindPhone">
|
|
|
{{$t('绑定手机号')}}</view> -->
|
|
|
</view>
|
|
|
- <view class="message">
|
|
|
+ <view class="message" style=" white-space: nowrap;">
|
|
|
<text v-if="currentRole === 'leader'" style=" color: #75BE00; width: 50px;">切换团员</text>
|
|
|
<text v-if="currentRole === 'employees'" style=" color: rgb(174, 33, 56); width: 50px;">切换团长</text>
|
|
|
<u-switch v-model="roleSwitch" activeColor="#75BE00" size="12" @change="changeRole"></u-switch>
|
|
@@ -265,7 +265,7 @@
|
|
|
<!-- <view class="phone" v-if="!userInfo.username && isLogin" @tap="bindPhone">
|
|
|
{{$t('绑定手机号')}}</view> -->
|
|
|
</view>
|
|
|
- <view class="message">
|
|
|
+ <view class="message" style=" white-space: nowrap;">
|
|
|
<text style=" color: rgb(174, 33, 56); width: 50px;">切换团长</text>
|
|
|
<u-switch v-model="roleSwitch" activeColor="#75BE00" size="12" @change="changeRole"></u-switch>
|
|
|
</view>
|
|
@@ -292,7 +292,7 @@
|
|
|
</navigator>
|
|
|
|
|
|
<view class="my_order">
|
|
|
- <u-cell isLink>
|
|
|
+ <u-cell value="全部订单" isLink>
|
|
|
<view slot="title" class="u-slot-title">
|
|
|
<text class="u-cell-text">我的订单</text>
|
|
|
</view>
|
|
@@ -301,7 +301,7 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view class="order-wrapper height" >
|
|
|
+ <view class="order-wrapper origin" >
|
|
|
<view class="order-bd">
|
|
|
<block v-for="(item, index) in orderMenuOrigin" :key="index">
|
|
|
<view class="order-item" hover-class="none" @click="goRouter(item)">
|
|
@@ -1752,12 +1752,9 @@ body {
|
|
|
display: none !important;
|
|
|
}
|
|
|
|
|
|
+.my_order{
|
|
|
+}
|
|
|
.u-slot-title {
|
|
|
- line-height: 60rpx;
|
|
|
-
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: 400;
|
|
|
- color: #333333;
|
|
|
|
|
|
text {
|
|
|
vertical-align: text-bottom;
|
|
@@ -1772,4 +1769,7 @@ body {
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+.origin{
|
|
|
+ margin-top: 0 !important;
|
|
|
+}
|
|
|
</style>
|