ll
liukangdong
2024-08-29 1382a7990e9b13f60c6416ada5477673a934dd16
h5/main.js
@@ -18,10 +18,12 @@
Vue.prototype.$jump = (url) => {uni.navigateTo({url})}
Vue.prototype.$goBack = () => { uni.navigateBack() }
Vue.prototype.showToast = (str) => {
   uni.showToast({
     title: str,
     icon: 'none',
     duration: 2000
   setTimeout(() => {
      uni.showToast({
        title: str,
        icon: 'none',
        duration: 2000
      })
   })
}
Vue.prototype.$eventBus = new Vue()