收藏
回答

wx.openDocument兼容性问题

安卓6.0,微信6.5.10


console.log报:openDocument:fail user cancel




代码:


viewDocument: function(e) {

    var that = this;

    this.setData({buttonText: '下载中...'});

    this.download(this.data.url, function (res) {

      that.setData({ buttonText: '查看原文件' });

      wx.openDocument({

        filePath: res.tempFilePath,

        success: function () {

        },

        fail:function(res){

          console.log(res);

        }

      });

    });

  },


回答关注问题邀请回答
收藏

2 个回答

  • 0x6770
    0x6770
    2018-02-25

    遇到了同样的问题,请问您现在有成功解决吗?

    2018-02-25
    有用
    回复
  • 卢顺成
    卢顺成
    2017-08-24

    顶顶

    2017-08-24
    有用
    回复
登录 后发表内容