Commit e0c1887b by hank

设备编辑

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