修改页面

This commit is contained in:
2025-08-11 14:06:42 +08:00
parent 462073058e
commit 9c0be00fbd
31 changed files with 1180 additions and 309 deletions

View File

@ -448,10 +448,9 @@ export default {
try {
const { code, data, msg } = await orderBuy(from)
if (code == 1) {
uni.redirectTo({
url: `/pages/payment/payment?from=${data.type}&order_id=${data.order_id}`
url: `/pages/payment/payment?from=${data.data.type}&order_id=${data.data.order_id}`
})
} else {
throw new Error(msg)