| 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"
|
| xqd
@@ -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"
|
| xqd
@@ -90,7 +91,8 @@
|
|
|
// #ifdef H5
|
|
|
pagePath: '',
|
|
|
// #endif
|
|
|
- isShowAttention: false
|
|
|
+ isShowAttention: false,
|
|
|
+ sss:0,
|
|
|
}
|
|
|
},
|
|
|
|
| xqd
@@ -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 */
|
| xqd
@@ -425,7 +431,6 @@
|
|
|
return false;
|
|
|
// #endif
|
|
|
},
|
|
|
-
|
|
|
...mapGetters('mallConfig', {
|
|
|
tabBarNavs: 'getNavBar',
|
|
|
getTheme: 'getTheme',
|