Commit 7a52b405 authored by xishifeng's avatar xishifeng

路由更改2

parent fea349bc
<?php
namespace app\app\controller;
namespace app\app_broker\controller;
use app\model\AppVersion;
use app\model\HouseImgs;
......
......@@ -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>
......
......@@ -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', [
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment