Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

调用微信所有接口均报错 #1870

Closed
LYfirstday opened this issue Jan 9, 2019 · 7 comments
Closed

调用微信所有接口均报错 #1870

LYfirstday opened this issue Jan 9, 2019 · 7 comments

Comments

@LYfirstday
Copy link

问题描述
调用微信接口报错,不影响使用

复现步骤
调用微信随便一个接口,比如上传图片,打电话等

chosePic = () => {
    Taro.chooseImage({count: 2}).then(res => {
      let pics = res.tempFiles;
      if (pics) {
        this.setState({pics: pics});
      }
    });
  }

期望行为
打开相机拍摄或相册选择图片

报错信息
image

系统信息
image

  • 操作系统: [ Windows 10]
  • Taro 版本 [1.0.0-beta.26]
  • Node.js 版本 [v11.4.0]
  • 报错平台 [ weapp]
@taro-bot
Copy link

taro-bot bot commented Jan 9, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@luckyadam
Copy link
Member

升级到最新版本吧

@taro-bot
Copy link

taro-bot bot commented Jan 9, 2019

Hello~

您的问题我们无法复现。如果有空的话还请拔冗提供一个简单的复现 demo,否则这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@LYfirstday
Copy link
Author

LYfirstday commented Jan 10, 2019 via email

@LYfirstday
Copy link
Author

这个问题解决了 上面截图微信开发工具的版本号是 v1.02.1812180 下载最新的微信开发工具就不会再报错了

@melyao
Copy link

melyao commented Jan 14, 2019

我的开发工具检测已经是最新的了 可是还是会有这个错误

@taro-bot taro-bot bot removed the to be closed label Jan 24, 2019
@taro-bot taro-bot bot closed this as completed Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants