新增充值
This commit is contained in:
parent
a1d127152c
commit
6b5d3d44da
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user