# Conflicts:
#	src/pages/index/components/chat/ChatQuickAccess/index.vue
This commit is contained in:
2025-10-16 19:19:16 +08:00
9 changed files with 159 additions and 11 deletions

View File

@@ -275,7 +275,7 @@ const handleReply = (text) => {
const handleReplyInstruct = async (item) => {
await checkToken();
if (item.type === "MyOrder") {
if (item.type === "Command.myOrder") {
// 订单
uni.navigateTo({
url: "/pages-order/order/list",
@@ -775,6 +775,4 @@ const resetConfig = () => {
};
</script>
<style lang="scss" scoped>
@import "./styles/index.scss";
</style>
<style lang="scss" scoped></style>