Browse Source

上传

master
前端-胡立永 8 months ago
parent
commit
3c10ce7425
2 changed files with 12 additions and 3 deletions
  1. +1
    -1
      components/base/tabbar.vue
  2. +11
    -2
      pages/index/center.vue

+ 1
- 1
components/base/tabbar.vue View File

@ -95,7 +95,7 @@
flex-direction: row;
height: 120rpx;
padding-bottom: env(safe-area-inset-bottom);
z-index: 999999;
z-index: 9999;
bottom: 0;
left: 0;
color: #BCBCBC;


+ 11
- 2
pages/index/center.vue View File

@ -11,8 +11,17 @@
<view class="name">
{{ userInfo.nickName || '微信用户' }}
</view>
<view class="jobTime" @click="$refs.seleteJobTimePopup.open()">
请设置营业时间
<!-- 营业时间写这个view里面 -->
<view v-if="userShop">
<view class="jobTime"
@click="$refs.seleteJobTimePopup.open()">
请设置营业时间
</view>
<!-- 往这里写 -->
</view>
<!-- <view class="vip">
VIP1


Loading…
Cancel
Save