@@ -3,10 +3,8 @@
<app-tabs
:tabs="tabs"
:isFixed="true"
- :isAdd="true"
:currentTab="tabIndex"
:height="100"
- @add="pageTo('/pagesClient/member/add')"
@change="change"
itemWidth="50%"
/>
@@ -63,6 +61,10 @@
<block v-else>
<app-wrapper-empty :is-empty="$util.isEmpty(list.data)" />
</block>
+ <div class="app-footer open_btn">
+ <!-- <div class="admin-button-com middle blue" @click="pageTo('/admin/shop/add')">添加门店</div> -->
+ <div @click="pageTo('/pagesClient/member/add')" class="admin-button-com middle blue">添加门店</div>
+ </div>
</div>
</template>
@@ -7,8 +7,6 @@
@change="changeTabEvent"
@add="addEvent"
- isAdd
- addText="新增"
></Tabs>
</view>
<scroll-view scroll-y class="allot-list">
@@ -52,6 +50,10 @@
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
</scroll-view>
+ <div @click="addEvent" class="admin-button-com middle blue">新增</div>
<script>
@@ -6,8 +6,6 @@
:itemWidth="'33.33%'"
@@ -48,6 +46,10 @@
@@ -431,17 +431,20 @@ body {
background: white;
box-shadow: -4px -4px 6px #eee;
z-index: 100;
- // font-size: 32px;
- // line-height: 90px;
display: flex;
justify-content: center;
align-items: center;
- // letter-spacing: 3px;
& .add {
width: 38px;
height: 38px;
margin-right: 20px;
}
+ &.open_btn {
+ justify-content: flex-end;
+ .admin-button-com {
+ margin-right: 30px;
+ }
.noMore {