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

9 lines
330B

  1. <!--components/feedbackInfo/index.wxml-->
  2. <view class="info_container">
  3. <view class="main_info">
  4. <view class="info_item" wx:for="{{infoList}}" wx:key="index">
  5. <view class="info_title">{{item.label}}</view>
  6. <view class="info_value">{{dataItem[item.key]}}</view>
  7. </view>
  8. </view>
  9. </view>