- <!--nova-werun/components/circle/index.wxml-->
 
- <nav type="title" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
 
- <view class="all" style="height: {{contentHeight}}rpx;">
 
-     <view class="trends" style="height: {{contentHeight}}rpx;">
 
-         <block wx:for="{{cardList}}" wx:key="{{item.objectId}}">
 
-             <circle-card objectId='{{item.objectId}}' type='surface'></circle-card>
 
-         </block>
 
-     </view>
 
-     <view class="publishbox" bindtap="gourl" data-url="../../pages/circle/send-circle/index">
 
-         <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241105/8qes51030838243.png?imageView2/1/w/200/h/200"></image>
 
-     </view>
 
- </view>
 
 
  |