This commit is contained in:
pengxiaolong
2025-05-19 18:34:04 +08:00
parent e05d72fccf
commit ff546bd9a9
31 changed files with 174 additions and 195 deletions

View File

@@ -14,7 +14,7 @@
</view>
<view class="RoomID">房间ID:{{ item.id }}</view>
<view class="Charm">魅力值</view>
<view class="charmValue"> {{ item.score }}</view>
<view class="charmValue"> {{ item.score }}W</view>
</view>
</view>
<!-- `````````````````````````````````````````````````````` -->
@@ -218,5 +218,6 @@ export default {
font-size: 23rpx;
color: #161616;
line-height: 38rpx;
font-weight: 600;
}
</style>