const showMsg = function(title, msg) { wx.showModal({ title: title, content: msg, showCancel: false, }); } module.exports = { showMsg: showMsg }