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

10 lines
232 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
<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>