swan.showNavigationBarLoading

解释:该方法在当前页面显示导航条加载动画。如需更多自定义加载样式,可使用 Smart UI 组件,详见 spin 加载

方法参数

示例

跳转编辑工具

在开发者工具中打开

在 WEB IDE 中打开

扫码体验

代码示例

百度智能小程序

请使用百度APP扫码

代码示例

  • SWAN
  • JS
  1. <view class="wrap">
  2. <button bind:tap="showNavigationBarLoading" type="primary" hover-stop-propagation="true">显示加载动画</button>
  3. <button bind:tap="hideNavigationBarLoading" type="primary" hover-stop-propagation="true">隐藏加载动画</button>
  4. </view>

错误码

Android

错误码说明

1001

执行失败