jinchaoyu 1 жил өмнө
parent
commit
bcdc980cfe

+ 0 - 4
pages/groupbuying/aboutUs/index.vue

@@ -16,7 +16,6 @@
 		<view class="tool_list">
 			<u-cell-group>
 
-				<navigator url="/pages/groupbuying/distributionPerformance/index" hover-class="none">
 					<u-cell isLink>
 
 						<view slot="title" class="u-slot-title">
@@ -24,9 +23,7 @@
 						</view>
 
 					</u-cell>
-				</navigator>
 
-				<navigator url="/pages/groupbuying/myClient/index" hover-class="none">
 					<u-cell isLink>
 
 						<view slot="title" class="u-slot-title">
@@ -34,7 +31,6 @@
 						</view>
 
 					</u-cell>
-				</navigator>
 
 			</u-cell-group>
 		</view>

+ 9 - 9
pages/user/index.vue

@@ -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>