接口调试完毕

This commit is contained in:
kron
2025-08-05 11:51:09 +08:00
parent 05f0c14920
commit 414bedf69f
7 changed files with 116 additions and 50 deletions

View File

@@ -46,9 +46,9 @@ const onSubmit = async () => {
amount.value,
Object.values(arrowGroups.value)
);
if (res.id) {
if (res.record_id) {
uni.redirectTo({
url: `/pages/point-book-detail?id=${res.id}`,
url: `/pages/point-book-detail?id=${res.record_id}`,
});
}
}