From b664e22850df4ece2151be6fd2e0c3d0d9288072 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 6 Jul 2022 16:05:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=9E=E4=BA=8E=E6=8F=92=E4=BB=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=A1=BA=E5=BA=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 247 ++++++++++++++++++++++-------------------- 1 file changed, 130 insertions(+), 117 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index cb785b8f..f60456c6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -60,82 +60,87 @@ - - - - - - - - - - - - 限时秒杀 - - - - 更多 - - - - - - - - - - - {{item.title}} - {{currency_symbol}}{{item.min_price}} - {{currency_symbol}}{{item.min_original_price}} - - - - - - - - - - {{lv.name}} - - - - - - - - - - - - - - - - - - - {{plugins_realstore_data.base.home_data_list_title || '最新门店'}} - 更多 - - - - - - - - {{plugins_shop_data.base.home_data_list_title || '最新商家'}} - 更多 - - - - - - - + + + + + + + + + + + + + + 限时秒杀 + + + + 更多 + + + + + + + + + + + {{item.title}} + {{currency_symbol}}{{item.min_price}} + {{currency_symbol}}{{item.min_original_price}} + + + + + + + + + + {{lv.name}} + + + + + + + + + + + + + + + + + + + + {{plugins_realstore_data.base.home_data_list_title || '最新门店'}} + 更多 + + + + + + + + {{plugins_shop_data.base.home_data_list_title || '最新商家'}} + 更多 + + + + + + + + + @@ -186,47 +191,52 @@ + + + + + + + + + + + + + + + + + + {{plugins_salerecords_data.base.home_bottom_title || '最新购买'}} + {{plugins_salerecords_data.base.home_bottom_desc}} + + + + + + + + + {{item.user.user_name_view}} + -{{item.user.province}} + + + + + {{item.title}} + + + {{item.add_time}} + + + + + + + + - - - - - - - - - - - - - - {{plugins_salerecords_data.base.home_bottom_title || '最新购买'}} - {{plugins_salerecords_data.base.home_bottom_desc}} - - - - - - - - - {{item.user.user_name_view}} - -{{item.user.province}} - - - - - {{item.title}} - - - {{item.add_time}} - - - - - - - @@ -317,7 +327,9 @@ search_style: '', search_is_fixed: 0, // 是否单页预览 - is_single_page: app.globalData.is_current_single_page() || 0, + is_single_page: app.globalData.is_current_single_page() || 0, + // 插件顺序列表 + plugins_sort_list: [], // 限时秒杀插件 plugins_seckill_is_valid: 0, plugins_seckill_data: null, @@ -428,7 +440,8 @@ cart_total: (data.common_cart_total || 0) == 0 ? 0 : data.common_cart_total, message_total: (data.common_message_total || 0) == 0 ? 0 : data.common_message_total, right_icon_list: data.right_icon_list || [], - data_list_loding_status: data.data_list.length == 0 ? 0 : 3, + data_list_loding_status: data.data_list.length == 0 ? 0 : 3, + plugins_sort_list: data.plugins_sort_list || [], plugins_seckill_data: data.plugins_seckill_data || null, plugins_seckill_is_valid: (data.plugins_seckill_data || null) != null && (data.plugins_seckill_data.is_valid || 0) == 1 ? 1 : 0, plugins_salerecords_data: (data.plugins_salerecords_data || null) == null || data.plugins_salerecords_data.length <= 0 ? null : data.plugins_salerecords_data,