微信小程序中showToast 提示

icon可以none,也可以 success

wx.showToast({
     title: '已提交',
     icon: 'success',
     duration: 2000
})
原文地址:https://www.cnblogs.com/liubingyjui/p/12331779.html