美甲小程序
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.

loading.wxml 152 B

3 years ago
123456
  1. <view class="masked-box">
  2. <view class="masked-loading">
  3. <image src="/images/juhua.gif"></image>
  4. <text>加载中···</text>
  5. </view>
  6. </view>