更新
This commit is contained in:
parent
026b94f9db
commit
29c187c785
@ -257,6 +257,10 @@ export default {
|
|||||||
},
|
},
|
||||||
fail: (err) => {
|
fail: (err) => {
|
||||||
console.error("文件打开失败", err);
|
console.error("文件打开失败", err);
|
||||||
|
uni.showToast({
|
||||||
|
title: '文件打开失败',
|
||||||
|
icon: 'none'
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user