14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
|
<!--pages/help/help1.wxml-->
|
||
|
<!-- cover -->
|
||
|
<l-loadmore show="{{true}}" type="end">
|
||
|
<view slot="content">
|
||
|
<l-tag icon-size="40" icon="help">{{title}}</l-tag>
|
||
|
<l-card type="primary"
|
||
|
plaintext="{{true}}"
|
||
|
title="{{title}}">
|
||
|
<view class="content">
|
||
|
{{content}}
|
||
|
</view>
|
||
|
</l-card>
|
||
|
</view>
|
||
|
</l-loadmore>
|