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
3a5f688f
Commit
3a5f688f
authored
Jun 16, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 登录admin,系统管理-城市管理,点搜索,是报错页面
parent
2a547665
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
6 deletions
+15
-6
index.php
html/application/views/admin/city/index.php
+7
-2
detail.php
html/application/views/distributor/building/detail.php
+2
-2
index.php
html/application/views/distributor/building/index.php
+2
-2
list.php
html/application/views/distributor/customer/list.php
+4
-0
No files found.
html/application/views/admin/city/index.php
View file @
3a5f688f
...
...
@@ -146,9 +146,14 @@
//搜索
$
(
"#search"
).
click
(
function
(){
var
keywords
=
$
(
'#keywords'
).
val
();
var
keywords
=
" "
;
keywords
=
$
(
'#keywords'
).
val
();
keywords
=
encodeURIComponent
(
keywords
);
window
.
location
.
href
=
"/admin/cityadmin/index"
+
"/"
+
keywords
;
//console.log(window.location.href);
var
loc
=
"
<?php
echo
site_url
(
"admin/cityadmin/index"
)
?>
"
+
"/"
+
keywords
;
window
.
location
.
href
=
loc
;
});
//reset
$
(
"#reset"
).
click
(
function
(){
...
...
html/application/views/distributor/building/detail.php
View file @
3a5f688f
...
...
@@ -16,9 +16,9 @@
<div
class=
"rc-center-head"
>
<div
class=
"head-img"
>
<
!--<
div class="head-img">
<img src="
<?php
echo
APPLICATION_PATH
.
$building
[
'building_img'
]
?>
">
</div>
</div>
-->
<div
class=
"head-tit"
>
<p>
<?php
echo
$building
[
'building_title'
]
?>
</p>
</div>
...
...
html/application/views/distributor/building/index.php
View file @
3a5f688f
...
...
@@ -17,9 +17,9 @@
<ul>
<?php
foreach
(
$buildings
as
$val
)
:
?>
<li>
<div
class=
"lou-img left"
>
<
!--<
div class="lou-img left">
<img src="
<?php
echo
APPLICATION_PATH
?><?php
echo
(
isset
(
$val
[
'building_img'
])
&&
$val
[
'building_img'
]
!=
''
)
?
$val
[
'building_img'
]
:
'/assets/css/images/lou-img.png'
?>
">
</div>
</div>
-->
<div
class=
"lou-detail right"
data-key=
"
<?php
echo
$val
[
'bid'
]
?>
"
>
<div
class=
'detail-title'
>
<?php
echo
$val
[
'building_title'
]
?>
</div>
<div
class=
"detail-grey1"
>
<?php
echo
$val
[
'building_addr'
]
?>
</div>
...
...
html/application/views/distributor/customer/list.php
View file @
3a5f688f
...
...
@@ -131,6 +131,7 @@
<span
class=
"pullDownIcon"
></span>
</div>
<ul
id=
"rc_list"
style=
"background:#fff;width:96%;padding:0 2%;"
>
<?php
if
(
!
empty
(
$lists
))
{
?>
<?php
foreach
(
$lists
as
$val
)
:?>
<
li
class
="
customer_li
" id="
<?
php
echo
$val
[
'cbid'
]
?>
">
<div>
<?php
echo
$val
[
'customer_user'
]
?>
</div>
...
...
@@ -146,6 +147,9 @@
<div
class=
"cli-check curr"
style=
"display: none;"
></div>
</li>
<?php
endforeach
;
?>
<?php
}
else
{
?>
<li
style=
"text-align: center;"
>
暂无数据
</li>
<?php
}
?>
</ul>
<div
id=
"pullUp"
style=
"display:none;"
>
<span
class=
"pullUpIcon"
></span>
...
...
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