diff --git a/pages/activity/intimate.vue b/pages/activity/intimate.vue
index 3ca3c8a..be65d8d 100644
--- a/pages/activity/intimate.vue
+++ b/pages/activity/intimate.vue
@@ -44,7 +44,8 @@
{{a.comment_num}}条评论 {{a.comment_rate}}好评率
-
+
+ 没有更多了
@@ -71,6 +72,7 @@
storeInfo: {},
keyword: "",
list: [],
+ total: 0,
list1: [],
filterFlag: true,
}
@@ -125,6 +127,7 @@
a.line_price = Number(a.line_price)
})
this.list1 = data.list
+ this.total = data.total
this.isShow = data.total == 0 ? true : false
}
}
diff --git a/pages/activity/newPeople.vue b/pages/activity/newPeople.vue
index 11b2e0e..2af5e1d 100644
--- a/pages/activity/newPeople.vue
+++ b/pages/activity/newPeople.vue
@@ -1,7 +1,7 @@
-
@@ -36,9 +36,9 @@
¥{{item.goods_price_min?Number(item.goods_price_min):''}}新人价
+ style="margin-right: 6rpx;">{{item.goods_price_min?Number(item.goods_price_min):'0.00'}}新人价
- ¥{{item.line_price_min?Number(item.line_price_min):''}}
+ ¥{{item.line_price_min?Number(item.line_price_min):'0.00'}}
@@ -50,16 +50,16 @@
¥{{item.goods_price_min?Number(item.goods_price_min):''}}新人价
+ style="margin-right: 6rpx;">{{item.goods_price_min?Number(item.goods_price_min):'0.00'}}新人价
- ¥{{item.line_price_min?Number(item.line_price_min):''}}
+ ¥{{item.line_price_min?Number(item.line_price_min):'0.00'}}
-
+
@@ -68,7 +68,8 @@
import * as Api from '@/api/activity'
export default {
data() {
- return {
+ return {
+ title: "新人首单礼",
current: 1,
isLoading: true,
background: {
@@ -198,8 +199,8 @@
.rule {
right: 0;
- top: 74rpx;
- z-index: 999;
+ top: 204rpx;
+ z-index: 2;
width: 100rpx;
height: 60rpx;
background-color: rgba(0, 0, 0, 0.3);
@@ -405,12 +406,17 @@
}
&-fd {
- width: 132rpx;
- height: 166rpx;
- position: fixed;
- right: 10rpx;
- bottom: 10%;
- z-index: 99;
+ position: fixed;
+ bottom: 120rpx;
+ right: 16rpx;
+ width: 99rpx;
+ height: 99rpx;
+ border-radius: 50%;
+ opacity: 1;
+ z-index: 999;
+ display: flex;
+ align-items: center;
+ justify-content: center;
image {
width: 100%;
diff --git a/pages/activity/newsshop.vue b/pages/activity/newsshop.vue
index 741216b..b10a586 100644
--- a/pages/activity/newsshop.vue
+++ b/pages/activity/newsshop.vue
@@ -201,11 +201,11 @@
font-weight: 400;
color: #3F3F3F;
line-height: 50rpx;
- white-space: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-line-clamp: 1;
max-width: 200rpx;
+ overflow: hidden;
}
.price {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 1fdf4b2..0fc011b 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -29,7 +29,7 @@
-
+
{{item.name}}
@@ -40,7 +40,7 @@
-
+
@@ -55,7 +55,7 @@
{{item.text}}
-
+
@@ -1065,19 +1065,18 @@
}
.tabs {
- margin: 0 12rpx;
- display: flex;
+ width: 100%;
height: 80rpx;
- align-items: center;
- justify-content: space-around;
-
+ line-height: 80rpx;
+ white-space: nowrap;
+ overflow: hidden;
.tabItem {
position: relative;
+ display: inline-block;
font-size: 28rpx;
- font-family: PingFang SC, PingFang SC;
font-weight: 400;
+ padding: 0 20rpx;
color: #282828;
-
.flag {
position: absolute;
bottom: -13px;
diff --git a/pages/invite/index.vue b/pages/invite/index.vue
index 48bc85c..b19cfba 100644
--- a/pages/invite/index.vue
+++ b/pages/invite/index.vue
@@ -69,9 +69,9 @@