Commit a4763fbaee40b6e0f7abed72a4202b6d5f93a491
1 parent
207fd013
在店内搜索-1的bug去掉
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_searchbox/diy_searchbox.wxml
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | <view class='s2_cen' style='background-color:{{object.inner_bgcolor}}'> |
27 | 27 | <navigator url="/pages/goods/search/search" class="s1_gk_a2"> |
28 | 28 | <image src='/public/static/images/model/select.png'></image> |
29 | - <text>在店铺内搜索-{{object.is_top}}</text> | |
29 | + <text>在店铺内搜索</text> | |
30 | 30 | </navigator> |
31 | 31 | </view> |
32 | 32 | ... | ... |