1. 程式人生 > >微信小程式showToast訊息提示框

微信小程式showToast訊息提示框

初心-楊瑞超個人部落格誠邀您加入qq群(IT-程式猿-技術交流群):757345416

顯示訊息提示框

示例程式碼:

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

附:官方文件連結:https://developers.weixin.qq.com/miniprogram/dev/api/wx.showToast.html