function msg(text) { wx.showToast({ title: text, icon: 'none', duration: 1000 }) } module.exports.msg = msg;