shenxin 4 лет назад
Родитель
Сommit
f84bb879a6
2 измененных файлов с 5 добавлено и 4 удалено
  1. 4 3
      src/pages/index.vue
  2. 1 1
      src/pagesSub/activity/activityDetail.vue

+ 4 - 3
src/pages/index.vue

@@ -129,7 +129,8 @@ export default {
       activityListPT: 0,
       bannerList: [],
       isLoadMore: false,
-      tabList: [{ name: '免费吃' }, { name: '返利餐' }],
+      // tabList: [{ name: '免费吃' }, { name: '返利餐' }],
+      tabList: [{ name: '返利餐' }],
       searchForm: {
         page_no: 1,
         page_size: 10,
@@ -219,8 +220,8 @@ export default {
         lng: location.longitude,
         lat: location.latitude,
         page_no: this.searchForm.page_no,
-        page_size: this.searchForm.page_size,
-        activity_type: this.searchForm.activity_type
+        page_size: this.searchForm.page_size
+        // activity_type: this.searchForm.activity_type
       }
       const { code, data } = await getActivityList(params)
       if (code === 200) {

+ 1 - 1
src/pagesSub/activity/activityDetail.vue

@@ -464,7 +464,7 @@ export default {
   .fixed-copy {
     position: fixed;
     bottom: 0;
-    z-index: 2000;
+    z-index: 99;
     width: 100%;
     display: flex;
     justify-content: flex-end;