fixes bug to home page login show status
Showing
4 changed files
with
2 additions
and
0 deletions
@@ -5226,6 +5226,7 @@ var page = 1, | @@ -5226,6 +5226,7 @@ var page = 1, | ||
5226 | hotrankNav, | 5226 | hotrankNav, |
5227 | noResult = '<p class="no-result">未找到相关搜索结果</p>'; | 5227 | noResult = '<p class="no-result">未找到相关搜索结果</p>'; |
5228 | 5228 | ||
5229 | +require("js/product/suspend-cart"); | ||
5229 | 5230 | ||
5230 | function hotrank(page, sort, tabId, notab) { | 5231 | function hotrank(page, sort, tabId, notab) { |
5231 | loading.showLoadingMask(); | 5232 | loading.showLoadingMask(); |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
@@ -13,6 +13,7 @@ var page = 1, | @@ -13,6 +13,7 @@ var page = 1, | ||
13 | hotrankNav, | 13 | hotrankNav, |
14 | noResult = '<p class="no-result">未找到相关搜索结果</p>'; | 14 | noResult = '<p class="no-result">未找到相关搜索结果</p>'; |
15 | 15 | ||
16 | +require('../suspend-cart'); | ||
16 | 17 | ||
17 | function hotrank(page, sort, tabId, notab) { | 18 | function hotrank(page, sort, tabId, notab) { |
18 | loading.showLoadingMask(); | 19 | loading.showLoadingMask(); |
-
Please register or login to post a comment