You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!--components/BeautyInfo/index.wxml-->
- <view class="info_container">
- <image class="feedback_img" src="{{dataItem.imageCover}}"></image>
- <view class="messge_box">
- <text>{{dataItem.content}}</text>
- <text>{{dataItem.createTime}}</text>
- </view>
- </view>
|