Commit e7bbf936 by zeven

修复刷脸支付分回调问题

parent cdafda05
...@@ -70,7 +70,7 @@ const styles = { ...@@ -70,7 +70,7 @@ const styles = {
justifyContent: 'center', justifyContent: 'center',
}, },
tips: { tips: {
fontSize: setSpText(75), fontSize: setSpText(60),
color: 'white', color: 'white',
}, },
}; };
......
...@@ -480,7 +480,7 @@ class FacePage extends Component { ...@@ -480,7 +480,7 @@ class FacePage extends Component {
authinfo: auth.authinfo || auth.authInfo, authinfo: auth.authinfo || auth.authInfo,
payscore_out_request_no, payscore_out_request_no,
payscore_service_id, payscore_service_id,
// ask_unionid: 1, ask_unionid: 1,
}; };
WxFacepay.getUserPayScoreStatus(params); WxFacepay.getUserPayScoreStatus(params);
return {orderId: out_trade_no, code: payscore_out_request_no}; return {orderId: out_trade_no, code: payscore_out_request_no};
......
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