diff --git a/pages/plugins/seckill/index/index.vue b/pages/plugins/seckill/index/index.vue
index 68832805..cca4481c 100644
--- a/pages/plugins/seckill/index/index.vue
+++ b/pages/plugins/seckill/index/index.vue
@@ -1,63 +1,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.time.msg }}
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- {{ time_first_text }}
-
-
-
-
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.time.msg }}
+
+
+
+
+
+
+
+
+
+
+ {{ time_first_text }}
+
+
+
+
+
+ {{$t('index.index.516559')}}
+
- {{$t('index.index.516559')}}
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{$t('index.index.516559')}}
-
- {{ item }}
-
-
-
-
-
+
+
+
+
+
+ {{$t('index.index.516559')}}
+
+ {{ item }}
+
+
+
+
+
+
@@ -76,7 +78,6 @@
import componentBottomLine from '@/components/bottom-line/bottom-line';
import componentGoodsList from '@/components/goods-list/goods-list';
import componentPopup from '@/components/popup/popup';
- var seckill_static_url = app.globalData.get_static_url('seckill', true);
export default {
data() {
return {
@@ -216,7 +217,7 @@
goods: goods,
is_valid: is_valid,
data_list_loding_msg: '',
- data_list_loding_status: 0,
+ data_list_loding_status: (periods_list.length > 0) ? 3 : 0,
data_bottom_line_status: goods.length > 0,
});
if ((this.data_base || null) != null) {