lalala 6 years ago
parent
commit
2223bdaa97
1 changed files with 0 additions and 2 deletions
  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) {
 					wexinPay(res.data, this.paySuccess, this.payFail)
 				} else if (this.form.payWay == 1) {
-					console.log('res', res)
-					return false
 					this.aliPayHtml = res
 					this.$nextTick(() => {
 						this.$refs.alipayWap.children[0].submit()