diff --git a/pages/activity/groupon/list.vue b/pages/activity/groupon/list.vue
index f89230c..b3c81b9 100644
--- a/pages/activity/groupon/list.vue
+++ b/pages/activity/groupon/list.vue
@@ -120,23 +120,23 @@
width: 100%;
height: 458rpx;
margin-top: -88rpx;
- background: url('https://zysc.fjptzykj.com:3000/shangcheng/fea9ad54f32d4705a633874efd534e70e507030ea5a7604b0110fdf7292f1f4d.png');
+ background: url('https://zysc.fjptzykj.com:3000/shangcheng/60fc2b85464857c82643d346c4ef6b387e4e4d3d923b4816b717e0d645454491.jpg');
background-size: 100% 100%;
}
.lvv{
- background: url('https://zysc.fjptzykj.com:3000/shangcheng/ed254fe4a03c16933e608f8adeb3e700a24ec4620064746a516c10da395b9395.png') !important;
+ background: url('https://zysc.fjptzykj.com:3000/shangcheng/d7527e651cf2aef01871872e3e808f30ccddcb9a59c4db1e6d8f038216515d15.jpg') !important;
background-size: 100% 100% !important;
}
.bluev{
- background: url('https://zysc.fjptzykj.com:3000/shangcheng/8728b7f2de5a0d2d8a74ef0c17a275f82b265a3d8d11993ec7c424c3ad454f0b.png') !important;
+ background: url('https://zysc.fjptzykj.com:3000/shangcheng/27d4737ae9482948b0336d0e6f63e887dd70ad192f4c727cdd6ff37409a94765.jpg') !important;
background-size: 100% 100% !important;
}
.pinkv{
- background: url('https://zysc.fjptzykj.com:3000/shangcheng/b44a3035cd4f676504a7003607bfb9aa457ffe1335c12d1e26dcffb45e3bfec8.png') !important;
+ background: url('https://zysc.fjptzykj.com:3000/shangcheng/4934eb152ba1302ce28963b1bc554caff9b31bac04596dfc04058435e48cbf8f.jpg') !important;
background-size: 100% 100% !important;
}
.orangev{
- background: url('https://zysc.fjptzykj.com:3000/shangcheng/ebc89def2a0cf1db1ce6b5aec26407e24e49c85dcf81a1d1c759afe414da033f.png') !important;
+ background: url('https://zysc.fjptzykj.com:3000/shangcheng/d317e16aa7a7497e5bf410ca7f8b8d96698bd83ed6b382aa9d40229dddac7060.jpg') !important;
background-size: 100% 100% !important;
}
.list-content {
@@ -194,7 +194,8 @@
font-weight: 500;
width: auto;
height: auto;
- background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
+ // background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
+ background:#e93422;
color: #ffffff;
border-radius: 19rpx;
padding: 4rpx 14rpx;
@@ -236,8 +237,8 @@
border-radius: 25rpx;
font-size: 24rpx;
color: #fff;
- background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
- // background: rgba(72,204,82);
+ // background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
+ background: #e93422;
}
}
}
diff --git a/pages/chat/index.vue b/pages/chat/index.vue
index 1fabdd0..22df720 100644
--- a/pages/chat/index.vue
+++ b/pages/chat/index.vue
@@ -185,11 +185,15 @@ const kefuName = ref('众悦商城客服');
\ No newline at end of file
diff --git a/pages/index/components/second-second.vue b/pages/index/components/second-second.vue
index 2e71a4f..97ada20 100644
--- a/pages/index/components/second-second.vue
+++ b/pages/index/components/second-second.vue
@@ -3,7 +3,11 @@
-
{{item.name}}
@@ -42,7 +46,11 @@
- 去购买
+ 去购买
@@ -89,6 +97,10 @@
default: () => ({}),
},
activeMenu: [Number, String],
+ vl: {
+ type: String,
+ default:''
+ },
});
const state = reactive({
@@ -106,14 +118,17 @@
iconStatus: false, // true - 单列布局;false - 双列布局
keyword: '',
categoryId: 0,
- loadStatus: ''
+ loadStatus: '',
+ currItem:0
});
// 清空列表
function emptyList() {
state.pagination.list = [];
}
- const onFilterItem = (id) => {
+ const onFilterItem = (id,index) => {
+ console.log(index,"indexindex")
+ state.currItem = index
// 清空 + 加载数据
emptyList();
getList(id);
@@ -166,6 +181,24 @@