Commit c83b8958 by wangshuo

zhifu

parent 31b7a5c2
...@@ -200,8 +200,8 @@ export default class PayOrder extends Component { ...@@ -200,8 +200,8 @@ export default class PayOrder extends Component {
alipayPay = (orderId) => { alipayPay = (orderId) => {
http.get(`${API['base-api']}/pay/alipay/wap_charge_new/oid/${orderId}`).then((res) => { http.get(`${API['base-api']}/pay/alipay/wap_charge_new/oid/${orderId}`).then((res) => {
if (res.data.errno === 0) { if (res.data.errno === 0) {
window.location = res.data.data.url;
this.payCallback(); this.payCallback();
window.location = res.data.data.url;
} else { } else {
Toast.info(res.data.msg + 'alipayPay', 2) Toast.info(res.data.msg + 'alipayPay', 2)
} }
......
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