<view class="u-demo-block">
<text class="u-demo-blocktitle">资料查询</text>
<view class="u-demo-blockcontent">
<view class="u-page__tag-item">
<u-search ref="mySearch" :focus="focus" autofocus="autofocus" placeholder="输入条码/货号"
v-model="keyword"
cursorSpacing="10"
uni.hideKeyboard()
@search="getinfo()" ></u-search>
</view>
<view class="u-page__button-item">
<u-button text="查询" @click="getinfo()" size="normal" type="primary"
style="margin-top: 20rpx;"></u-button>
</view>
</view>
</view>
1 个回复
喜欢技术的前端 - QQ---445849201