苹果预览报告自动退出的问题

main
yanzai 10 months ago
parent 77dd79201d
commit e39f310881

@ -51,9 +51,9 @@
fileType:"pdf",
success: function(res) {
console.log("打开文档成功");
wx.navigateBack({
delta: 1
})
// wx.navigateBack({
// delta: 1
// })
},
fail(aa) {
console.log(aa)

@ -1,6 +1,6 @@
let url_ = "https://ts-qingren.sixinyun.com";
const dev =0
if (dev === 1) {
if (dev === 0) {
url_ = "http://localhostlanketijian"
}
let url_array = {};

@ -3,7 +3,7 @@ import {
} from '@/lu/axios.js'
let url_ = "https://ts-qingren.sixinyun.com";
const dev = 0
if (dev === 1) {
if (dev === 0) {
url_ = "http://localhostlanketijian"
}
export const HospitalExtraReportStatusAction = async (data) => await $post({

Loading…
Cancel
Save