From 13d0fc75a48f91cb1e6efa124d5f838b382ea53c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 18:59:45 +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