guo 2 vuotta sitten
vanhempi
commit
d6a2e698cd
2 muutettua tiedostoa jossa 8 lisäystä ja 7 poistoa
  1. 7 6
      pages/user/myOrder/mallOrderDetail.vue
  2. 1 1
      pages/user/myOrder/myOrder.vue

+ 7 - 6
pages/user/myOrder/mallOrderDetail.vue

@@ -64,10 +64,10 @@
 						<view class="quanState">待使用</view>
 
 					</view>
-					<view v-if="v.writeoffState==3" class="detailedName old">
+					<view v-if="v.writeoffState==3" class="detailedName">
 						<view class="redPoint"></view>
-						<view class="code">{{v.qrCode}}</view>
-						<view class="quanState">已使用</view>
+						<view class="code old" >{{v.qrCode}}</view>
+						<view class="quanState2">已使用</view>
 					
 					</view>
 					
@@ -144,7 +144,7 @@
 
 			<view class="informationLine">
 				<view class="informationTxt">订单备注:</view>
-				<view class="informationNum" style="width: 524rpx;">{{orderData.data.comment?orderData.data.comment:''}}</view>
+				<view class="informationNum" style="width: 510rpx;">{{orderData.data.comment?orderData.data.comment:''}}</view>
 			</view>
 
 		</view>
@@ -599,7 +599,7 @@
 
 	.detailedLine {
 		display: flex;
-		padding: 0 20rpx 15rpx;
+		padding: 16rpx 20rpx;
 		justify-content: space-between;
 		align-items: center;
 	}
@@ -622,7 +622,8 @@
 	.code {
 		font-size: 26rpx;
 		color: #333333;
-		font-weight: bold;
+		font-weight: bold;
+		width: 180rpx
 	}
 
 	.old {

+ 1 - 1
pages/user/myOrder/myOrder.vue

@@ -184,7 +184,7 @@
 
 	.itemSheetState {
 		font-size: 24rpx;
-		color: #FF2400
+		color: #999999
 	}
 	.redColor {
 		color: #FF0000;