Merge pull request 'gdpao' (#65) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/65
This commit was merged in pull request #65.
This commit is contained in:
gyh
2020-08-18 15:59:42 +08:00
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;