From 6149b132f3a80d91244dfef36b7e6e24232510fa Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 14:53:33 +0800
Subject: [PATCH] 调接口
---
small-program/pages/using-workers/using-workers.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/small-program/pages/using-workers/using-workers.vue b/small-program/pages/using-workers/using-workers.vue
index 451b52a..712b0e2 100644
--- a/small-program/pages/using-workers/using-workers.vue
+++ b/small-program/pages/using-workers/using-workers.vue
@@ -209,7 +209,7 @@
.then(res => {
if (res.code == 200) {
uni.navigateTo({
- url: `/pages/success/success?orderId=${res.data}`
+ url: `/pages/success/success?orderId=${res.data.id}`
})
}
})
--
Gitblit v1.9.3