feat(helpCenter): 帮助中心列表接入内容接口、问题详情页富文本渲染

This commit is contained in:
17792275749
2026-08-20 17:13:57 +08:00
parent f53f11e6e9
commit fce9701254
6 changed files with 117 additions and 96 deletions
@@ -1,12 +1,9 @@
<view class="questionDetails">
<view class="card">
<view class="title">{{ title }}</view>
<block wx:for="{{ steps }}" wx:key="index">
<view class="step">
<view class="badge">{{ index + 1 }}</view>
<view class="step-text">{{ item }}</view>
<scroll-view scroll-y class="scrollView">
<view class="scrollViewContent">
<view class="card">
<rich-text nodes="{{ content }}"></rich-text>
</view>
</block>
</view>
</view>
</scroll-view>
</view>