diff --git a/pages.json b/pages.json index 0b107fb..7d7e74b 100644 --- a/pages.json +++ b/pages.json @@ -334,7 +334,7 @@ "style": { "navigationBarTitleText": "里海云仓", "navigationStyle": "custom", - "enablePullDownRefresh": true + "enablePullDownRefresh": false } }, { diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue index 9ffda1d..e683262 100644 --- a/pages/cloud_warehouse/home/home.vue +++ b/pages/cloud_warehouse/home/home.vue @@ -6,59 +6,27 @@ .wholeSale { background-color: #f8fafb !important; - - - .wholeSale-header { position: sticky; top: 0; z-index: 100; margin-bottom: 20rpx; background-color: #40AE36; - - .scrollview { - display: flex; - align-items: center; - height: 98rpx; - padding-left: 32rpx; - - .scrollview-item { - margin-right: 30rpx; - font-size: 28rpx; - color: #FFFFFF; - } - - .scrollview-active { - position: relative; - font-weight: bold; - font-size: 36rpx; - color: #FFFFFF; - - &::after { - content: ""; - display: inline-block; - position: absolute; - bottom: -6rpx; - left: 50%; - transform: translateX(-50%); - width: 100%; - height: 6rpx; - background-color: #FFFFFF; - } - } - } } .wholeSale-section { + position: sticky; + top: calc(82rpx + var(--status-bar-height)); padding: 0rpx 20rpx; background-color: #fff; - transition: height .5s; + transition: height .7s; overflow: hidden; + margin-bottom: 20rpx; .wholeSale-nav { display: flex; align-items: center; - margin-bottom: 20rpx; + padding-bottom: 20rpx; .icon { margin-right: 20rpx; @@ -101,13 +69,15 @@ } .category { + position: relative; width: 100%; overflow: auto; margin-bottom: 20rpx; + // padding-right: 70rpx; .category-wrap { display: flex; - padding-bottom: 20rpx; + padding-bottom: 10rpx; .category-item { display: flex; @@ -148,6 +118,24 @@ } } } + + .category-all { + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); + height: 100%; + background-color: #f3f3f3; + z-index: 101; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + font-size: 24rpx; + border-radius: 4rpx; + width: 70rpx; + color: #919191; + } } .cate { @@ -228,7 +216,7 @@ - + @@ -258,8 +246,19 @@ + + + + + + @@ -276,12 +275,15 @@ - + - - - + @scrolltoupper="scrolltoupper" :refresher-threshold="0"> + + + + + @@ -317,8 +319,8 @@ deduction_rate: '', //抵扣比例 rand: 1 }, - wrapHeight: 'auto', - maxHeight: '', + wrapHeight: 300, + isShowSmall: false, scrollTop: 0, } }, @@ -326,20 +328,26 @@ this.getStoreCategory(); this.getProductslist(true); }, - onReachBottom() { - this.getProductslist(); - }, + onPageScroll(e) { uni.$emit('scroll'); }, - onPullDownRefresh() { - this.getProductslist(true); + + watch: { + 'where.cate_pid'(newVal, oldVal) { + if (newVal && !oldVal) { + this.wrapHeight = 300 + 48; + this.isShowSmall = true; + } + if (!newVal && oldVal) { + this.wrapHeight = 300; + this.isShowSmall = false; + } + } }, - methods: { - - refresh(e) { - console.log(e); + scrolltoupper() { + this.getProductslist(true); }, onScrollBottom(e) { @@ -347,8 +355,9 @@ }, onScroll(e) { - if (this.scrollTop > e.target.scrollTop) { //上拉 - this.wrapHeight = '352rpx'; + if (this.scrollTop >= e.target.scrollTop) { //上拉 + this.wrapHeight = 300; + if (this.where.cate_pid) this.wrapHeight = this.wrapHeight + 48; } else { this.wrapHeight = 0; } @@ -394,11 +403,6 @@ if (e == 0) this.where.cate_pid = this.store_category[this.cate_change] .store_category_id; // 如若选中全部, 则取父级id this.getProductslist(true); - - this.$util.getDom(this, '.wholeSale-section', (res) => { - this.maxHeight = res.height + 'px'; - }) - }, getStoreCategory() { getStoreCategory(259).then(res => { @@ -412,13 +416,6 @@ cate_name: '全部', store_category_id: '' }) - - setTimeout(() => { - this.$util.getDom(this, '.wholeSale-section', (res) => { - this.wrapHeight = res.height + 'px'; - this.maxHeight = res.height; - }) - }, 300) }) }, getProductslist(reLoad = false) { @@ -429,6 +426,7 @@ } if (this.isLoading == -1) return; this.isLoading = 1; + getProductslist(this.where).then(res => { this.where.limit = res.data.limit this.where.page = res.data.page diff --git a/pages/cloud_warehouse/market/market.vue b/pages/cloud_warehouse/market/market.vue index 2539195..231b5e5 100644 --- a/pages/cloud_warehouse/market/market.vue +++ b/pages/cloud_warehouse/market/market.vue @@ -6,10 +6,6 @@ .wholeSale { background-color: #f8fafb !important; - .wholeSale-header-wrap { - background-color: #40AE36; - } - .wholeSale-header-search-wrap { padding: 30rpx 20rpx 0; background-color: #fff; @@ -20,6 +16,7 @@ top: 0; z-index: 100; margin-bottom: 20rpx; + background-color: #40AE36; .scrollview { display: flex; @@ -339,32 +336,31 @@ - - - - - 供销综合云市场 - - - {{street}} - - - - - - 开启定位服务 - 查看附近商铺 - - 立即开启 + + + + 供销综合云市场 + + + {{street}} + + + + + + 开启定位服务 + 查看附近商铺 + 立即开启 - + + - - - - - - - - - - {{item.mer_name}} - 月销{{item.sales}} + + + + + + + - - - - + + + {{item.mer_name}} + 月销{{item.sales}} + + + + + + + {{item.service_score}} + {{item.distance}} + {{item.category_name}} + + + + {{item.service_phone}} + + {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}} + + + + {{item.mer_address}} - {{item.service_score}} - {{item.distance}} - {{item.category_name}} - - - - {{item.service_phone}} - - {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}} - - - - {{item.mer_address}} + - - + diff --git a/utils/mixin.js b/utils/mixin.js index 55948cb..949c22e 100644 --- a/utils/mixin.js +++ b/utils/mixin.js @@ -7,32 +7,22 @@ const mixins = { } }, - watch: { - 'where.cate_pid'(newVal, oldVal) { - // if (newVal && !oldVal) { - // this.wrapHeight = this.wrapHeight + 24; - // this.maxHeight = this.wrapHeight; - // } - // if (!newVal && oldVal) { - // this.wrapHeight = this.wrapHeight - 24; - // this.maxHeight = this.wrapHeight; - // } - } - }, + methods: { // 移动 onTouchMove(e) { - // const moveDistance = e.changedTouches[0].clientY - this.clientY; - // if (moveDistance > 5) { - // this.wrapHeight = this.maxHeight; - // } else { - // this.wrapHeight = 0; - // } + console.log(e); + const moveDistance = e.changedTouches[0].clientY - this.clientY; + if (moveDistance > 5) { + this.wrapHeight = '352rpx'; + } else { + this.wrapHeight = 0; + } }, // 开始触摸屏幕 onTouchStart(e) { - // this.clientY = e.changedTouches[0].clientY; + this.clientY = e.changedTouches[0].clientY; }, } }