Commit 564b33c7ee2208644938469f91d92f4089455040

Authored by WXD-SEASON\season
1 parent 0abda0bf

修改提示语

pages/goods/categoryList/categoryList.wxml
... ... @@ -131,11 +131,11 @@
131 131 <view class="search-img left">
132 132 <image class="wh100" src="{{iurl}}/miniapp/images/search.png"></image>
133 133 </view>
134   - <input bindfocus="goseach" class="search-cont" placeholder="输入商品关键字" type="text"></input>
  134 + <input bindfocus="goseach" class="search-cont" placeholder="输入商品关键字" type="text"></input>
135 135 </view> -->
136 136 <!-- 搜索框 -->
137 137 <view class="search-container f1">
138   - <view bindtap="goseach"><text class="iconfont icon-sousuo pdr10"></text>输入商品关键字</view>
  138 + <view bindtap="goseach"><text class="iconfont icon-sousuo pdr10"></text>输入商品关键字</view>
139 139 </view>
140 140 <view class="pdl30" bindtap="getScancode">
141 141 <image class="scanning_black-img" src="{{iurl}}/miniapp/images/goodscategory/scanning_black.png"></image>
... ...