12.25 UI调整
This commit is contained in:
@@ -813,6 +813,10 @@
|
||||
*/
|
||||
getMemberStatusData()
|
||||
{
|
||||
let token = uni.getStorageSync('token')
|
||||
if (!token) {
|
||||
return
|
||||
}
|
||||
membershipStatus().then(res=>{
|
||||
if (res.code==200) {
|
||||
this.memberInfo = res.data
|
||||
@@ -907,6 +911,7 @@ page
|
||||
{
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.rank
|
||||
|
||||
Reference in New Issue
Block a user