拓恒河湖长制全民护河平台WEB端
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.

index.wxml 278B

1 year ago
12345678
  1. <!--components/BeautyInfo/index.wxml-->
  2. <view class="info_container">
  3. <image class="feedback_img" src="{{dataItem.imageCover}}"></image>
  4. <view class="messge_box">
  5. <text>{{dataItem.content}}</text>
  6. <text>{{dataItem.createTime}}</text>
  7. </view>
  8. </view>