移除摸大红支付后建群逻辑,仅保留扫码与复制

支付成功只固化客服二维码与订单文案;同步清理迁移、配置与前后端相关字段。
This commit is contained in:
yml2213
2026-07-16 19:52:40 +08:00
parent 094a91c985
commit e07532a188
17 changed files with 16 additions and 192 deletions
@@ -123,13 +123,6 @@ async function copyText() {
}
}
function openChat() {
if (!order.value?.conversation_id) {
ElMessage.warning('群聊尚未创建')
return
}
router.push(`/messages/${order.value.conversation_id}`)
}
</script>
<template>
@@ -197,14 +190,6 @@ function openChat() {
>
取消订单
</button>
<button
v-if="order.conversation_id"
type="button"
class="btn outline"
@click="openChat"
>
进入订单群
</button>
<button v-if="order.copy_text" type="button" class="btn outline" @click="copyText">
复制订单信息
</button>