shish 2 жил өмнө
parent
commit
e986f4ae3a

+ 6 - 2
ghsApp/src/pagesPurchase/info.vue

@@ -93,7 +93,7 @@
 									<text class="item-name">
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="s.presell == 1">预售</text>
-										{{ s.name }}<text v-if="s.ratioType == 0" style="color:#cccccc;font-size:28upx;margin-left:6upx;font-weight:normal;">{{s.ratio}}{{s.smallUnit}}装</text>
+										{{ s.name }}
 									</text>
 									<text class="item-price">
 										<text class="price">¥{{s.totalPrice ? parseFloat(s.totalPrice) : 0}}</text>
@@ -105,7 +105,11 @@
 									<text class="item-count">
 									{{ parseFloat(s.itemNum) }}扎 × ¥{{ s.bigPrice ? parseFloat(s.bigPrice) : 0 }}
 									</text>
-									<text v-if="s.refundNum>0" style="font-weight:bold;color:red;position:absolute;top:45upx;">已退{{s.refundNum}}</text>
+									<text v-if="s.refundNum>0" style="font-weight:bold;color:red;position:absolute;top:45upx;font-size:20upx;">
+										<text style="font-weight:bold;color:#CCCCCC;margin-right:20upx;">{{s.ratio}}{{s.smallUnit}}装</text>
+										已退{{s.refundNum}}
+									</text>
+									
 								</view>
 							</view>
 						</view>

+ 1 - 3
ghsApp/src/pagesPurchase/orderItem.vue

@@ -2,7 +2,6 @@
 	<view class="order-item-view" @click="clickItemEvent">
 		<view class="item-header">
 			<view class="title">
-				<image class="icon" :src="info.supplierAvatar" />
 				<text class="name">{{ info.supplierName }}</text>
 			</view>
 			<view v-if="info.refund == 2" class="status" style="color:red;border:1upx solid red;border-radius:20upx;font-size:20upx;padding:5upx 12upx;margin-right:50upx;">有退款</view>
@@ -84,7 +83,6 @@ export default {
 			display: flex;
 			align-items: center;
 			flex: 1;
-
 			.icon {
 				margin-right: 20upx;
 				width: 50upx;
@@ -93,7 +91,7 @@ export default {
 				border-radius: 50%;
 			}
 			.name {
-				font-size: 32upx;
+				font-size:30upx;
 				font-weight: 600;
 				color: #333333;
 			}