微信小程序showToast消息提示框

初心-杨瑞超个人博客诚邀您加入qq群(IT-程序猿-技术交流群):757345416

显示消息提示框

示例代码:

wx.showToast({
  title: '成功',
  icon: 'success',
  duration: 2000
})

附:官方文档链接:https://developers.weixin.qq.com/miniprogram/dev/api/wx.showToast.html

猜你喜欢

转载自blog.csdn.net/qq_42817227/article/details/84786691