'对接接口部分'

This commit is contained in:
2024-08-24 17:38:03 +08:00
parent 49226941c4
commit 2278766962
8 changed files with 483 additions and 322 deletions

View File

@@ -1,4 +1,4 @@
<list-nav-bar title="WeixinWeixinWeixin" background="#3c8bf6" showNavBtn="{{true}}"></list-nav-bar>
<list-nav-bar title="搜索" background="#3c8bf6" showNavBtn="{{true}}"></list-nav-bar>
<view class="cont-box">
<view class="dis-flex search-input-box">
<view class="search-input">
@@ -7,7 +7,7 @@
<icon color="rgba(180,180,180,1)" size="15" type="search"></icon>
</view>
<view class="right">
<input bindinput="getSearchContent" class="input" focus="true" placeholder="请输入您搜索的商品" placeholderStyle="color:#aba9a9" type="text"></input>
<input bindinput="getSearchContent" class="input" focus="true" placeholder="请输入故障代码或关键词" placeholderStyle="color:#aba9a9" type="text"></input>
</view>
</view>
</view>