This commit is contained in:
Gdpao 2020-08-10 19:19:29 +08:00
parent 52bce327cc
commit e6f73f01cd
2 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100vh; height: 100vh;
overflow: hidden;
.top { .top {
display: flex; display: flex;

View File

@ -24,7 +24,7 @@
<view class="danmufasongbox" @click="danmu = $store.state.hasLogin"> <view class="danmufasongbox" @click="danmu = $store.state.hasLogin">
<view class="danmufasongboxback"></view> <view class="danmufasongboxback"></view>
<image src="../../static/danmu.png" class="danmubianji"></image> <image src="../../static/danmu.png" class="danmubianji"></image>
<text style="font-size:26rpx;color:#fff;margin-left:20rpx">{{$store.state.hasLogin '想说点什么' : '请先登录'}}</text> <text style="font-size:26rpx;color:#fff;margin-left:20rpx">{{ $store.state.hasLogin ? '想说点什么' : '请先登录'}}</text>
</view> </view>
<image class="liketap" src="../../static/like.png" @click=""> <image class="liketap" src="../../static/like.png" @click="">