- <!--nova-werun/pages/my-circle/index.wxml-->
- <nav type="back" 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' permission='delete'></circle-card>
- </block>
- </view>
- </view>
|