修改websocket为全局只有一个

This commit is contained in:
2025-05-19 09:07:35 +08:00
parent ac28ee855f
commit c7e4e5e26b
8 changed files with 3780 additions and 269 deletions

View File

@@ -218,6 +218,14 @@
}
const orderinfo = (e) => {
if(e.status=='unpaid'){
uni.pro.navigateTo('order/confirm-order', {
orderId: e.id,
shopId: e.shopId,
})
return
}
uni.pro.navigateTo('order/detail', {
orderId: e.id,
shopId: e.shopId