jinchaoyu 1 anno fa
parent
commit
4c0f2c10d5
4 ha cambiato i file con 18 aggiunte e 14 eliminazioni
  1. 3 0
      App.vue
  2. 7 7
      pages/index/diy/index_mall.vue
  3. 4 2
      pages/order/index.vue
  4. 4 5
      pages/user/index.vue

+ 3 - 0
App.vue

@@ -439,6 +439,9 @@ page {
 ::v-deep .index_tabs  .u-tabs__wrapper__nav__item {
 	flex: 1 !important;
 }
+::v-deep .u-tabs__wrapper__nav__item {
+	flex: 1 !important;
+}
 
 ::v-deep .u-tabs__wrapper__nav{
 

+ 7 - 7
pages/index/diy/index_mall.vue

@@ -8,13 +8,13 @@
 		<view class="custom_box" style="background: rgb(254,245,246); color: black;">
 			<view class="sys-head">
 				<view class="sys-bar" :style="{ height: sysHeight }"></view>
-				<view class="sys-title">中意购</view>
+				<view class="sys-title">中意购{{ sysHeight }} </view>
 				<view class="bg"></view>
 			</view>
 		</view>
 
-		<view class="index_body">
-			<view class="block_2  flex-row justify-between"  @click="changeAddress()">
+		<view class="index_body" :style="{ top: sysHeightTop}">
+			<view class="block_2  flex-row justify-between" @click="changeAddress()">
 				<view class="image-text_9 flex-row justify-between">
 					<image class="icon_1" referrerpolicy="no-referrer" src="../../../static/images/addressIcon.png" />
 					<text class="text-group_1 ">{{ markers[0].label.content }}</text>
@@ -103,6 +103,7 @@
 
 <script>
 let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
+let sysHeightTop = (uni.getSystemInfoSync().statusBarHeight + 43) + 'px';
 import headerSerch from './components/headerSerch';
 import latestGroupBuying from './components/latestGroupBuying';
 import { getAddress } from '../../../api/wxMap'
@@ -127,6 +128,7 @@ export default {
 	data () {
 		return {
 			sysHeight: sysHeight,
+			sysHeightTop: sysHeightTop,
 			showTips: true,
 			showMap: false,
 			markers: [{
@@ -983,10 +985,8 @@ page {
 		margin-top: 30rpx;
 	}
 }
-.index_body{
+
+.index_body {
 	position: relative;
-	top: 63px;
 }
-
-
 </style>

+ 4 - 2
pages/order/index.vue

@@ -10,7 +10,7 @@
 			</view>
 			<!-- #endif -->
 		</view>
-		<view class="my-order">
+		<view class="my-order" :style="{ top: sysHeightTop}">
 			<view class="header-group" style="padding-left: 20rpx;" >
 				<view class="tabs">
 					<u-tabs  :is-scroll="true" :list="navigationList" @change="statusClick()" lineColor="#B22338"
@@ -208,6 +208,7 @@
 
 <script>
 let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
+let sysHeightTop = (uni.getSystemInfoSync().statusBarHeight + 43) + 'px';
 const app = getApp();
 import {
 	getUserOrderPage,
@@ -275,7 +276,9 @@ export default {
 			},
 		],
 			pageHeight: app.globalData.windowHeight,
+			
 			sysHeight: sysHeight,
+			sysHeightTop: sysHeightTop,
 			loading: false, //是否加载中
 			loadend: false, //是否加载完毕
 			loadTitle: this.$t(`加载更多`), //提示语
@@ -648,7 +651,6 @@ export default {
 <style scoped lang="scss">
 .my-order {
 	position: relative;
-	top: 63px;
 }
 
 .my-order .header {

+ 4 - 5
pages/user/index.vue

@@ -82,9 +82,8 @@
 									{{$t('绑定手机号')}}</view> -->
 							</view>
 							<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>
+								<text v-if="currentRole === 'leader'" style="	color: #75BE00;    width: 80px;">切换团员</text>
+								<u-switch v-model="roleSwitch" activeColor="#75BE00" size="16" @change="changeRole"></u-switch>
 							</view>
 
 						</view>
@@ -266,8 +265,8 @@
 									{{$t('绑定手机号')}}</view> -->
 							</view>
 							<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>
+								<text style="	color: rgb(174, 33, 56);    width: 80px;">切换团长</text>
+								<u-switch v-model="roleSwitch" activeColor="#75BE00" size="16" @change="changeRole"></u-switch>
 							</view>
 
 						</view>