根据配置显示或隐藏获取游戏按钮

This commit is contained in:
zhl 2019-03-22 16:09:41 +08:00
parent 447a903f2a
commit be50b6def5

View File

@ -27,7 +27,7 @@
{{vip_btn_title}}</navigator>
</view>
</view>
<view class="zan-btn zan-btn--small zan-btn--primary button-hover" @tap="showInviteView">获取游戏</view>
<view class="zan-btn zan-btn--small zan-btn--primary button-hover {{showAll? '' : 'hidden'}}" @tap="showInviteView">获取游戏</view>
<view class="userinfo-score {{showAll? '' : 'hidden'}}">金币: {{score}}</view>
</view>
</view>