h5/main.js
@@ -17,6 +17,13 @@ Vue.prototype.$store = store Vue.prototype.$jump = (url) => {uni.navigateTo({url})} Vue.prototype.$goBack = () => { uni.navigateBack() } Vue.prototype.showToast = (str) => { uni.showToast({ title: str, icon: 'none', duration: 2000 }) } Vue.prototype.$eventBus = new Vue() Vue.prototype.$onWait = new Promise((resolve) => { Vue.prototype.$reslove = resolve