fix 更改了说明文字
This commit is contained in:
parent
8963827c32
commit
77fb15426d
@ -19,20 +19,20 @@
|
||||
<!-- 游戏介绍 -->
|
||||
<view class="glass-card intro-card fadeInUp" style="animation-delay: 0.1s;">
|
||||
<text class="intro-title">多人对战扫雷</text>
|
||||
<text class="intro-desc">和好友一起挑战,获胜赢取精美奖品!</text>
|
||||
<text class="intro-desc">快来挑战,获胜领取礼品!</text>
|
||||
</view>
|
||||
|
||||
<!-- 资格显示 -->
|
||||
<view class="glass-card ticket-card fadeInUp" v-if="!loading" style="animation-delay: 0.2s;">
|
||||
<view class="ticket-row">
|
||||
<text class="ticket-label">我的游戏资格</text>
|
||||
<text class="ticket-label">我的活动资格</text>
|
||||
<view class="ticket-count-box">
|
||||
<text class="ticket-count">{{ ticketCount }}</text>
|
||||
<text class="ticket-unit">次</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="divider"></view>
|
||||
<text class="ticket-tip">{{ ticketCount > 0 ? '每次进入消耗1次资格' : '完成任务可获得游戏资格哦~' }}</text>
|
||||
<text class="ticket-tip">{{ ticketCount > 0 ? '每次进入消耗1次资格' : '完成任务或抖店购买指定链接可获赠活动资格哦~' }}</text>
|
||||
</view>
|
||||
|
||||
<!-- 加载中 -->
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<image class="logo-img" src="/static/logo.png" mode="aspectFit"></image>
|
||||
</view>
|
||||
<text class="app-name">柯大鸭</text>
|
||||
<text class="app-slogan">潮玩盲盒 · 惊喜无限</text>
|
||||
<text class="app-slogan">真的盲盒 · 拒绝套路</text>
|
||||
</view>
|
||||
|
||||
<!-- 登录卡片 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user