no message

This commit is contained in:
kuaifan 2025-03-28 17:01:15 +08:00
parent 1f0ab02702
commit 40736c4a05
4 changed files with 12 additions and 2 deletions

View File

@ -140,6 +140,10 @@ class RequestContext
self::$context[$requestId] = array_merge(self::$context[$requestId], $data);
}
/** ***************************************************************************************** */
/** ***************************************************************************************** */
/** ***************************************************************************************** */
/**
* 更新请求的基本URL
*

View File

@ -809,6 +809,8 @@ export default {
this.$nextTick(() => {
this.$refs.more?.updatePopper()
})
}).catch(_ => {
//
})
}
},

View File

@ -3274,7 +3274,11 @@ export default {
//
const {file_uid, file_method} = this.operateItem
if (file_method === "photo") {
await $A.eeuiAppCancelUploadPhoto(file_uid)
try {
await $A.eeuiAppCancelUploadPhoto(file_uid)
} catch (e) {
//
}
this.forgetTempMsg(this.operateItem.id)
return resolve();
}

@ -1 +1 @@
Subproject commit 0ed743c24355aed405433b0de472b5f878fd3bab
Subproject commit 7979e0b577906aeb1ec1d56fca8725f167f0d8cd