初始化
parent
2b901cdfde
commit
5d1ff814ce
|
@ -88,11 +88,13 @@ export default {
|
|||
pay(this.pay).then(res=>{
|
||||
console.log(res)
|
||||
window.open(url, '_self');
|
||||
this.firminfo.firmId=this.firminfoForm.firmId
|
||||
this.firminfo.firmScore=this.pay.totalAmount
|
||||
edit(this.firminfo).then(res=>{
|
||||
console.log(res)
|
||||
})
|
||||
if(200==res.code){
|
||||
this.firminfo.firmId=this.firminfoForm.firmId
|
||||
this.firminfo.firmScore=this.pay.totalAmount
|
||||
edit(this.firminfo).then(res=>{
|
||||
console.log(res)
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue