@@ -2,7 +2,7 @@
<div>
<div class="navBarTOP">
<!-- 顶部条 -->
- <van-nav-bar class="navBar" title="客户详情" left-arrow @click-left="onClickLeft" />
+ <van-nav-bar class="navBar" title="门店详情" left-arrow @click-left="onClickLeft" />
</div>
<!--主体内容-->
<div style="margin-top: 44px; padding-bottom: 50px" v-show="list.storeId">
@@ -649,6 +649,7 @@ export default {
.bottomBtn {
position: fixed;
bottom: 0;
+ z-index: 10;
height: 50px;
width: 100%;
display: flex;