那-/-岁月 2020-12-20 21:03 采纳率: 0%
浏览 2

VUE中想使用html5+ 的功能,我现在用真机无法进入getVersion方法

mounted() {
  this.onPlusReady();
},
methods: {
  onPlusReady() {
    if (window.plus) {
      //1
      this.getVersion();
    } else {
      //2
      document.addEventListener('plusready',  this.getVersion,false)
    }
  },
  getVersion() {
  • 写回答

1条回答 默认 最新

  • 暖光_& 2020-12-21 16:14
    关注
    window.plus 是啥,它不为真多话,肯定进不去的
    评论

报告相同问题?