获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我也遇到这个问题,请问你现在有解决方法了吗
安卓手机 wx.opendocument下 doc文件有时能打开 有时打不开[图片] wx.downloadFile({ url: url, success: function(res) { console.log(res,586) var filePath = res.tempFilePath; wx.openDocument({ fileType: item.oagwFj.wjgs,//是该文件的类型 doc或docx,pdf等 filePath: filePath, success: function(res) { console.log(item.oagwFj.wjgs,607) console.log(res)//能够打印成功 }, fail: function(err) { console.log(err,617) wx.hideLoading() that.$apply() } }) } })
2018-12-12谢谢,我看到h5上是使用canvas实现的,就咨询下小程序里面是否也只能这样实现,小程序里面有movable-view组件的
类似于2018旺年全家福这种选图装修性质的在小程序里面如何实现呢[图片]类似这种可选图,移动,删除,缩放,最终生成一幅背景图
2018-08-09