diff --git a/pages.json b/pages.json index 3492b6f..52ce28d 100644 --- a/pages.json +++ b/pages.json @@ -414,7 +414,8 @@ "path": "pages/activity/DargainDetails/index", "style": { "navigationBarTitleText": "砍价详情", - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true } }, { @@ -446,7 +447,8 @@ "path": "pages/activity/GroupRule/index", "style": { "navigationBarTitleText": "拼团详情", - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true } }, { diff --git a/pages/activity/DargainDetails/index.vue b/pages/activity/DargainDetails/index.vue index 4eb12aa..58f4efd 100644 --- a/pages/activity/DargainDetails/index.vue +++ b/pages/activity/DargainDetails/index.vue @@ -325,6 +325,14 @@ export default { mounted: function () { this.mountedStart() }, + onPullDownRefresh() { + this.getBargainShare(0); + if (this.bargainUid !== this.userInfo.uid) { + this.getBargainStartUser(); + } + this.getBargainHelpList(); + uni.stopPullDownRefresh(); + }, methods: { // 开始处理砍价逻辑 mountedStart: function () { diff --git a/pages/activity/GroupRule/index.vue b/pages/activity/GroupRule/index.vue index 48d4ed2..e21a453 100644 --- a/pages/activity/GroupRule/index.vue +++ b/pages/activity/GroupRule/index.vue @@ -209,6 +209,10 @@ export default { imageUrl: this.storeCombination.image } }, + onPullDownRefresh() { + this.getCombinationPink(); + uni.stopPullDownRefresh(); + }, methods: { swiperChange(e) { this.swiperCurrent = e.detail.current; diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 5ca44b8..7958e3a 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -156,7 +156,7 @@ - + 商品参数 diff --git a/pages/shop/IntegralGoodsCon/index.vue b/pages/shop/IntegralGoodsCon/index.vue index 6515b0e..b8ca2ed 100644 --- a/pages/shop/IntegralGoodsCon/index.vue +++ b/pages/shop/IntegralGoodsCon/index.vue @@ -59,7 +59,7 @@ - + 商品参数 diff --git a/pages/shop/brands/brandDetail/index.vue b/pages/shop/brands/brandDetail/index.vue index 25eb811..b356d8d 100644 --- a/pages/shop/brands/brandDetail/index.vue +++ b/pages/shop/brands/brandDetail/index.vue @@ -217,7 +217,7 @@ width: 100%; height: 100%; background: #F5F6F8; - border-radius: 16rpx; + border-radius: 14rpx; } } .info-box {