Commit b2f8f2c2 by LJM

js

parent a1a1ee63
.page-agreements {
padding: 90rpx 0 0 0;
padding: 90rpx 0 50rpx 0;
.text {
margin-top: 36rpx;
padding: 0 24rpx;
font-size: 24rpx;
color: #484b59;
line-height: 38rpx;
}
}
......@@ -142,6 +142,7 @@ export default {
wx.error(res => {
// 微信JS-SDK初始化失败的逻辑
console.log(res);
});
},
toUrl(id, type, name) {
......
......@@ -7,7 +7,7 @@
<text class="iconfont icon-arrleft" v-back></text>
<view class="search-box row verCenter">
<text class="iconfont icon-search"></text>
<input type="text" placeholder="请输入订单号/型号" class="uni-input" @input="handleInput()" v-model="searchParams.order_sn" />
<input type="text" placeholder="请输入订单号/型号" class="uni-input" @input="handleInput()" v-model="searchParams.keyword" />
</view>
</view>
<text class="filter" @click="open()">筛选</text>
......@@ -163,7 +163,7 @@ export default {
tipType: 1,
count: [],
searchParams: {
order_sn: '',
keyword: '',
p: 1,
limit: 1000,
status: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment