Jelajahi Sumber

订单详情买家备注调整

DELL 3 tahun lalu
induk
melakukan
6e9548e6ae
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      packageGoods/order/detail.vue

+ 4 - 4
packageGoods/order/detail.vue

@@ -44,10 +44,6 @@
 					</view>
 				</view>
 			</view>
-			<view class="freight" v-if="info.memo != ''">
-				<view style="width: 150rpx;display: inline-block;">留言:</view>
-				<view style="display: inline-block;width: 524rpx;vertical-align: top;">{{info.memo}}</view>
-			</view>
 
 			<view class="detail-info">
 				<view class="detail-info-title">订单信息</view>
@@ -69,6 +65,10 @@
 					</view>
 				</view>
 			</view>
+			<view class="freight" v-if="info.memo != ''">
+				<view style="width: 150rpx;display: inline-block;">留言:</view>
+				<view style="display: inline-block;width: 524rpx;vertical-align: top;">{{info.memo}}</view>
+			</view>
 
 			<!-- <view class="detail-info" v-if="(status.value == 2 || status.value == 4) && deliverList.length > 1">
 				<view class="detail-info-title">发货信息</view>