|
@@ -211,8 +211,6 @@ export default {
|
|
|
if (this.form.payWay == 0) {
|
|
if (this.form.payWay == 0) {
|
|
|
wexinPay(res.data, this.paySuccess, this.payFail)
|
|
wexinPay(res.data, this.paySuccess, this.payFail)
|
|
|
} else if (this.form.payWay == 1) {
|
|
} else if (this.form.payWay == 1) {
|
|
|
- console.log('res', res)
|
|
|
|
|
- return false
|
|
|
|
|
this.aliPayHtml = res
|
|
this.aliPayHtml = res
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
this.$refs.alipayWap.children[0].submit()
|
|
this.$refs.alipayWap.children[0].submit()
|