feat(my): 新增个人信息、帮助中心、问题详情页面并接入导航
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
cd11d711d5
commit
3a67b26ed6
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user