EP-WachatApp/eaterplanet_ecommerce/components/orderComment/index.wxml

10 lines
232 B
Plaintext

<view class="comment-card">
<i-card>
<view slot="header">
<view class="header">订单备注</view>
</view>
<view slot="content">
<view class="content-wrap">{{comment}}</view>
</view>
</i-card>
</view>