解释:隐藏消息提示框。

为琼山等地区用户提供了全套网页设计制作服务,及琼山网站建设行业解决方案。主营业务为做网站、网站制作、琼山网站设计,以传统方式定制建设网站,并提供域名空间备案等一条龙服务,秉承以专业、用心的态度为用户提供真诚的服务。我们深信只要达到每一位用户的要求,就会得到认可,从而选择与我们长期合作。这样,我们也可以走得更远!
Object object
| 属性名 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
success | function | 否 | 接口调用成功的回调函数 | |
fail | function | 否 | 接口调用失败的回调函数 | |
complete | function | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
跳转编辑工具
在开发者工具中打开
在 WEB IDE 中打开
扫码体验
代码示例
请使用百度APP扫码
<view class="wrap"><view class="card-area" s-if="{{!isWeb}}"><view class="top-description border-bottom">默认样式</view><button bindtap="showToast" type="primary" hover-stop-propagation="true">默认toast</button></view><view class="card-area"><view class="top-description border-bottom"><view>设置不显示图标</view><view>icon: 'none'</view></view><button bindtap="showToastIcon" type="primary" hover-stop-propagation="true">无图标toast</button></view><view class="card-area"><view class="top-description border-bottom"><view>设置显示loading图标</view><view>icon: 'loading'</view></view><button bindtap="showToastLoading" type="primary" hover-stop-propagation="true">loading toast</button></view><view class="card-area"><view class="top-description border-bottom"><view>设置延迟时间</view><view>duration: 5000</view></view><button bindtap="showToastDuration" type="primary" hover-stop-propagation="true">延迟5000毫秒的toast</button></view><view class="card-area"><view class="top-description border-bottom">隐藏toast</view><button bindtap="hideToast" type="primary" disabled="{{disabled}}" hover-stop-propagation="true">隐藏toast</button></view></view>
| 错误码 | 说明 |
|---|---|
1001 | 执行失败 |