Commit a099c980 by zeven

修复刷脸

parent e3fc2b60
...@@ -309,13 +309,7 @@ class FacePage extends Component { ...@@ -309,13 +309,7 @@ class FacePage extends Component {
this.orderDetailMiniPop(false); this.orderDetailMiniPop(false);
const {faceType} = this.state; const {faceType} = this.state;
if (faceType === 'wxpay') { if (faceType === 'wxpay') {
if (this.sense) { this.wechatFace();
// 开通支付分
// this.payscore();
// } else {
// 微信刷脸
this.wechatFace();
}
} else { } else {
// 支付宝刷脸 // 支付宝刷脸
this.smileFace(); this.smileFace();
......
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