|
@ -163,12 +163,13 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
common_vendor.index.showToast({ |
|
|
common_vendor.index.showToast({ |
|
|
icon: "none", |
|
|
icon: "none", |
|
|
mask: true, |
|
|
mask: true, |
|
|
title: "文件已保存:内部存储/Android/data/com.tencent.mm/MicroMsg/wxanewfiles/", |
|
|
|
|
|
|
|
|
title: "文件已下载,打开后请点击右上角保存!", |
|
|
duration: 3e3 |
|
|
duration: 3e3 |
|
|
}); |
|
|
}); |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
common_vendor.index.openDocument({ |
|
|
common_vendor.index.openDocument({ |
|
|
filePath: res2.savedFilePath, |
|
|
filePath: res2.savedFilePath, |
|
|
|
|
|
showMenu: true, |
|
|
success: function(res3) { |
|
|
success: function(res3) { |
|
|
api.list(new UTSJSONObject({ pageNo: 1, pageSize: 10 })).then((res4 = null) => { |
|
|
api.list(new UTSJSONObject({ pageNo: 1, pageSize: 10 })).then((res4 = null) => { |
|
|
for (var index = 0; index < res4.result.records.length; index++) { |
|
|
for (var index = 0; index < res4.result.records.length; index++) { |
|
@ -177,7 +178,7 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}, 2e3); |
|
|
|
|
|
|
|
|
}, 3e3); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|