|
@@ -18,7 +18,7 @@
|
|
|
<div class="account">您好,{{ accountInfo.realName }}!</div>
|
|
|
</div>
|
|
|
<div class="cate">
|
|
|
- <ul class="nav" >
|
|
|
+ <ul class="nav">
|
|
|
<li class="nav-item" v-for="menu in menuList">
|
|
|
<a
|
|
|
:class="'nav-link' + (activeMenu == menu.key ? ' active' : '')"
|
|
@@ -36,7 +36,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="cart-container" v-if="activeMenu == 'cashier'">
|
|
|
- <!-- <div class="title">
|
|
|
+ <div class="title">
|
|
|
<div class="avatar">
|
|
|
<img
|
|
|
class="w-full h-full object-cover"
|
|
@@ -50,17 +50,11 @@
|
|
|
{{ memberInfo.mobile ? memberInfo.mobile : memberInfo.name }}
|
|
|
</span>
|
|
|
<span class="none" v-if="!memberInfo">当前为游客</span>
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- class="switch"
|
|
|
- type="danger"
|
|
|
- icon="el-icon-refresh"
|
|
|
- @click="switchMember()"
|
|
|
- >
|
|
|
- 关联会员
|
|
|
- </el-button>
|
|
|
+ <el-button v-if="hangNo" size="mini" class="switch" type="danger">
|
|
|
+ {{ hangNo }}
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<div class="carts">
|
|
|
<div>
|
|
|
<div class="tab">
|
|
@@ -1154,7 +1148,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- justify-content:space-around;
|
|
|
+ justify-content: space-around;
|
|
|
margin: 0px;
|
|
|
padding: 5px;
|
|
|
text-align: center;
|
|
@@ -1224,8 +1218,8 @@ export default {
|
|
|
padding-left: 1px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- position: fixed;
|
|
|
- top: 45px;
|
|
|
+ // position: fixed;
|
|
|
+ // top: 45px;
|
|
|
z-index: 999;
|
|
|
clear: both;
|
|
|
|
|
@@ -1241,7 +1235,7 @@ export default {
|
|
|
.member-info {
|
|
|
display: inline-block;
|
|
|
margin-left: 5px;
|
|
|
- border-top:none;
|
|
|
+ border-top: none;
|
|
|
.name {
|
|
|
margin-left: 2px;
|
|
|
margin-right: 3px;
|