6 lines
269 B
Plaintext
6 lines
269 B
Plaintext
<!--components/load-more/index.wxml-->
|
|
<view class="loadmore" hidden='{{!showThis}}' bindtap='clickLoadMore'>
|
|
<image class="icon {{showIcon?'active':''}}" src='http://static.sxlyb.com/images/loading01.png' hidden='{{!showIcon}}'/>
|
|
<text>{{text}}</text>
|
|
</view>
|