在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<view class='btn pay_now' style="border-radius:12rpx;" bindtap="saveImageToPhotosAlbum"> 导出Excel </view> saveImageToPhotosAlbum() { wx.downloadFile({ url: `https://bcw.ishare-go.com/wapapi/upload/getUserOrderDetail?order_id=${this.data.order_id}`, success: function (res) { console.log(res, '1') const filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log(res, '打开文档成功') } }) } }) },
|
请发表评论