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

为Taro.uploadFile添加请求成功的回调 #1953

Closed
wants to merge 1 commit into from

Commits on Jan 16, 2019

  1. 为Taro.uploadFile添加请求成功的回调

    ts中,当使用Taro.uploadFile时,指定Task的progress后,由于Param中缺少success的定义,使得出现编译错误
    如果使用Promise的话则无法获得上传进度,为了解决报错在Param中增加success回调的定义
    wids1356 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    52cc879 View commit details
    Browse the repository at this point in the history