Commit 7f54c09b by Lyan

头部按钮修改

parent 6be16064
<template> <template>
<div class="header-btn move-btn"> <div class="header-btn move-btn">
<el-button v-if="!user" type="primary" style="padding: 9px 30px;margin-right: 6px" size="small" <!-- <el-button v-if="!user" type="primary" style="padding: 9px 30px;margin-right: 6px" size="small"
@click="handleToLogin">注册/登录 @click="handleToLogin">注册/登录
</el-button> </el-button>
<el-button v-else type="primary" style="padding: 9px 30px;margin-right: 6px" size="small" @click="handleExit">退出登录 <el-button v-else type="primary" style="padding: 9px 30px;margin-right: 6px" size="small" @click="handleExit">退出登录
</el-button> </el-button> -->
<div class="top-banner-item tb-hover d-block d-xl-none d-lg-none" @click="handleSearch"> <div class="top-banner-item tb-hover d-block d-xl-none d-lg-none" @click="handleSearch">
<img src="../../../assets/image/head/search.png" alt="" /> <img src="../../../assets/image/head/search.png" alt="" />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment