商品不出现
This commit is contained in:
parent
36f0675689
commit
839b1728f0
@ -18,7 +18,7 @@
|
||||
<view class="hot" :style="{'top': top + 10 * rpx}">
|
||||
<text class="hottext">{{room.onlineUsers.users.length}}</text>
|
||||
</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>
|
||||
<view class="danmufasongbox" @click="danmu = $store.state.hasLogin">
|
||||
|
Loading…
Reference in New Issue
Block a user