mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化
This commit is contained in:
parent
7f462335a7
commit
d15661f1ba
@ -3,7 +3,7 @@
|
||||
<view class="cu-bar search bg-white b-radius">
|
||||
<view class="search-form round" @tap="toSearch()">
|
||||
<text class="cuIcon-search"></text>
|
||||
<input :adjust-position="false" placeholder="请输入服务名称" type="text" disabled="true"></input>
|
||||
<input :adjust-position="false" placeholder="请输入服务名称" type="text" @tap="toSearch()"></input>
|
||||
</view>
|
||||
<view class="text-green" @tap="toSelectArea()">
|
||||
{{selectCommunityName}}<text class="cuIcon-refresharrow"></text></view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user