uni.downloadFile({
url: this.src,//在线地址
success: function (res) {
var filePath = res.tempFilePath;
uni.openDocument({
filePath: filePath,
showMenu: true,
success: function (res) {
console.log("打开文档成功");
},
});
},
});
uni.downloadFile({
url: this.src,//在线地址
success: function (res) {
var filePath = res.tempFilePath;
uni.openDocument({
filePath: filePath,
showMenu: true,
success: function (res) {
console.log("打开文档成功");
},
});
},
});