index.wxml 612 B

123456789101112
  1. <!--nova-werun/components/circle/index.wxml-->
  2. <nav type="title" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
  3. <view class="all" style="height: {{contentHeight}}rpx;">
  4. <view class="trends" style="height: {{contentHeight}}rpx;">
  5. <block wx:for="{{cardList}}" wx:key="{{item.objectId}}">
  6. <circle-card objectId='{{item.objectId}}' type='surface'></circle-card>
  7. </block>
  8. </view>
  9. <view class="publishbox">
  10. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241105/8qes51030838243.png?imageView2/1/w/200/h/200"></image>
  11. </view>
  12. </view>