接口调试完毕
This commit is contained in:
@@ -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}`,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user