index.wxml 232 B

12345678910
  1. <view class="comment-card">
  2. <i-card>
  3. <view slot="header">
  4. <view class="header">订单备注</view>
  5. </view>
  6. <view slot="content">
  7. <view class="content-wrap">{{comment}}</view>
  8. </view>
  9. </i-card>
  10. </view>