fix(custom): 修复若干bug

This commit is contained in:
2023-12-04 21:31:04 +08:00
parent 1499f25121
commit 4bfc3539bc
4 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ const add = async () => {
icon: "none",
});
const res = await addWithdraw({
Bid: user_info.bid,
Bid: user_info.data.bid,
Number: Number(basicData.value.num),
});
Taro.showToast({