Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HTML5-李恒逸
sunac-quanmin
Commits
2a547665
Commit
2a547665
authored
Jun 16, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改下拉图标显示bug
parent
a1c26e8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
index.php
html/application/views/channel/index.php
+1
-0
list.php
html/application/views/distributor/customer/list.php
+5
-5
No files found.
html/application/views/channel/index.php
View file @
2a547665
...
...
@@ -415,6 +415,7 @@
customer_html
+=
'<li class="customer_li"><div style="text-align:center"> 暂无数据 </div></li>'
;
}
else
{
customer_html
+=
'<li class="customer_li"><div style="text-align:center"> 无更多数据 </div></li>'
;
$
(
"#pullUp"
).
hide
();
}
}
for
(
var
j
=
0
;
j
<
data
.
data
.
type_counts
.
length
;
j
++
){
...
...
html/application/views/distributor/customer/list.php
View file @
2a547665
...
...
@@ -354,11 +354,11 @@
console
.
log
(
"CHANDU"
+
data
.
data
.
length
);
if
(
data
.
data
==
false
){
num
--
;
//
setTimeout(function () {
//
//
$("#pullUp").css("display","none");
//
}, 600);
//$("#pullUp").css("display","none
");
setTimeout
(
function
()
{
$
(
"#pullUp"
).
css
(
"display"
,
"none"
);
},
600
);
$
(
"#pullUp"
).
css
(
"display"
,
"block
"
);
return
false
}
...
...
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