linbl 6 сар өмнө
parent
commit
63170fa50b

+ 3 - 1
pages/market/order/order.vue

@@ -237,7 +237,9 @@
 	page {
 		background-color: $pg;
 	}
-
+.goodsList .item .con {
+    width: 97%;
+}
 	.state {
 		margin-right: -70px;
 	}

+ 5 - 5
pages/market/two/detail.vue

@@ -12,15 +12,15 @@
 					<view class="clear"></view>
 				</view>
 				<view class="item">
-					<text class="desc">计价单位</text>
+					<text class="desc">计价单位</text>
 					<text>{{ item.goodsUnit }}</text>
 				</view>
 				<view class="item">
-					<text class="desc">商品重量</text>
+					<text class="desc">商品重量</text>
 					<text>{{ item.netWet }}</text>
 				</view>
 				<view class="item">
-					<text class="desc">单价</text>
+					<text class="desc">单价</text>
 					<text>{{ item.singlePrice }}</text>
 				</view>
 				<view class="item">
@@ -33,7 +33,7 @@
 					<text>{{ item.leaderName }}</text>
 				</view>
 				<view class="item">
-					<text class="desc">联系号码</text>
+					<text class="desc">联系号码</text>
 					<text>{{item.leaderPhone}}</text>
 				</view>
 				<view class="item">
@@ -42,7 +42,7 @@
 					<view class="clear"></view>
 				</view>
 				<view class="item" style="padding-top: 0px">
-					<text class="desc">订单编号</text>
+					<text class="desc">订单编号</text>
 					<text>{{ item.orderNo }}</text>
 				</view>
 				<view class="item">