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
b261408e
Commit
b261408e
authored
Aug 24, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进详情调整
parent
35d91bb7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
6 deletions
+53
-6
Index.php
application/app_broker/controller/Index.php
+5
-0
customer_genjin_detail_pc.html
...tion/app_broker/view/index/customer_genjin_detail_pc.html
+30
-0
route.php
application/route.php
+1
-0
customer_genjin_detail_pc.css
public/app/css/customer_genjin_detail_pc.css
+16
-0
customer_genjin_detail_pc.js
public/app/js/customer_genjin_detail_pc.js
+0
-0
main.js
public/app/js/main.js
+1
-6
No files found.
application/app_broker/controller/Index.php
View file @
b261408e
...
...
@@ -182,6 +182,11 @@ class Index
{
return
view
(
'index/shop_detail_pc'
);
}
public
function
customer_genjin_detail_pc
()
{
return
view
(
'index/customer_genjin_detail_pc'
);
}
public
function
customerinfo_details_new
()
{
...
...
application/app_broker/view/index/customer_genjin_detail_pc.html
0 → 100644
View file @
b261408e
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
同联商业
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
/>
<meta
name=
"Keywords"
content=
""
/>
<meta
name=
"Description"
content=
""
/>
</head>
<body
style=
"display: none;"
>
<div
id=
"app"
>
<nav
class=
"oh"
>
<div
class=
"main-btn-box fl"
>
<a>
客户详情/跟进
</a>
<a>
约带看
</a>
</div>
<div
class=
"step-btn-box fl"
>
<a>
上一条客户
</a>
<a>
下一条客户
</a>
</div>
</nav>
</div>
<script
src=
"/app/js/libs/require.min.js"
data-js=
"/app/js/customer_genjin_detail_pc.js"
data-main=
"/app/js/main"
data-norem=
"yes"
defer
async=
"true"
></script>
</body>
</html>
\ No newline at end of file
application/route.php
View file @
b261408e
...
...
@@ -46,6 +46,7 @@ Route::group('app_broker', [
'customerinfo_genjin'
=>
[
'app_broker/index/customerinfo_genjin'
,
[
'method'
=>
'get'
]
],
'timeline_pc'
=>
[
'app_broker/index/timeline_pc'
,
[
'method'
=>
'get'
]
],
'shop_detail_pc'
=>
[
'app_broker/index/shop_detail_pc'
,
[
'method'
=>
'get'
]
],
'customer_genjin_detail_pc'
=>
[
'app_broker/index/customer_genjin_detail_pc'
,
[
'method'
=>
'get'
]
],
'bargaininfo_detail_pc'
=>
[
'app_broker/index/bargaininfo_detail_pc'
,
[
'method'
=>
'get'
]
],
'customerinfo_customer_add'
=>
[
'app_broker/index/customerinfo_customer_add'
,
[
'method'
=>
'get'
]
],
'customerinfo_details_new'
=>
[
'app_broker/index/customerinfo_details_new'
,
[
'method'
=>
'get'
]
],
...
...
public/app/css/customer_genjin_detail_pc.css
0 → 100644
View file @
b261408e
@charset
"utf-8"
;
body
{
background-color
:
white
;
font-size
:
14px
;
}
nav
{
}
.main-btn-box
>
a
{
background-image
:
-webkit-gradient
(
linear
,
left
0
,
left
100%
,
from
(
#fff
),
to
(
#e6e6e6
));
border-color
:
#ccc
;
color
:
#333
;
padding
:
6px
12px
;
}
public/app/js/customer_genjin_detail_pc.js
0 → 100644
View file @
b261408e
This diff is collapsed.
Click to expand it.
public/app/js/main.js
View file @
b261408e
...
...
@@ -10,18 +10,13 @@ require.config({
'common'
:
'js/common'
,
'style'
:
'css'
,
'doT'
:
'js/libs/doT'
,
'layer'
:
'js/layer'
,
'bootstrapJs'
:
'js/libs/bootstrap.min'
,
'layer'
:
'js/layer'
},
'shim'
:
{
'jquery0325'
:
{
'deps'
:
[
'css!js/need/layer.css'
],
'exports'
:
'jquery0325'
},
'bootstrapJs'
:
{
'deps'
:
[
'jquery0325'
,
'css!style/bootstrap.css'
,
'css!style/bootstrap-theme.min.css'
],
'exports'
:
'bootstrapJs'
},
'doT'
:
{
'exports'
:
'doT'
},
...
...
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