新增充值

This commit is contained in:
yuyongdong 2024-08-02 15:00:35 +08:00
parent a1d127152c
commit 6b5d3d44da

View File

@ -597,7 +597,7 @@ const conformBtn = async () => {
} else { } else {
try { try {
const bc = new BlockChain() const bc = new BlockChain()
let res = await bc.mall.execBuyItem(toRaw(confirmRecharge.value).goods_id) let res = await bc.mall.execBuyItem(Number(toRaw(confirmRecharge.value).goods_id))
console.log(res) console.log(res)
} catch(e) { } catch(e) {
console.log(e) console.log(e)