Просмотр исходного кода

feat:web,h5,小程序,样式兼容性优化

zhanghui 2 лет назад
Родитель
Сommit
338c9eed5d

+ 3 - 3
pages/index/attach/attach.vue

@@ -1,9 +1,9 @@
 <template>
 <template>
 	<view class="page" :style="{height:height}">
 	<view class="page" :style="{height:height}">
 
 
-		<view class="roleNameView">
-			<text>当前身份:<text class="roleName">{{userInfo.roleName}}</text></text>
-		</view>
+<!--		<view class="roleNameView">-->
+<!--			<text>当前身份:<text class="roleName">{{userInfo.roleName}}</text></text>-->
+<!--		</view>-->
 
 
 		<view class="dataNullView flex-col" v-if="roleBindRuleList.length===0">
 		<view class="dataNullView flex-col" v-if="roleBindRuleList.length===0">
 			<view class="flex-row justify-center">
 			<view class="flex-row justify-center">

+ 2 - 5
pages/my/my.vue

@@ -67,11 +67,8 @@
 
 
 		<view class="flex-col justify-start list">
 		<view class="flex-col justify-start list">
 			<uni-list :border="false">
 			<uni-list :border="false">
-				<uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="我的分组" to="/pages/myGroup/myGroup"
-					showArrow thumb="/static/my/fenzu.png" thumb-size="sm" rightText="" />
-				<uni-list-item v-if="userInfo.roleTag == 1" :clickable="true" title="购买优惠券"
-					to="/pages/purchaseCoupon/purchaseCoupon" showArrow thumb="/static/my/coupon.png" thumb-size="sm"
-					rightText="" />
+				<uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="我的分组" to="/pages/myGroup/myGroup" showArrow thumb="/static/my/fenzu.png" thumb-size="sm"/>
+				<uni-list-item v-if="userInfo.roleTag == 1" :clickable="true" title="购买优惠券" to="/pages/purchaseCoupon/purchaseCoupon" showArrow thumb="/static/my/coupon.png" thumb-size="sm"/>
 			</uni-list>
 			</uni-list>
 		</view>
 		</view>
 	</view>
 	</view>

+ 7 - 0
pages/myGroup/module/index.rpx.css

@@ -50,6 +50,13 @@
     line-height: 44rpx;
     line-height: 44rpx;
     margin-left: 12rpx;
     margin-left: 12rpx;
 }
 }
+.phone{
+    height: 44rpx;
+    font-size: 28rpx;
+    color: #333333;
+    line-height: 44rpx;
+    margin-left: 12rpx;
+}
 .xiugai{
 .xiugai{
     position:absolute;
     position:absolute;
     bottom: 26rpx;
     bottom: 26rpx;

+ 5 - 4
pages/myGroup/module/mescrollUni-item.vue

@@ -19,15 +19,16 @@
 						<u-icon size="24" name="/static/group/fuzeren.png"></u-icon>
 						<u-icon size="24" name="/static/group/fuzeren.png"></u-icon>
 						<text class="key">负责人:</text>
 						<text class="key">负责人:</text>
 						<text class="number">{{item.userName}}</text>
 						<text class="number">{{item.userName}}</text>
-						<text>-{{item.userPhone}}</text>
+						<text class="phone">-{{item.userPhone}}</text>
 					</view>
 					</view>
 					<view class="flex-row icon-num">
 					<view class="flex-row icon-num">
 						<u-icon size="24" name="/static/group/chengyuan.png"></u-icon>
 						<u-icon size="24" name="/static/group/chengyuan.png"></u-icon>
 						<text class="key">成员:</text>
 						<text class="key">成员:</text>
 						<text class="number">{{item.memberCount}}人</text>
 						<text class="number">{{item.memberCount}}人</text>
 					</view>
 					</view>
-					<u-icon size="30" name="/static/group/xiugai.png" class="xiugai"
-						@click.native.stop="updateGroup(item)"></u-icon>
+					<view class="xiugai">
+						<u-icon size="30" name="/static/group/xiugai.png"  @click.native.stop="updateGroup(item)"></u-icon>
+					</view>
 				</next-swipe-action>
 				</next-swipe-action>
 
 
 			</view>
 			</view>
@@ -161,4 +162,4 @@
 <style>
 <style>
 	@import '/common/css/common.css';
 	@import '/common/css/common.css';
 	@import './index.rpx.css';
 	@import './index.rpx.css';
-</style>
+</style>