This commit is contained in:
2024-08-22 12:47:21 +08:00
commit dedb40f497
373 changed files with 5393 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<view class="container">
<view class="help cont-box b-f" wx:for="{{list}}" wx:key="this">
<view>
<text class="h4">{{item.title}}</text>
</view>
<view>
<text class="p">{{item.content}}</text>
</view>
</view>
</view>