init
This commit is contained in:
10
wx05cb767e6530b48f/pages/user/help.wxml
Normal file
10
wx05cb767e6530b48f/pages/user/help.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user