|
@@ -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>
|
|
|
|