swan.hideLoading

解释:隐藏 loading 提示框。

方法参数

Object object

object 参数说明

属性名类型必填默认值说明

success

function

接口调用成功的回调函数

fail

function

接口调用失败的回调函数

complete

function

接口调用结束的回调函数(调用成功、失败都会执行)

示例

跳转编辑工具

在开发者工具中打开

在 WEB IDE 中打开

扫码体验

代码示例

百度智能小程序

请使用百度APP扫码

图片示例

swan.hideLoading - 图2

代码示例

  • SWAN
  • JS
  1. <view class="wrap">
  2. <view class="card-area">
  3. <button bindtap="showLoading" type="primary" hover-stop-propagation="true">swan.showLoading</button>
  4. <button bindtap="hideLoading" type="primary" hover-stop-propagation="true">swan.hideLoading</button>
  5. </view>
  6. </view>

错误码

Android

错误码说明

1001

执行失败