|
@@ -64,7 +64,6 @@ export default (props) => {
|
64
|
64
|
<View className='cell' style={{ marginTop: '0' }}>
|
65
|
65
|
<View className='lable'>状态</View>:
|
66
|
66
|
<View className={['state', 'color' + applicationInfoDate?.status]}>{applicationInfoDate?.status == 1 ? '正常' : applicationInfoDate?.status == 2 ? '挂失' : '过期'}</View>
|
67
|
|
- {/* 挂失 续期 */}
|
68
|
67
|
</View>
|
69
|
68
|
<View className='cell'>
|
70
|
69
|
<View className='lable'>犬种</View>:
|