Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
8b143d8d
Commit
8b143d8d
authored
Jul 04, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商学院 增加图片放大
parent
7738ffce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
index.html
application/index/view/news/index.html
+5
-2
new_text.html
application/index/view/news/new_text.html
+5
-2
user.js
public/resource/js/user.js
+3
-3
No files found.
application/index/view/news/index.html
View file @
8b143d8d
...
...
@@ -461,4 +461,7 @@
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
\ No newline at end of file
</div>
<div
id=
"img_mask_area"
title=
"点击任意位置可关闭"
>
<img
/>
</div>
\ No newline at end of file
application/index/view/news/new_text.html
View file @
8b143d8d
...
...
@@ -518,4 +518,7 @@
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
\ No newline at end of file
</div>
<div
id=
"img_mask_area"
title=
"点击任意位置可关闭"
>
<img
/>
</div>
\ No newline at end of file
public/resource/js/user.js
View file @
8b143d8d
...
...
@@ -399,9 +399,9 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
var
params
=
{};
// 增加客户id的搜索 客户姓名和手机号搜索分开
// params.name
= $("input[name='user']").val();
//
params.phone = $("input[name='phone']").val();
// params.nameID = $("input[name='name
ID']").val();
params
.
user_nick
=
$
(
"input[name='user']"
).
val
();
params
.
phone
=
$
(
"input[name='phone']"
).
val
();
params
.
id
=
$
(
"input[name='user
ID']"
).
val
();
params
.
phone
=
$
(
"input[name='phone']"
).
val
();
params
.
invite_phone
=
$
(
"input[name='invite_phone']"
).
val
();
params
.
start_date
=
$
(
"#start_date"
).
val
();
...
...
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