lalala 6 лет назад
Родитель
Сommit
2223bdaa97
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      mobile-code/src/pages/pay/index.vue

+ 0 - 2
mobile-code/src/pages/pay/index.vue

@@ -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()