Browse Source

订单备注:

lifanagju_citu 9 tháng trước cách đây
mục cha
commit
3b56c725e0
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pages/order/detail.vue

+ 4 - 0
pages/order/detail.vue

@@ -159,6 +159,10 @@
           <text class="title">支付方式:</text>
           <text class="detail">{{ state.orderInfo.payChannelName || '-' }}</text>
         </view>
+        <view class="notice-item">
+          <text class="title">订单备注:</text>
+          <text class="detail" style="color: #666;">{{ state.orderInfo.userRemark || '' }}</text>
+        </view>
       </view>
     </view>