|
|
@@ -28,10 +28,11 @@ Page({
|
|
|
title: getApp().globalData.Language.getMapText('加载中...'),
|
|
|
})
|
|
|
wx.downloadFile({
|
|
|
- url: 'https://yossys80658.obs.cn-east-2.myhuaweicloud.com/system/%E7%8F%AD%E5%B0%BC%E6%88%88%E8%90%A5%E9%94%80%E5%B9%B3%E5%8F%B0%E5%B0%8F%E7%A8%8B%E5%BA%8F%E9%9A%90%E7%A7%81%E4%BF%9D%E6%8A%A4%E6%8C%87%E5%BC%95.docx',
|
|
|
+ url: 'https://yossys56493.obs.cn-east-3.myhuaweicloud.com/202601101768014797390B2c20df56.doc?attname=prsx.doc',
|
|
|
success: (res) => {
|
|
|
wx.openDocument({
|
|
|
filePath: res.tempFilePath,
|
|
|
+ fileType: "doc",
|
|
|
success: (s) => {
|
|
|
wx.hideLoading();
|
|
|
},
|