1 line
378 B
JavaScript
1 line
378 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.showToast=exports.showLoading=exports.hideLoading=void 0;exports.showToast=function(o,e){e||(e=2e3),wx.showToast({title:o,icon:"none",duration:e})};var o=!1;exports.showLoading=function(e){o||wx.showLoading({title:e||"",mask:!0,success:function(){o=!0}})};exports.hideLoading=function(){o&&(o=!1,wx.hideLoading())}; |