f
This commit is contained in:
@@ -267,8 +267,8 @@
|
|||||||
<BindPhoneDialog @bind-success="handleBindSuccess" />
|
<BindPhoneDialog @bind-success="handleBindSuccess" />
|
||||||
<LoginDialog @login-success="handleLoginSuccess" />
|
<LoginDialog @login-success="handleLoginSuccess" />
|
||||||
|
|
||||||
<!-- 历史查询按钮 - 仅推广查询显示 -->
|
<!-- 历史查询按钮 - 仅推广查询且已登录时显示 -->
|
||||||
<div v-if="props.type === 'promotion'" @click="toHistory"
|
<div v-if="props.type === 'promotion' && isLoggedIn" @click="toHistory"
|
||||||
class="fixed right-2 top-3/4 px-4 py-2 text-sm bg-primary rounded-xl cursor-pointer text-white font-bold shadow active:bg-blue-500">
|
class="fixed right-2 top-3/4 px-4 py-2 text-sm bg-primary rounded-xl cursor-pointer text-white font-bold shadow active:bg-blue-500">
|
||||||
历史查询
|
历史查询
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user