修改
This commit is contained in:
parent
0c59e5b30e
commit
ecc7782cea
@ -418,7 +418,6 @@
|
||||
})
|
||||
} else {
|
||||
this.updata.goodsPrice = Number(this.updata.goodsPrice)
|
||||
this.buyshow = false
|
||||
this.updata.totalPrice = Number((this.updata.goodsPrice *
|
||||
this.updata.goodsCount).toFixed(
|
||||
2))
|
||||
@ -440,6 +439,7 @@
|
||||
type: 'error'
|
||||
})
|
||||
} else {
|
||||
that.buyshow = false
|
||||
let id = res.data.id
|
||||
let paydata = res.data
|
||||
paydata.openid = value
|
||||
|
||||
Loading…
Reference in New Issue
Block a user