Commit e0c1887b by hank

设备编辑

parent 1980ac3b
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
} }
&-vip { &-vip {
padding-left: 20px; // padding-left: 20px;
padding-top: 20px;
font-size: 28px; font-size: 28px;
color: #fff; color: #fff;
letter-spacing: 0.43px; letter-spacing: 0.43px;
......
...@@ -86,10 +86,13 @@ class User extends Component { ...@@ -86,10 +86,13 @@ class User extends Component {
<View className="user-top-info-name"> <View className="user-top-info-name">
<Text>{nickName}</Text> <Text>{nickName}</Text>
<View className="user-top-info-phone">{userPhone}</View> <View className="user-top-info-phone">{userPhone}</View>
<View className="user-top-info-vip">
{vipState === 'DISABLE' ? 'VIP已到期' : 'VIP' + String(vipTime).slice(0, 10)}
</View>
</View> </View>
<View className="user-top-info-vip"> {/* <View className="user-top-info-vip">
{vipState === 'DISABLE' ? 'VIP已到期' : 'VIP' + String(vipTime).slice(0, 10)} {vipState === 'DISABLE' ? 'VIP已到期' : 'VIP' + String(vipTime).slice(0, 10)}
</View> </View> */}
</View> </View>
<View className="user-item"> <View className="user-item">
<View <View
......
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 sign in to comment