5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
|
<!--components/loadmore/loading-more.wxml-->
|
||
|
<view class="loading-box">
|
||
|
<image src="/images/loading.gif" wx:if="{{isShowloading}}"></image>
|
||
|
<view class="loading-content">{{loadingTxt}}</view>
|
||
|
</view>
|