|
@@ -35,7 +35,7 @@ export default (props) => {
|
35
|
35
|
<BarCode ratio={0.7} height={80} code='322050442037' />
|
36
|
36
|
</View>
|
37
|
37
|
<View className='index-UserQRcode-cententQR-Barcode'>
|
38
|
|
- <BarCode ratio={0.7} height={80} code='32032219901021050X' codeVisible />
|
|
38
|
+ <BarCode ratio={0.7} height={80} code={person?.idNo} codeVisible />
|
39
|
39
|
</View>
|
40
|
40
|
</View>
|
41
|
41
|
<View className='index-UserQRcode-footer'>
|