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.
45 lines
1.9 KiB
45 lines
1.9 KiB
<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"> |
|
<view class="card-header"> |
|
<!-- status1:待审核,status2:已通过,status3:已驳回 --> |
|
<view class="status-tag status1">待审核</view> |
|
<view class="time">2026-01-01 13:00:09</view> |
|
</view> |
|
<view class="card-content">记录发作时间真的很重要,尤其是频率和持续时长</view> |
|
<view class="card-reference"> |
|
<view class="reference-tags"> |
|
<view class="tag"># 我的心悸经历</view> |
|
<view class="tag"># PSVT急救常识</view> |
|
</view> |
|
<view class="reference-post"> |
|
<view class="post-thumbnail"></view> |
|
<view class="post-desc">今天把近期的状态、复诊资料和生活节奏整理了一下,也想记录一下最</view> |
|
</view> |
|
</view> |
|
<view class="card-overlay"> |
|
<image class="icon" src="/images/icon40.png"></image> |
|
<view class="overlay-text">评论正在审核中,预计1-2个工作日内完成审核。</view> |
|
</view> |
|
<view class="rejected"> |
|
<image class="icon" src="/images/icon39.png"></image> |
|
<view class="blod">驳回原因:</view> |
|
语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 |
|
语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 语言不当 |
|
</view> |
|
<view class="card-footer"> |
|
<view class="delete-btn">删除</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|