Merge branch 'feature/searchOptimi' into release/5.5
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -75,7 +75,7 @@ | @@ -75,7 +75,7 @@ | ||
75 | {{!--搜索列表显示过少,显示猜您喜欢--}} | 75 | {{!--搜索列表显示过少,显示猜您喜欢--}} |
76 | {{#if @root.suggestion.isMaybeLike}} | 76 | {{#if @root.suggestion.isMaybeLike}} |
77 | <div class="maybe-like-search">您可能喜欢的</div> | 77 | <div class="maybe-like-search">您可能喜欢的</div> |
78 | - <div id="goods-list" class="maybe-like-goods"></div> | 78 | + <div id="goods-list" class="maybe-like-goods maybe-like"></div> |
79 | {{/if}} | 79 | {{/if}} |
80 | 80 | ||
81 | {{> common/query-param}} | 81 | {{> common/query-param}} |
@@ -123,7 +123,7 @@ | @@ -123,7 +123,7 @@ | ||
123 | {{!--搜索列表显示过少,显示猜您喜欢--}} | 123 | {{!--搜索列表显示过少,显示猜您喜欢--}} |
124 | {{#if @root.suggestion.isMaybeLike}} | 124 | {{#if @root.suggestion.isMaybeLike}} |
125 | <div class="maybe-like-search">您可能喜欢的</div> | 125 | <div class="maybe-like-search">您可能喜欢的</div> |
126 | - <div id="goods-list" class="maybe-like-goods"></div> | 126 | + <div id="goods-list" class="maybe-like-goods maybe-like"></div> |
127 | {{/if}} | 127 | {{/if}} |
128 | 128 | ||
129 | {{> common/query-param}} | 129 | {{> common/query-param}} |
-
Please register or login to post a comment