Skip to content

Commit

Permalink
update placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
myvin committed Oct 26, 2018
1 parent d7660a2 commit 900434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<view class='search' wx:if='{{!setting.hiddenSearch && !bcgImgAreaShow}}' style='background:rgba(255, 255, 255, 0)'>
<view class='wrapper'>
<image src='/img/search.png'></image>
<input placeholder-class='placeholderClass' confirm-type='search' placeholder='查询其他城市' maxlength='20' bindconfirm='commitSearch' value='{{searchText}}' disabled='{{!enableSearch}}'></input>
<input placeholder-class='placeholderClass' confirm-type='search' placeholder='请输入城市名,快速查询天气信息' maxlength='20' bindconfirm='commitSearch' value='{{searchText}}' disabled='{{!enableSearch}}'></input>
</view>
</view>
<view class='chooseBcg' wx:if='{{bcgImgAreaShow}}'>
Expand Down

0 comments on commit 900434f

Please sign in to comment.