Commit f1eafaf1 by zeven

支付宝刷脸返回user_id

parent c4885407
android @ 3ad1b94b
Subproject commit 427becfc173d5110f7704f82f366d544b77cf51a Subproject commit 3ad1b94b466271324b748db991622a91a28536be
...@@ -501,7 +501,11 @@ class FacePage extends Component { ...@@ -501,7 +501,11 @@ class FacePage extends Component {
) : talkCall === 0 ? ( ) : talkCall === 0 ? (
<View style={styles.onCall}> <View style={styles.onCall}>
<Image <Image
source={require('../assets/call.gif')} source={
this.state.faceType === 'wxpay'
? require('../assets/call.gif')
: require('../assets/call_blue.gif')
}
style={styles.callGif} style={styles.callGif}
/> />
<Text style={styles.onCallText}>正在接通中请稍候...</Text> <Text style={styles.onCallText}>正在接通中请稍候...</Text>
......
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