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
7a52b405
Commit
7a52b405
authored
Mar 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由更改2
parent
fea349bc
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
23 additions
and
23 deletions
+23
-23
Index.php
application/app_broker/controller/Index.php
+1
-1
customerinfo_genjin.html
application/app_broker/view/index/customerinfo_genjin.html
+3
-3
daily.html
application/app_broker/view/index/daily.html
+0
-0
daily_achieve_dz.html
application/app_broker/view/index/daily_achieve_dz.html
+0
-0
daily_achieve_mdzj.html
application/app_broker/view/index/daily_achieve_mdzj.html
+0
-0
daily_achieve_ywy.html
application/app_broker/view/index/daily_achieve_ywy.html
+0
-0
daily_my.html
application/app_broker/view/index/daily_my.html
+0
-0
weekly.html
application/app_broker/view/index/weekly.html
+0
-0
weekly_achieve_dz.html
application/app_broker/view/index/weekly_achieve_dz.html
+0
-0
weekly_achieve_mdzj.html
application/app_broker/view/index/weekly_achieve_mdzj.html
+0
-0
weekly_image.html
application/app_broker/view/index/weekly_image.html
+0
-0
weekly_my.html
application/app_broker/view/index/weekly_my.html
+0
-0
route.php
application/route.php
+11
-11
customer_gj.css
public/app/css/customer_gj.css
+8
-8
No files found.
application/app_broker/controller/Index.php
View file @
7a52b405
<?php
namespace
app\app\controller
;
namespace
app\app
_broker
\controller
;
use
app\model\AppVersion
;
use
app\model\HouseImgs
;
...
...
application/app/view/index/customerinfo_genjin.html
→
application/app
_broker
/view/index/customerinfo_genjin.html
View file @
7a52b405
...
...
@@ -138,13 +138,13 @@
<div
class=
"area_list"
>
<select
id=
"area_city"
>
</select>
<img
src=
"images/but_down.png"
class=
"but_down"
>
<img
src=
"
/app/
images/but_down.png"
class=
"but_down"
>
<select
id=
"area_area"
>
</select>
<img
src=
"images/but_down.png"
class=
"but_down"
>
<img
src=
"
/app/
images/but_down.png"
class=
"but_down"
>
<select
id=
"area_q"
>
</select>
<img
src=
"images/but_down.png"
class=
"but_down"
>
<img
src=
"
/app/
images/but_down.png"
class=
"but_down"
>
<textarea
placeholder=
"请输入其他信息"
name=
"content"
id=
"content_area"
></textarea>
...
...
application/app/view/index/daily.html
→
application/app
_broker
/view/index/daily.html
View file @
7a52b405
File moved
application/app/view/index/daily_achieve_dz.html
→
application/app
_broker
/view/index/daily_achieve_dz.html
View file @
7a52b405
File moved
application/app/view/index/daily_achieve_mdzj.html
→
application/app
_broker
/view/index/daily_achieve_mdzj.html
View file @
7a52b405
File moved
application/app/view/index/daily_achieve_ywy.html
→
application/app
_broker
/view/index/daily_achieve_ywy.html
View file @
7a52b405
File moved
application/app/view/index/daily_my.html
→
application/app
_broker
/view/index/daily_my.html
View file @
7a52b405
File moved
application/app/view/index/weekly.html
→
application/app
_broker
/view/index/weekly.html
View file @
7a52b405
File moved
application/app/view/index/weekly_achieve_dz.html
→
application/app
_broker
/view/index/weekly_achieve_dz.html
View file @
7a52b405
File moved
application/app/view/index/weekly_achieve_mdzj.html
→
application/app
_broker
/view/index/weekly_achieve_mdzj.html
View file @
7a52b405
File moved
application/app/view/index/weekly_image.html
→
application/app
_broker
/view/index/weekly_image.html
View file @
7a52b405
File moved
application/app/view/index/weekly_my.html
→
application/app
_broker
/view/index/weekly_my.html
View file @
7a52b405
File moved
application/route.php
View file @
7a52b405
...
...
@@ -27,17 +27,17 @@ Route::group('app', [
]);
Route
::
group
(
'app_broker'
,[
'index'
=>
[
'app/index/index'
,
[
'method'
=>
'get'
]
],
'weekly'
=>
[
'app/index/weekly'
,
[
'method'
=>
'get'
]
],
'weekly_my'
=>
[
'app/index/weekly_my'
,
[
'method'
=>
'get'
]
],
'weekly_achieve_dz'
=>
[
'app/index/weekly_achieve_dz'
,
[
'method'
=>
'get'
]
],
'weekly_achieve_mdzj'
=>
[
'app/index/weekly_achieve_mdzj'
,
[
'method'
=>
'get'
]
],
'daily'
=>
[
'app/index/daily'
,
[
'method'
=>
'get'
]
],
'daily_my'
=>
[
'app/index/daily_my'
,
[
'method'
=>
'get'
]
],
'daily_achieve_dz'
=>
[
'app/index/daily_achieve_dz'
,
[
'method'
=>
'get'
]
],
'daily_achieve_mdzj'
=>
[
'app/index/daily_achieve_mdzj'
,
[
'method'
=>
'get'
]
],
'daily_achieve_ywy'
=>
[
'app/index/daily_achieve_ywy'
,
[
'method'
=>
'get'
]
],
'customerinfo_genjin'
=>
[
'app/index/customerinfo_genjin'
,
[
'method'
=>
'get'
]
],
'index'
=>
[
'app
_broker
/index/index'
,
[
'method'
=>
'get'
]
],
'weekly'
=>
[
'app
_broker
/index/weekly'
,
[
'method'
=>
'get'
]
],
'weekly_my'
=>
[
'app
_broker
/index/weekly_my'
,
[
'method'
=>
'get'
]
],
'weekly_achieve_dz'
=>
[
'app
_broker
/index/weekly_achieve_dz'
,
[
'method'
=>
'get'
]
],
'weekly_achieve_mdzj'
=>
[
'app
_broker
/index/weekly_achieve_mdzj'
,
[
'method'
=>
'get'
]
],
'daily'
=>
[
'app
_broker
/index/daily'
,
[
'method'
=>
'get'
]
],
'daily_my'
=>
[
'app
_broker
/index/daily_my'
,
[
'method'
=>
'get'
]
],
'daily_achieve_dz'
=>
[
'app
_broker
/index/daily_achieve_dz'
,
[
'method'
=>
'get'
]
],
'daily_achieve_mdzj'
=>
[
'app
_broker
/index/daily_achieve_mdzj'
,
[
'method'
=>
'get'
]
],
'daily_achieve_ywy'
=>
[
'app
_broker
/index/daily_achieve_ywy'
,
[
'method'
=>
'get'
]
],
'customerinfo_genjin'
=>
[
'app
_broker
/index/customerinfo_genjin'
,
[
'method'
=>
'get'
]
],
]);
Route
::
group
(
'index'
,
[
...
...
public/app/css/customer_gj.css
View file @
7a52b405
...
...
@@ -25,14 +25,14 @@
float
:
left
;
}
#list_a
input
[
type
=
"radio"
]
:checked
+
label
{
background
:
url("
..
/images/but_yuan_sel.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_sel.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
background-size
:
100%
auto
;
}
#list_a
label
{
display
:
inline-block
;
background
:
url("
..
/images/but_yuan_nor.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_nor.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
float
:
left
;
...
...
@@ -50,14 +50,14 @@
float
:
left
;
}
#list_c
input
[
type
=
"radio"
]
:checked
+
label
{
background
:
url("
..
/images/but_yuan_sel.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_sel.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
background-size
:
100%
auto
;
}
#list_c
label
{
display
:
inline-block
;
background
:
url("
..
/images/but_yuan_nor.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_nor.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
float
:
left
;
...
...
@@ -75,14 +75,14 @@
float
:
left
;
}
#list_d
input
[
type
=
"radio"
]
:checked
+
label
{
background
:
url("
..
/images/but_yuan_sel.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_sel.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
background-size
:
100%
auto
;
}
#list_d
label
{
display
:
inline-block
;
background
:
url("
..
/images/but_yuan_nor.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_nor.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
float
:
left
;
...
...
@@ -100,14 +100,14 @@
float
:
left
;
}
#list_e
input
[
type
=
"radio"
]
:checked
+
label
{
background
:
url("
..
/images/but_yuan_sel.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_sel.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
background-size
:
100%
auto
;
}
#list_e
label
{
display
:
inline-block
;
background
:
url("
..
/images/but_yuan_nor.png")
no-repeat
;
background
:
url("
/app
/images/but_yuan_nor.png")
no-repeat
;
width
:
0.32rem
;
height
:
0.32rem
;
float
:
left
;
...
...
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