const Loading={ show(msg){ uni.showLoading({ title: msg }) }, hide(){ uni.hideLoading(); } } export default Loading;