Commit 691066e5d71b66f6025e3263762439a869cf300b

Authored by yvan.ni
1 parent 879a397e

搜索商品的优化

components/diy_top_nav/diy_top_nav.wxml
... ... @@ -55,7 +55,7 @@
55 55 </view>
56 56 <view wx:if="{{!istop}}" catchtap="nav_search" class="navl_minddle ellipsis-1" style="margin: 0 {{navleft_pb}}px;display: block">
57 57 <icon type="search" size="28rpx" color="#898989" class="sear_fangda" />
58   - <text>搜索更多商品</text>
  58 + <text>搜索商品</text>
59 59 </view>
60 60 <view wx:else ></view>
61 61 <view wx:if="{{is_share}}" class="navl_right" catchtap="fenx_fn" style="height:{{mentButt_h}}px;width:{{mentButt_h}}px;">
... ...