确定气泡字体样式
This commit is contained in:
@@ -393,6 +393,7 @@
|
||||
if (downloadRes.statusCode === 200) {
|
||||
const tempPath = downloadRes.tempFilePath;
|
||||
// 下载成功,直接打开文件
|
||||
console.log("// 下载成功,文件下载路径为:",tempPath);
|
||||
openFile(tempPath);
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user