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
69fdeda4
Commit
69fdeda4
authored
Sep 06, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业态标签只管industry_type-->label,并且修复bug
parent
4986dfc9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
edit.html
application/index/view/houses/edit.html
+4
-4
shop_edit.js
public/resource/js/shop_edit.js
+2
-1
No files found.
application/index/view/houses/edit.html
View file @
69fdeda4
...
@@ -97,16 +97,16 @@
...
@@ -97,16 +97,16 @@
<li
class=
"list-group-item"
>
<li
class=
"list-group-item"
>
<label
for=
""
>
业态(可多选)
</label>
<label
for=
""
>
业态(可多选)
</label>
<label
class=
"checkbox-inline"
>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
class=
"yetai"
value=
"
餐饮美食
"
>
商场美食
<input
type=
"checkbox"
class=
"yetai"
value=
"
商场美食
"
>
商场美食
</label>
</label>
<label
class=
"checkbox-inline"
>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
class=
"yetai"
value=
"
餐饮美食
"
>
沿街餐饮
<input
type=
"checkbox"
class=
"yetai"
value=
"
沿街餐饮
"
>
沿街餐饮
</label>
</label>
<label
class=
"checkbox-inline"
>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
class=
"yetai"
value=
"百货
零售
"
>
百货超市
<input
type=
"checkbox"
class=
"yetai"
value=
"百货
超市
"
>
百货超市
</label>
</label>
<label
class=
"checkbox-inline"
>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
class=
"yetai"
value=
"服
装
"
>
服饰鞋包
<input
type=
"checkbox"
class=
"yetai"
value=
"服
饰鞋包
"
>
服饰鞋包
</label>
</label>
<label
class=
"checkbox-inline"
>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
class=
"yetai"
value=
"休闲娱乐"
>
休闲娱乐
<input
type=
"checkbox"
class=
"yetai"
value=
"休闲娱乐"
>
休闲娱乐
...
...
public/resource/js/shop_edit.js
View file @
69fdeda4
...
@@ -1267,7 +1267,8 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -1267,7 +1267,8 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
'sign_rule'
:
$
.
trim
(
_qianyueRuleObj
.
val
()),
'sign_rule'
:
$
.
trim
(
_qianyueRuleObj
.
val
()),
'tiny_brochure_url'
:
$
.
trim
(
_weilouLinkObj
.
val
()),
'tiny_brochure_url'
:
$
.
trim
(
_weilouLinkObj
.
val
()),
'auditorium'
:
_dajiangtangVal
,
'auditorium'
:
_dajiangtangVal
,
'industry_type'
:
_yetaiArr
.
join
(
','
),
//'industry_type': _yetaiArr.join(','),
'label'
:
_yetaiArr
.
join
(
','
),
'shop_sign'
:
_roomTagArr
.
join
(
','
),
'shop_sign'
:
_roomTagArr
.
join
(
','
),
'area_width'
:
_miankuanObj
.
val
(),
'area_width'
:
_miankuanObj
.
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