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.
20 lines
610 B
20 lines
610 B
<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('{{imageUrl}}bg9.png?t={{Timestamp}}') 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>
|
|
|