小程序里的alert的表示方法wx.showToas
Posted 金牛座的女孩
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序里的alert的表示方法wx.showToas相关的知识,希望对你有一定的参考价值。
WCML
<view bindtap="viewTap">绑定了事件</view>
JS
viewTap:function(){
wx.showToast({
title: ‘成功‘,
icon: ‘success‘,
duration: 2000
})
}
学习链接:https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showToast.html
以上是关于小程序里的alert的表示方法wx.showToas的主要内容,如果未能解决你的问题,请参考以下文章