xbx #309
@ -18,7 +18,7 @@
|
|||||||
<view class="hot" :style="{'top': top + 10 * rpx}">
|
<view class="hot" :style="{'top': top + 10 * rpx}">
|
||||||
<text class="hottext">{{room.onlineUsers.users.length}}</text>
|
<text class="hottext">{{room.onlineUsers.users.length}}</text>
|
||||||
</view>
|
</view>
|
||||||
<image class="cart" src="../../static/cart.png" @click="show = true">
|
<image v-if="list.length != 0" class="cart" src="../../static/cart.png" @click="show = true">
|
||||||
|
|
||||||
</image>
|
</image>
|
||||||
<view class="danmufasongbox" @click="danmu = $store.state.hasLogin">
|
<view class="danmufasongbox" @click="danmu = $store.state.hasLogin">
|
||||||
|
Loading…
Reference in New Issue
Block a user