You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/search/index.wxml

38 lines
2.9 KiB
Plaintext

<view class="weui-search-bar weui-search-bar_focusing {{fromProject ?'fff' : 'fff'}}" id="searchBar" style="line-height: 1;padding-left:16px;padding-right:16px">
<view class="weui-search-bar__form flex-1 fsa">
<view class="weui-search-bar__box flex-1 fsa" style="background-color: #f5f5f5;border-radius: 17px;">
<i class="iconfont icon-sousuo11"></i>
<input type="text" class="weui-search-bar__input flex-1 {{isShowCha ? 'c3' : 'c9'}}" placeholder-style="color:#999;" style="max-width:170px" placeholder="{{inputPlaceholder}}" value="{{inputVal}}" bindinput="inputTyping" bindconfirm="searchKey" auto-focus confirm-type="search" />
<view class="iconfont icon-qingchu1" wx:if="{{isShowCha}}" bindtap="clearInput"></view>
<view class="search" bindtap="searchKey">搜索</view>
</view>
<!-- <view class="typeChange ml16" hover-class="none" hover-stop-propagation="false">
<image class catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" style="width:60px;height: 40px;" src="{{toped == 1 ? '../../assets/images/biaog.svg' : '../../assets/images/jiang.svg'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
</view>-->
</view>
</view>
<view class hover-class="none" hover-stop-propagation="false">
<view class="p1216" wx:if="{{historyList.length > 0}}">
<view class="c18 fwb c3">最近搜索</view>
</view>
<view style="padding-left:6px;">
<view class="searchTag" hover-class="hcb" wx:for="{{historyList}}" bindtap="historySearchKey" data-text="{{item}}" wx:key="idx">{{item}}</view>
</view>
</view>
<view class="clb"></view>
<view class="agencyRoleContainer" wx:if="{{from == 'agencyRole'}}" hover-class="none" hover-stop-propagation="false">
<!-- <view class="sub" wx:for="{{agencyRoleList}}" data-item="{{item}}" bindtap="selectRole" hover-class="sub-hover" hover-stop-propagation="false">
<view class="fw500" hover-class="none" hover-stop-propagation="false">{{item.userName}}</view>
<view class hover-class="none" hover-stop-propagation="false">{{item.tel}}</view>
</view>-->
<view class="nonePeople fsa f18 fw500" hover-class="none" hover-stop-propagation="false">未找到该用户</view>
<view class="f14 c9 mt8 p08" hover-class="none" hover-stop-propagation="false">该用户还未注册伯才,请先通知他注册。长按下图可以转发给好友。</view>
<view class="qrcode">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/qrcode.png" show-menu-by-longpress="{{true}}" style="width:180px;height:180px" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view class="f18 c3" hover-class="none" hover-stop-propagation="false">长按二维码</view>
<view class="f18 c3" hover-class="none" hover-stop-propagation="false">注册成为伯才用户</view>
</view>
</view>
<!-- <view bindtap="cle">清除缓存</view> -->