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
447f2c35
Commit
447f2c35
authored
Oct 15, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已入驻 改为 当前经营
parent
3f0a5427
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
shop_edit.js
public/resource/js/shop_edit.js
+1
-1
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
447f2c35
...
...
@@ -36,7 +36,7 @@
</tr>
<tr>
<td>
业态:{{d.industry_type}}
</td>
<td>
{{(d.shop_type==1)?'当前
商铺业态
':'已入驻'}}:{{d.enter_num}}
</td>
<td>
{{(d.shop_type==1)?'当前
经营
':'已入驻'}}:{{d.enter_num}}
</td>
<td></td>
<td></td>
</tr>
...
...
public/resource/js/shop_edit.js
View file @
447f2c35
...
...
@@ -792,7 +792,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_shangpuTypeObj
.
change
(
function
()
{
if
(
$
(
this
).
val
()
==
'1'
)
{
//街铺
$
(
'.has-housed'
).
html
(
'当前
商铺业态
'
);
//
$
(
'.has-housed'
).
html
(
'当前
经营
'
);
//
_jinchangPriceObj
.
attr
(
'data-alert'
,
'请填写对内转让费!'
).
parent
().
prev
().
html
(
'对内转让费'
);
_roomArea1Obj
.
attr
(
'data-alert'
,
'请填写建筑面积!'
).
parent
().
prev
().
html
(
'建筑面积'
);
_businessAreaObj
.
attr
(
'data-alert'
,
'请填写使用面积!'
).
parent
().
prev
().
html
(
'使用面积'
);
...
...
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