根据配置显示或隐藏获取游戏按钮
This commit is contained in:
parent
447a903f2a
commit
be50b6def5
@ -27,7 +27,7 @@
|
|||||||
{{vip_btn_title}}</navigator>
|
{{vip_btn_title}}</navigator>
|
||||||
</view>
|
</view>
|
||||||
</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 class="userinfo-score {{showAll? '' : 'hidden'}}">金币: {{score}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user