Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gongdecai/wangluohuoyun-huozhuapp

gjy 2 years ago
parent
commit
d84893d7ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/mine/cargoowner/addEnerprise.vue

+ 2 - 2
pages/mine/cargoowner/addEnerprise.vue

@@ -171,7 +171,7 @@
 				console.log(e.value[0])
 				if (e.value[0] == "复制下载链接") {
 					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() {
 							uni.showToast({
 								title: '复制成功',
@@ -186,7 +186,7 @@
 					});
 				} else {
 					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) {
 							var filePath = res.tempFilePath;
 							uni.openDocument({