Browse Source

代码修改

linbl 6 months ago
parent
commit
de50b00a2b

+ 9 - 8
pages/market/one/leader/noPayOrder.vue

@@ -28,14 +28,14 @@
 					</view>
 				</view>
 				<view class="title">{{ item.phone }}</view>
-				<view class="con">
-					<view style="font-size: 16px;padding-top: 7px;color: #a0a2a6;">
-						<text>订单 {{ item.tradeNo }}</text>
+				<view>
+					<view style="font-size: 15px;color: #a0a2a6;">
+						订单 {{ item.tradeNo }}
 					</view>
-					<view class="desc">
-						<text>{{ item.goodsNames }} {{ item.totalWeight }}{{ item.goodsUnit }}</text>
+					<view style="padding-top: 4px;font-size: 15px;color: #a0a2a6;">
+						{{ item.goodsNames }} {{ item.totalWeight }}{{ item.goodsUnit }}
 					</view>
-					<view class="price">¥ {{ item.totalPrice }}</view>
+					<view style="padding-top: 6px;font-size: 17px;color: #ff5722;font-weight: bold;">¥ {{ item.totalPrice }}</view>
 				</view>
 				<view class="clear"></view>
 				<view class="op">
@@ -218,8 +218,9 @@
 		background-color: #3c9cff;
 		text-align: center;
 		border-radius: 10px;
-		font-size: 14px;
-		padding: 3px 5px;
+		font-size: 13px;
+		padding: 2px 4px;
+		text-decoration: none;
 	}
 	.state {
 		margin-right: -70px;

+ 7 - 6
pages/market/one/leader/noUpOrder.vue

@@ -24,14 +24,14 @@
 					</view>
 				</view>
 				<view class="title">{{ item.phone }}</view>
-				<view class="con">
-					<view style="font-size: 16px;padding-top: 7px;color: #a0a2a6;">
-						<text>订单 {{ item.tradeNo }}</text>
+				<view>
+					<view style="font-size: 15px;color: #a0a2a6;">
+						订单 {{ item.tradeNo }}
 					</view>
-					<view class="desc">
-						<text>{{ item.goodsNames }} {{ item.totalWeight }}{{ item.goodsUnit }}</text>
+					<view style="padding-top: 4px;font-size: 15px;color: #a0a2a6;">
+						{{ item.goodsNames }} {{ item.totalWeight }}{{ item.goodsUnit }}
 					</view>
-					<view class="price">¥ {{ item.totalPrice }}</view>
+					<view style="padding-top: 6px;font-size: 17px;color: #ff5722;font-weight: bold;">¥ {{ item.totalPrice }}</view>
 				</view>
 				<view class="clear"></view>
 				<view class="op">
@@ -211,6 +211,7 @@
 		border-radius: 10px;
 		font-size: 14px;
 		padding: 3px 5px;
+		text-decoration: none;
 	}
 	.state {
 		margin-right: -70px;

+ 3 - 3
pages/personal/personal.vue

@@ -40,8 +40,8 @@
 					<view class="tag" v-if="user.userType == 4">司机</view>
 					<view class="tag" v-if="user.userType == 5">商户</view>
 					<view class="tag" v-if="user.userType == 6">合作社</view>
-					<view class="tag" v-if="user.userType==1" style="margin-left: 10px;">
-						<text v-if="user.groupName">{{user.groupName}}</text>
+					<view class="tag" v-if="user.groupName" style="margin-left: 10px;">
+						{{user.groupName}}
 					</view>
 
 				</view>
@@ -360,7 +360,7 @@
 				width: 60%;
 
 				.nickName {
-					font-size: 17px;
+					font-size: 16px;
 					font-weight: bold;
 				}