修改
This commit is contained in:
parent
0c59e5b30e
commit
ecc7782cea
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user