更换贺报下载的方法27

This commit is contained in:
xuxingjun
2024-12-30 17:45:04 +08:00
parent 4fc151fb3b
commit b0af7de83c
2 changed files with 3 additions and 3 deletions

View File

@@ -886,7 +886,7 @@ export default {
async function captureAndProcessImage() { async function captureAndProcessImage() {
EWebBridge.webCallAppInJs('download', { EWebBridge.webCallAppInJs('download', {
url: 'https://iagentsales-test2.e-guofu.com/images/2024/12/30/realTimeOrder_b2914c33a78c496fa5be5033e3aa8e7e.png', url: 'https://iagentsales-test2.e-guofu.com/images/2024/12/30/realTimeOrder_b2914c33a78c496fa5be5033e3aa8e7e.png',
name: '业绩贺报.pdf' name: '业绩贺报.png'
}) })
} }
captureAndProcessImage() captureAndProcessImage()
@@ -898,7 +898,7 @@ export default {
async function captureAndProcessImage() { async function captureAndProcessImage() {
EWebBridge.webCallAppInJs('download', { EWebBridge.webCallAppInJs('download', {
url: 'https://iagentsales-test2.e-guofu.com/images/2024/12/30/realTimeOrder_b2914c33a78c496fa5be5033e3aa8e7e.png', url: 'https://iagentsales-test2.e-guofu.com/images/2024/12/30/realTimeOrder_b2914c33a78c496fa5be5033e3aa8e7e.png',
name: '业绩贺报.pdf' name: '业绩贺报.png'
}) })
} }
} }

View File

@@ -199,7 +199,7 @@ export default {
xiazai() { xiazai() {
EWebBridge.webCallAppInJs('download', { EWebBridge.webCallAppInJs('download', {
url: 'https://iagentsales-test2.e-guofu.com/images/2024/12/30/realTimeOrder_b2914c33a78c496fa5be5033e3aa8e7e.png', url: 'https://iagentsales-test2.e-guofu.com/images/2024/12/30/realTimeOrder_b2914c33a78c496fa5be5033e3aa8e7e.png',
name: '业绩贺报.pdf' name: '业绩贺报.png'
}) })
}, },
close() { close() {