初始化

master
法外狂徒张三 2024-09-07 20:10:44 +08:00
parent 2b901cdfde
commit 5d1ff814ce
1 changed files with 7 additions and 5 deletions

View File

@ -88,11 +88,13 @@ export default {
pay(this.pay).then(res=>{
console.log(res)
window.open(url, '_self');
if(200==res.code){
this.firminfo.firmId=this.firminfoForm.firmId
this.firminfo.firmScore=this.pay.totalAmount
edit(this.firminfo).then(res=>{
console.log(res)
})
}
})
}
}