隐藏消息提示框
示例代码:
<button type="default" bindtap="hideToast">点击隐藏toast</button>
hideToast: function () { wx.hideToast() }