index.wxml 324 B

1234567
  1. <nav type="back" title="详情" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
  2. <view class="all" style="height: {{contentHeight}}rpx;">
  3. <view class="trends" style="height: {{contentHeight}}rpx;">
  4. <circle-card wx:if="{{id}}" objectId="{{id}}" type='detail'></circle-card>
  5. </view>
  6. </view>