检测文档更新
This commit is contained in:
parent
b1bbe479ec
commit
b89668e5e8
@ -217,9 +217,7 @@ export default {
|
||||
url: this.$baseImageUrl + '/' + filePath,
|
||||
success: (res) => { // 使用箭头函数
|
||||
var filePath = res.tempFilePath;
|
||||
console.log('看看执行了吗');
|
||||
this.isLoading = false;
|
||||
console.log('目前的loading', this.isLoading); // this 现在指向 Vue 实例
|
||||
|
||||
uni.openDocument({
|
||||
filePath: filePath,
|
||||
|
Loading…
Reference in New Issue
Block a user