diff --git a/app/Services/RequestContext.php b/app/Services/RequestContext.php index 25090b833..817b93533 100644 --- a/app/Services/RequestContext.php +++ b/app/Services/RequestContext.php @@ -140,6 +140,10 @@ class RequestContext self::$context[$requestId] = array_merge(self::$context[$requestId], $data); } + /** ***************************************************************************************** */ + /** ***************************************************************************************** */ + /** ***************************************************************************************** */ + /** * 更新请求的基本URL * diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index e9a29a164..45b6eb89c 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -809,6 +809,8 @@ export default { this.$nextTick(() => { this.$refs.more?.updatePopper() }) + }).catch(_ => { + // 获取图片失败 }) } }, diff --git a/resources/assets/js/pages/manage/components/DialogWrapper.vue b/resources/assets/js/pages/manage/components/DialogWrapper.vue index 8aeb66177..439a79bff 100644 --- a/resources/assets/js/pages/manage/components/DialogWrapper.vue +++ b/resources/assets/js/pages/manage/components/DialogWrapper.vue @@ -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(); } diff --git a/resources/mobile b/resources/mobile index 0ed743c24..7979e0b57 160000 --- a/resources/mobile +++ b/resources/mobile @@ -1 +1 @@ -Subproject commit 0ed743c24355aed405433b0de472b5f878fd3bab +Subproject commit 7979e0b577906aeb1ec1d56fca8725f167f0d8cd