修复已知问题

This commit is contained in:
bobobobo
2026-02-06 01:12:04 +08:00
parent 2d503bab83
commit 3389a8eaa9
15 changed files with 2516 additions and 1824 deletions

View File

@@ -33,6 +33,13 @@
},
fail: (code, msg) => {
console.error(`sendTextMessage failed, code: ${code}, msg: ${msg}`);
if (code == 10017) {
uni.showModal({
title: '提示',
content: '你被禁止发言',
showCancel: false
})
}
},
})
inputValue.value = ""