Commit 086bd896 by liuquan

修改搜索页搜索方法

parent 581d1779
<block wx:if="{{showLoading}}"> <block wx:if="{{showLoading}}">
<!-- 已经支付完成 1、支付完 2、不需要支付 普通用户信息填写 --> <!-- 已经支付完成 1、支付完 2、不需要支付 普通用户信息填写 -->
<view wx:if='{{!payModal&&show==0}}'> <view wx:if='{{!payModal&&show==0}}'>
<view class="content" style='min-height:400rpx;overflow:hidden;'> <view class="content" style='min-height:400rpx;overflow:hidden;'>
<view class='top'>{{title1}}</view> <view class='top'>{{title1}}</view>
......
...@@ -165,7 +165,7 @@ Page({ ...@@ -165,7 +165,7 @@ Page({
// this.search('0') // this.search('0')
// }, // },
//搜素确认 //搜素确认
search :Util.debouce(function(page) { search (page) {
let that = this let that = this
wx.showLoading({ wx.showLoading({
title: '加载中', title: '加载中',
...@@ -200,7 +200,7 @@ Page({ ...@@ -200,7 +200,7 @@ Page({
} }
wx.hideLoading({}) wx.hideLoading({})
}) })
},1000,false), },
//头部筛选 add by lq datetime 2020-4-21 //头部筛选 add by lq datetime 2020-4-21
switchtab(e) { switchtab(e) {
var that = this; var that = this;
......
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 to comment