5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
|
|
<!--index.wxml-->
|
||
|
|
<scroll-view class="scrollarea" scroll-y type="list">
|
||
|
|
<t-button theme="primary">按钮</t-button>
|
||
|
|
</scroll-view>
|