解決微信公衆號開發中IOS分享無效

在開發微信公衆號的時候,有些頁面要作分享功能,可是調取微信的JDK來分享,IOS沒有效果,能夠這樣解決微信

beforeRouteEnter (to, from, next) {
      next(vm => {
        if (!window.localStorage.getItem('isReload')) {
          window.localStorage.setItem('isReload', window.location.href)
          // 微信分享須要從新設置URL
          window.location.href = window.location.href
        }
      })
    }
相關文章
相關標籤/搜索