初始化
parent
bfcf77ef1f
commit
4672b58b3b
|
@ -88,12 +88,12 @@ export default {
|
||||||
pay(this.pay).then(res=>{
|
pay(this.pay).then(res=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
window.open(url, '_self');
|
window.open(url, '_self');
|
||||||
})
|
|
||||||
this.firminfo.firmId=this.firminfoForm.firmId
|
this.firminfo.firmId=this.firminfoForm.firmId
|
||||||
this.firminfo.firmScore=this.pay.totalAmount
|
this.firminfo.firmScore=this.pay.totalAmount
|
||||||
edit(this.firminfo).then(res=>{
|
edit(this.firminfo).then(res=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
})
|
})
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue