- <!--nova-werun/components/my/index.wxml-->
- <nav type="title" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
- <view class="all" style="height: {{contentHeight}}rpx;">
- <view bindtap="gourl" data-url="../../pages/circle/my-circle/index">我的动态</view>
- </view>
|