You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
590 B
21 lines
590 B
|
1 week ago
|
<navbar fixed custom-style="background:{{background}}" back>
|
||
|
|
<view class="page-title" slot="left">
|
||
|
|
<van-icon name="arrow-left" />
|
||
|
|
</view>
|
||
|
|
</navbar>
|
||
|
|
|
||
|
|
<view
|
||
|
|
class="page"
|
||
|
|
style="background: url('/images/bg9.png') no-repeat top center/100% 508rpx;padding-top: {{pageTop}}px;"
|
||
|
|
>
|
||
|
|
<view class="container">
|
||
|
|
<view class="tp-list">
|
||
|
|
<view class="li" wx:for="{{10}}" wx:key="index">
|
||
|
|
<view class="num">{{index+1}}</view>
|
||
|
|
<view class="content"># 我的心悸经历</view>
|
||
|
|
<view class="total">230篇帖子</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|