This commit is contained in:
邓晓坤
2019-10-09 16:28:59 +08:00
parent 4f735f647d
commit d71aed8a37

View File

@@ -182,7 +182,7 @@ export default {
}
console.log('----支付参数this.payParam:', JSON.stringify(this.payParam))
this.gotPayParam = true
this.$forceUpdate()
this.$forceUpdate()
let thisRef = this
this.$nextTick(()=>{
thisRef.$refs.payForm.submit()// 表单提交,发起支付,跳至收银台