tianyi 3 weeks ago
parent
commit
1c5e8b2e73
  1. 8
      pages/index/index.vue

8
pages/index/index.vue

@ -4,7 +4,7 @@
<view class="swiper-page" v-if="currentIndex == 0"> <view class="swiper-page" v-if="currentIndex == 0">
<view style="position: relative;height: 545rpx;"> <view style="position: relative;height: 545rpx;">
<view style="width:100%;height: 100rpx;position: fixed;top: 0;background: #fff;z-index: 90;" v-if="lastScrollTop>583"></view> <view style="width:100%;height: 180rpx;position: fixed;top: 0;background: #fff;z-index: 90;" v-if="lastScrollTop>583"></view>
<view style="position: absolute;top: 110rpx;left: 20rpx;z-index: 999;"> <view style="position: absolute;top: 110rpx;left: 20rpx;z-index: 999;">
<view @click="checkArea" v-if="areaName == ''"> <view @click="checkArea" v-if="areaName == ''">
点击选择区域 点击选择区域
@ -160,7 +160,7 @@
</view> </view>
</view> </view>
<view class="daimai-box" style="padding-bottom:180rpx;"> <view class="daimai-box" style="padding-bottom:180rpx;">
<view class="daimai-tab" id="menuList" :style="{'top': navBarHeight + 'px','background':lastScrollTop>583?'#fff':''}"> <view class="daimai-tab" id="menuList" :style="{'top': (navBarHeight+46) + 'px','background':lastScrollTop>583?'#fff':''}">
<view @tap="checkTab1('waimai')" style="flex: 1;"> <view @tap="checkTab1('waimai')" style="flex: 1;">
<view class="like-title" style="position: relative;width: 160rpx;height: 50rpx;margin-top:10rpx;" v-if="checked == 'waimai'"> <view class="like-title" style="position: relative;width: 160rpx;height: 50rpx;margin-top:10rpx;" v-if="checked == 'waimai'">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/4d3207adb25546f68ce4d3428e571867.png" alt="" style="width: 160rpx;height: 50rpx;" /> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/4d3207adb25546f68ce4d3428e571867.png" alt="" style="width: 160rpx;height: 50rpx;" />
@ -198,7 +198,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="title-sort" v-if="lastScrollTop>583" :style="{'top': (navBarHeight+30) + 'px'}"> <view class="title-sort" v-if="lastScrollTop>583" :style="{'top': (navBarHeight+76) + 'px'}">
<view class="sort-member" style="position: relative;"> <view class="sort-member" style="position: relative;">
<view @tap="checkAdd"> <view @tap="checkAdd">
取餐地址 <text style="font-size: 20rpx;"></text> 取餐地址 <text style="font-size: 20rpx;"></text>
@ -221,7 +221,7 @@
佣金 佣金
</view> </view>
</view> </view>
<view class="sort-text" v-if="lastScrollTop>583" :style="{'top': (navBarHeight+80) + 'px'}"> <view class="sort-text" v-if="lastScrollTop>583" :style="{'top': (navBarHeight+126) + 'px'}">
<view style="display: flex; width: 100%;"> <view style="display: flex; width: 100%;">
<view @tap="searchOrder('delgetarea',item)" class="guize1-qusong" v-if="getAreaData.id != undefined"> <view @tap="searchOrder('delgetarea',item)" class="guize1-qusong" v-if="getAreaData.id != undefined">
<view class="qusong1"> <view class="qusong1">

Loading…
Cancel
Save