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
aedbfe92
Commit
aedbfe92
authored
Sep 06, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
09e60b00
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
12 deletions
+6
-12
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
detaila_tl.js
public/app/js/detaila_tl.js
+3
-3
public.css
public/resource/css/public.css
+0
-6
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+1
-1
user.js
public/resource/js/user.js
+1
-1
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
aedbfe92
...
...
@@ -92,7 +92,7 @@
</tr>
<tr>
<td
colspan=
"2"
v-if=
"!(d.is_show==1)"
>
对外商铺名称:{{d.external_title}}
</td>
<td
colspan=
"2"
v-if=
"!(d.is_show==1)"
>
对外商铺地址:{{d.
province}}{{d.city+d.disc+d.
external_address}}
</td>
<td
colspan=
"2"
v-if=
"!(d.is_show==1)"
>
对外商铺地址:{{d.external_address}}
</td>
</tr>
<tr
v-if=
"!(d.is_show==1)"
>
<td
colspan=
"2"
>
经纪人对本铺的评价:{{d.external_item_advantage}}
</td>
...
...
public/app/js/detaila_tl.js
View file @
aedbfe92
...
...
@@ -96,11 +96,11 @@
$
(
".yingye-time"
).
html
(
response
.
data
.
do_business_date
);
$
(
".zhaoshang-time"
).
html
(
response
.
data
.
opening_date
);
$
(
".kaiye-time"
).
html
(
response
.
data
.
start_business_date
);
// $(".meiqi").html(has_gas);
$
(
".duinei"
).
html
(
response
.
data
.
city
+
response
.
data
.
disc
+
response
.
data
.
external_address
);
// $(".duinei").html(response.data.city + response.data.disc + response.data.external_address);
$
(
".duinei"
).
html
(
response
.
data
.
external_address
);
$
(
".jiaotong"
).
html
(
response
.
data
.
traffic
);
/*配套设施 */
// var has_gas = response.data.is_has_gas == 0 ? '是' : '否';
$
(
".electric-quantity-details"
).
html
(
response
.
data
.
electric_quantity
+
'W'
);
$
(
".voltage-details"
).
html
(
response
.
data
.
voltage
+
'V'
);
if
(
response
.
data
.
is_has_gas
==
1
){
...
...
public/resource/css/public.css
View file @
aedbfe92
...
...
@@ -661,14 +661,8 @@ p{margin: 0;}
width
:
100%
;
height
:
100%
;
}
#user_city_choose
{
background
:
rgba
(
0
,
0
,
0
,
.2
);
color
:
#fff
;
border
:
0
;
}
.btn2-city
{
width
:
106px
;
float
:
left
;
margin-left
:
10px
;
border-radius
:
16px
;
}
public/resource/js/RemarkFollowIndex.js
View file @
aedbfe92
...
...
@@ -1057,7 +1057,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
type
:
'GET'
,
async
:
true
,
data
:
{
'AuthToken'
:
user_info_obj
.
AuthToken
,
//
'AuthToken' : user_info_obj.AuthToken,
"site_area"
:
5
,
"title"
:
$
(
n
).
val
()
},
...
...
public/resource/js/user.js
View file @
aedbfe92
...
...
@@ -1252,7 +1252,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
type
:
'GET'
,
async
:
true
,
data
:
{
'AuthToken'
:
user_info_obj
.
AuthToken
,
//
'AuthToken' : user_info_obj.AuthToken,
"site_area"
:
5
,
"title"
:
$
(
n
).
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