Commit 3733347b by FE

chose wx pay when in wx platform

parent 22405996
...@@ -223,6 +223,9 @@ export default class PayOrder extends Component { ...@@ -223,6 +223,9 @@ export default class PayOrder extends Component {
this.payCallback() this.payCallback()
} }
if (is_weixin()) { if (is_weixin()) {
this.setState({
payType: 1
})
this.isweixinPay() this.isweixinPay()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment