一懒众山小 3 лет назад
Родитель
Сommit
cfde498aa9
2 измененных файлов с 9 добавлено и 4 удалено
  1. 1 1
      src/pages/case/appointment/appointment-list.vue
  2. 8 3
      src/pages/index/index.vue

+ 1 - 1
src/pages/case/appointment/appointment-list.vue

xqd
@@ -19,7 +19,7 @@
 				<view class="line"></view>
 				<view class="main-between cross-center addr">
 					<view class="t-omit" style="width: 400rpx;">活动地点:{{item.address}}</view>
-					<button class="appointment-now" size="mini" :style="{'background-color':getTheme.background,}">去预约</button>
+					<!-- <button class="appointment-now" size="mini" :style="{'background-color':getTheme.background,}">去预约</button> -->
 				</view>
 			</view>
 			<appNoData v-if="VisitList.length===0" :title="'暂无预约'"></appNoData>

+ 8 - 3
src/pages/index/index.vue

xqd xqd xqd xqd xqd
@@ -14,7 +14,7 @@
 		<template v-else-if="true">
 			<app-nav-bar v-if="navbarStatus"
                          :fixed="true"
-                         :background-color="'rgb(239 239 239 / 0)'"
+                         :background-color="`rgb(255 255 255 / ${sss})`"
                          :left-icon="diy__app_nav_bar.leftIcon"
                          :link="diy__app_nav_bar.link"
                          :xStyle="5"
@@ -31,6 +31,7 @@
                           :coupon_req="coupon_req"></app-diy-page> -->
 
 			<hxj-index :homePagesProps="homePages.navs[0].template.data[1].data.list[0].data"></hxj-index>
+			<view id="query"></view>
 		</template>
 		<!-- <app-buy-prompt :isShowAttention="isShowAttention" v-if="config.is_purchase_frame === 1"></app-buy-prompt> -->
 		<app-attr :goods="attrGoods.goods" :attrGroupList="attrGoods.goods.attr_groups" :theme="getTheme"
@@ -90,7 +91,8 @@
 				// #ifdef H5
 				pagePath: '',
 				// #endif
-				isShowAttention: false
+				isShowAttention: false,
+				sss:0,
 			}
 		},
 
@@ -140,6 +142,10 @@
 
 		/* #ifdef MP_WEIXIN || MP_BAIDU */
 		onPageScroll(e) {
+			// this.$utils.throttle(()=>{
+				this.sss=e.scrollTop*0.00370
+			// },100,false)
+			
 			this.$store.dispatch('page/actionSetScrollTop', e.scrollTop);
 		},
 		/* #endif */
@@ -425,7 +431,6 @@
 				return false;
 				// #endif
 			},
-
 			...mapGetters('mallConfig', {
 				tabBarNavs: 'getNavBar',
 				getTheme: 'getTheme',