index.wxml 286 B

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