|
@@ -171,7 +171,7 @@
|
|
console.log(e.value[0])
|
|
console.log(e.value[0])
|
|
if (e.value[0] == "复制下载链接") {
|
|
if (e.value[0] == "复制下载链接") {
|
|
uni.setClipboardData({
|
|
uni.setClipboardData({
|
|
- data: 'https://taohaoliang.oss-cn-beijing.aliyuncs.com/contractPdf/1069f84fcbbe4c2d9ce048bf98ea7a63.pdf',
|
|
|
|
|
|
+ data: 'https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/%E6%8E%88%E6%9D%83%E4%B9%A6.docx',
|
|
success: function() {
|
|
success: function() {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: '复制成功',
|
|
title: '复制成功',
|
|
@@ -186,7 +186,7 @@
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
uni.downloadFile({
|
|
uni.downloadFile({
|
|
- url: 'https://taohaoliang.oss-cn-beijing.aliyuncs.com/contractPdf/1069f84fcbbe4c2d9ce048bf98ea7a63.pdf',
|
|
|
|
|
|
+ url: 'https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/%E6%8E%88%E6%9D%83%E4%B9%A6.docx',
|
|
success: function(res) {
|
|
success: function(res) {
|
|
var filePath = res.tempFilePath;
|
|
var filePath = res.tempFilePath;
|
|
uni.openDocument({
|
|
uni.openDocument({
|