This commit is contained in:
Gdpao
2020-08-18 15:58:57 +08:00
parent 87c321be99
commit b35222853d
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
<u-popup v-model="publishstate" mode="bottom">
<view class="publish">
<view class="list">
<view @click="navto('release/tosign')">
<view @click="navto('release/tosign')" v-if="0">
<image src="../../static/image/index/live.png"></image>
<text>直播</text>
</view>
@@ -541,7 +541,7 @@ export default {
.list {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: space-around;
width: 100%;
> view {
display: flex;