jiangping
2024-12-11 eb49564ab17c6695d8928d5a63a57c58b3cfd79c
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({