This commit is contained in:
曹辉 2023-05-26 09:20:04 +08:00
parent 0c59e5b30e
commit ecc7782cea

View File

@ -418,7 +418,6 @@
}) })
} else { } else {
this.updata.goodsPrice = Number(this.updata.goodsPrice) this.updata.goodsPrice = Number(this.updata.goodsPrice)
this.buyshow = false
this.updata.totalPrice = Number((this.updata.goodsPrice * this.updata.totalPrice = Number((this.updata.goodsPrice *
this.updata.goodsCount).toFixed( this.updata.goodsCount).toFixed(
2)) 2))
@ -440,6 +439,7 @@
type: 'error' type: 'error'
}) })
} else { } else {
that.buyshow = false
let id = res.data.id let id = res.data.id
let paydata = res.data let paydata = res.data
paydata.openid = value paydata.openid = value