@@ -206,10 +206,7 @@
if (this.form.payWay == 0) {
wexinPay(res.data, this.paySuccess, this.payFail)
} else if (this.form.payWay == 1) {
- this.aliPayHtml = res
- this.$nextTick(() => {
- this.$refs.alipayWap.children[0].submit()
- })
+ window.location.href = res.data.url;
} else {
this.paySuccess()
}