فهرست منبع

订单备注:

lifanagju_citu 9 ماه پیش
والد
کامیت
3b56c725e0
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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>