微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

iconLoading.wxml 243 B

3 jaren geleden
1234567
  1. <!-- 全局 弹窗loading 小图提示-->
  2. <block wx:if="{{isShowLoading}}">
  3. <view class='global-loading'>
  4. <image class="img" src='https://shgm.jjyyx.com/m/images/loadings.gif'></image>
  5. <view > {{innerText}}</view>
  6. </view>
  7. </block>