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.
52 lines
2.1 KiB
52 lines
2.1 KiB
|
6 days 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/bg6.png') no-repeat top center/100% 478rpx;padding-top: {{pageTop}}px;"
|
||
|
|
>
|
||
|
|
<view class="list">
|
||
|
|
<view class="list-card" bind:tap="handleDetail">
|
||
|
|
<!-- 草稿:status1; 待审核 status2; 已驳回 status3; 已通过 status4 -->
|
||
|
|
<view class="status status1">草稿</view>
|
||
|
|
<view class="content">
|
||
|
|
<view class="c-topic">#我的心悸经历</view>
|
||
|
|
<view class="c-topic">#PSVT急救常识</view>
|
||
|
|
今天去复诊,把最近的发作记录都给医生看了,沟通效率高了很多,也更安心。原来平时记下时间和感受真的很有用。
|
||
|
|
</view>
|
||
|
|
<view class="tags">
|
||
|
|
<view class="tag" wx:for="{{4}}" wx:key="index">患者故事</view>
|
||
|
|
</view>
|
||
|
|
<!-- 单图 -->
|
||
|
|
<image class="photo1" mode="heightFix" src="/images/bg1.png"></image>
|
||
|
|
<!-- 多图 -->
|
||
|
|
<view class="photo9">
|
||
|
|
<view class="p-item" wx:for="{{3}}" wx:key="index">
|
||
|
|
<image class="p-img" mode="aspectFill" src="/images/bg1.png"></image>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="date">2026年7月1日 13:09</view>
|
||
|
|
<view class="rejected">
|
||
|
|
<image class="icon" src="/images/icon39.png"></image>
|
||
|
|
<view class="blod">驳回原因:</view>
|
||
|
|
语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当
|
||
|
|
语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当
|
||
|
|
</view>
|
||
|
|
<view class="footer">
|
||
|
|
<view class="public">
|
||
|
|
<image class="icon" src="/images/icon37.png"></image>
|
||
|
|
公开可见
|
||
|
|
</view>
|
||
|
|
<view class="btn-wrap">
|
||
|
|
<view class="btn1">删除</view>
|
||
|
|
<view class="btn2">编辑</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|