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
12b554c1
Commit
12b554c1
authored
Jul 31, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺编辑修改
parent
f56ba953
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
shop_edit.js
public/resource/js/shop_edit.js
+10
-8
No files found.
public/resource/js/shop_edit.js
View file @
12b554c1
...
@@ -982,14 +982,16 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -982,14 +982,16 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
if
((
item
===
_foreignNameObj
||
item
===
_addressExternalObj
||
item
===
_foreignYoushiObj
)
&&
(
_showCdObj
.
val
()
==
'1'
))
{
if
((
item
===
_foreignNameObj
||
item
===
_addressExternalObj
||
item
===
_foreignYoushiObj
)
&&
(
_showCdObj
.
val
()
==
'1'
))
{
console
.
log
(
'不显示给商户C端看的时候,对外名称,对外地址,对外项目优势 不需要填写'
);
console
.
log
(
'不显示给商户C端看的时候,对外名称,对外地址,对外项目优势 不需要填写'
);
}
else
if
(
item
===
_foreignZhuanrangPriceObj
){
}
else
if
(
item
===
_foreignZhuanrangPriceObj
){
if
(
_foreignZhuanrangFaceObj
.
is
(
':checked'
)){
if
((
_showCdObj
.
val
()
==
'0'
)
&&
(
_shangpuTypeObj
.
val
()
==
'1'
)){
if
(
_foreignZhuanrangFaceObj
.
is
(
':checked'
)){
}
else
{
if
(
$
.
trim
(
item
.
val
())
==
''
)
{
}
else
{
alert
(
item
.
attr
(
'data-alert'
));
if
(
$
.
trim
(
item
.
val
())
==
''
)
{
_isBreakFlag
=
true
;
alert
(
item
.
attr
(
'data-alert'
));
return
false
;
_isBreakFlag
=
true
;
};
return
false
;
};
}
}
}
}
else
if
(
item
===
_roomArea2Obj
)
{
}
else
if
(
item
===
_roomArea2Obj
)
{
if
(
_shangpuTypeObj
.
val
()
==
'0'
)
{
if
(
_shangpuTypeObj
.
val
()
==
'0'
)
{
...
...
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