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

2 jaren geleden
2 jaren geleden
12345678
  1. <!--components/riverInfo/index.wxml-->
  2. <view class="info_container">
  3. <view class="main_info">
  4. <text class="info_name">{{dataSource.name}}</text>
  5. <text class="info_area">{{dataSource.location}}</text>
  6. <text class="info_area">{{dataSource.note || ''}}</text>
  7. </view>
  8. </view>