初始化

master
法外狂徒张三 2024-09-07 19:02:48 +08:00
parent bfcf77ef1f
commit 4672b58b3b
1 changed files with 5 additions and 5 deletions

View File

@ -88,11 +88,11 @@ 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)
this.firminfo.firmId=this.firminfoForm.firmId
this.firminfo.firmScore=this.pay.totalAmount
edit(this.firminfo).then(res=>{
console.log(res)
})
})
}
}