diff --git a/assets/css/style.css b/assets/css/style.css
index 935e12f..c2ee1f2 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -257,18 +257,18 @@ page {
line-height: 32rpx;
padding: 16rpx 0rpx;
}
-.evaluateWtapper .evaluateItem .imgList {
- padding: 0 30rpx 0 15rpx;
- margin-top: 25rpx;
-}
.evaluateWtapper .evaluateItem .imgList .pictrue {
- width: 156rpx;
- height: 156rpx;
- margin: 0 0 15rpx 15rpx;
+ width: 204rpx;
+ height: 204rpx;
+ padding-right: 13rpx;
+}
+.evaluateWtapper .evaluateItem .imgList .pictrue:last-child {
+ padding-right: 0rpx;
}
.evaluateWtapper .evaluateItem .imgList .pictrue .image {
width: 100%;
height: 100%;
+ border-radius: 8rpx;
}
/*优惠券列表公共*/
.coupon-list {
diff --git a/assets/css/style.less b/assets/css/style.less
index 52cc150..0e471d0 100644
--- a/assets/css/style.less
+++ b/assets/css/style.less
@@ -394,20 +394,26 @@ page {
padding: 16rpx 0rpx;
}
-.evaluateWtapper .evaluateItem .imgList {
- padding: 0 0.3 * 100rpx 0 0.15 * 100rpx;
- margin-top: 0.25 * 100rpx;
-}
+// .evaluateWtapper .evaluateItem .imgList {
+ // padding: 0 0.3 * 100rpx 0 0.15 * 100rpx;
+ // margin-top: 0.25 * 100rpx;
+// }
.evaluateWtapper .evaluateItem .imgList .pictrue {
- width: 1.56 * 100rpx;
- height: 1.56 * 100rpx;
- margin: 0 0 0.15 * 100rpx 0.15 * 100rpx;
+ width: 204rpx;
+ height: 204rpx;
+ padding-right: 13rpx;
+ // margin: 0 0 0.15 * 100rpx 0.15 * 100rpx;
+}
+
+.evaluateWtapper .evaluateItem .imgList .pictrue:last-child {
+ padding-right: 0rpx;
}
.evaluateWtapper .evaluateItem .imgList .pictrue .image {
width: 100%;
height: 100%;
+ border-radius: 8rpx;
}
// .evaluateWtapper .evaluateItem .reply {
diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue
index bb5bb37..80746dd 100644
--- a/components/UserEvaluation.vue
+++ b/components/UserEvaluation.vue
@@ -23,7 +23,7 @@
{{ item.comment }}
-
+
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..ba8a7a7 100644
--- a/pages/activity/DargainDetails/index.vue
+++ b/pages/activity/DargainDetails/index.vue
@@ -261,7 +261,7 @@
,您也可以砍价低价拿哦,快去挑选心仪的商品吧~
-
+
我也要参与
@@ -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/home/index.vue b/pages/home/index.vue
index 6e56be7..a298d82 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -48,17 +48,13 @@
-
-
-
-
-
-
-
+
+
+
+
-
-
+
+
@@ -815,37 +811,26 @@
.selections {
padding-top: 6rpx;
-
- .scroll {
+
+ swiper {
width: 100%;
- overflow: hidden;
- white-space: nowrap;
- }
-
- .item-box {
- display: flex;
- flex-wrap: nowrap;
- // width: 2144rpx;
- padding: 10rpx 0rpx 24rpx 32rpx;
-
- .item {
- width: 684rpx;
- height: 240rpx;
- // background: #F5F6F8;
- box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06);
- border-radius: 16rpx;
- margin-right: 20rpx;
- overflow: hidden;
-
- image {
- width: 100%;
- height: 100%;
+ height: 274rpx;
+ swiper-item {
+ width: 704rpx !important;
+ .item {
+ margin-left: ;
+ width: 684rpx;
+ height: 240rpx;
+ box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06);
+ border-radius: 16rpx;
+ overflow: hidden;
+
+ image {
+ width: 100%;
+ height: 100%;
+ }
}
}
-
- // .black {
- // background: #4F4E53;
- // }
}
}
}
diff --git a/pages/shop/Evaluations/EvaluationDetail/index.vue b/pages/shop/Evaluations/EvaluationDetail/index.vue
index 24a0b86..84e379a 100644
--- a/pages/shop/Evaluations/EvaluationDetail/index.vue
+++ b/pages/shop/Evaluations/EvaluationDetail/index.vue
@@ -16,7 +16,12 @@
+<<<<<<< HEAD
{{' ' + info.synopsis}}
+=======
+ {{' ' + info.synopsis}}
+
+>>>>>>> sxx
@@ -227,7 +232,7 @@
margin: 20rpx 32rpx 0rpx 90rpx;
padding: 20rpx 0rpx 20rpx 50rpx;
width: 628rpx;
- height: 146rpx;
+ // height: 146rpx;
background: #F5F6F8;
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06);
border-radius: 16rpx;
diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue
index ad1da7d..94bf1e7 100644
--- a/pages/shop/GoodsCon/index.vue
+++ b/pages/shop/GoodsCon/index.vue
@@ -156,20 +156,20 @@
-
+