xbx #309

Merged
theluyuan merged 2 commits from xbx into master 2020-08-28 16:14:11 +00:00
Showing only changes of commit 839b1728f0 - Show all commits

View File

@ -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">