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
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
index.html
application/index/view/news/index.html
+4
-0
new_text.html
application/index/view/news/new_text.html
+4
-0
user.js
public/resource/js/user.js
+3
-3
No files found.
application/index/view/news/index.html
View file @
8b143d8d
...
@@ -462,3 +462,6 @@
...
@@ -462,3 +462,6 @@
</div>
</div>
<!-- /.modal -->
<!-- /.modal -->
</div>
</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
...
@@ -519,3 +519,6 @@
...
@@ -519,3 +519,6 @@
</div>
</div>
<!-- /.modal -->
<!-- /.modal -->
</div>
</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', '
...
@@ -399,9 +399,9 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
var
params
=
{};
var
params
=
{};
// 增加客户id的搜索 客户姓名和手机号搜索分开
// 增加客户id的搜索 客户姓名和手机号搜索分开
// params.name
= $("input[name='user']").val();
params
.
user_nick
=
$
(
"input[name='user']"
).
val
();
//
params.phone = $("input[name='phone']").val();
params
.
phone
=
$
(
"input[name='phone']"
).
val
();
// params.nameID = $("input[name='name
ID']").val();
params
.
id
=
$
(
"input[name='user
ID']"
).
val
();
params
.
phone
=
$
(
"input[name='phone']"
).
val
();
params
.
phone
=
$
(
"input[name='phone']"
).
val
();
params
.
invite_phone
=
$
(
"input[name='invite_phone']"
).
val
();
params
.
invite_phone
=
$
(
"input[name='invite_phone']"
).
val
();
params
.
start_date
=
$
(
"#start_date"
).
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