Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
XDJK
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XDJK
Commits
086bd896
Commit
086bd896
authored
Dec 21, 2020
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改搜索页搜索方法
parent
581d1779
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
pages/info/info.wxml
+0
-1
pages/search/search.js
+2
-2
No files found.
pages/info/info.wxml
View file @
086bd896
<block wx:if="{{showLoading}}">
<!-- 已经支付完成 1、支付完 2、不需要支付 普通用户信息填写 -->
<view wx:if='{{!payModal&&show==0}}'>
<view class="content" style='min-height:400rpx;overflow:hidden;'>
<view class='top'>{{title1}}</view>
...
...
pages/search/search.js
View file @
086bd896
...
...
@@ -165,7 +165,7 @@ Page({
// this.search('0')
// },
//搜素确认
search
:
Util
.
debouce
(
function
(
page
)
{
search
(
page
)
{
let
that
=
this
wx
.
showLoading
({
title
:
'加载中'
,
...
...
@@ -200,7 +200,7 @@ Page({
}
wx
.
hideLoading
({})
})
},
1000
,
false
),
},
//头部筛选 add by lq datetime 2020-4-21
switchtab
(
e
)
{
var
that
=
this
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment