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

1234567891011
  1. <view class="detail__container">
  2. <view class="detail__title">
  3. 消息通知
  4. </view>
  5. <view class="detail__time">
  6. {{ detail.createTime }}
  7. </view>
  8. <view class="detail__content">
  9. {{ detail.msgDetail }}
  10. </view>
  11. </view>