offline.wxml 285 B

12345678
  1. <!--pages/offline/offline.wxml-->
  2. <view class="offline-layer">
  3. <auth bindlogin="onShow" />
  4. <lip-sync />
  5. <image src="../../static/images/img_nonetwork@2x.png"></image>
  6. <text>无网络连接,请检查网络设置</text>
  7. <button bindtap="refresh">点击刷新</button>
  8. </view>