更新
This commit is contained in:
@@ -273,7 +273,7 @@
|
|||||||
oilFinanceApi.checkOrderState(ids).then((res) => {
|
oilFinanceApi.checkOrderState(ids).then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.code == 20000) {
|
if (res.code == 20000) {
|
||||||
_that.displayMoney = res.data.payRealAmount
|
_that.displayMoney = res.data.sitePriceAmount
|
||||||
_that.orderInfos = res.data
|
_that.orderInfos = res.data
|
||||||
console.log(_that.orderInfos)
|
console.log(_that.orderInfos)
|
||||||
_that.payState = res.data.orderStatus
|
_that.payState = res.data.orderStatus
|
||||||
|
|||||||
Reference in New Issue
Block a user