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

5 lines
170B

  1. <!--components/ImageList/index.wxml-->
  2. <view class="image_container">
  3. <image class="image_item" src="{{item}}" wx:for="{{imageList}}" wx:key="index"></image>
  4. </view>