liukangdong
2025-03-12 908ce43ff21c2068ef5148b0a417423c8ed9eae5
h5/main.js
@@ -16,7 +16,7 @@
Vue.component('navigation', navigation)
Vue.prototype.$store = store
Vue.prototype.$jump = (url) => {uni.navigateTo({url})}
Vue.prototype.$goBack = () => { uni.navigateBack() }
Vue.prototype.$goBack = () => { setTimeout(() => {uni.navigateBack()},300) }
Vue.prototype.showToast = (str) => {
   setTimeout(() => {
      uni.showToast({