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
3e78edfc
Commit
3e78edfc
authored
Nov 26, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc商铺详情 修改
parent
09dfc8c7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+7
-1
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+1
-0
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
3e78edfc
...
...
@@ -40,10 +40,16 @@
<td></td>
<td></td>
</tr>
<tr>
<td>
最适合业态:{{d.fit_industry_type}}
</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td
colspan=
"2"
>
对内商铺名称:{{d.internal_title}}
</td>
<!--<td colspan="2">对内商铺地址:{{d.province}}{{d.city+d.disc+d.internal_address}}</td>-->
<td
colspan=
"2"
>
对内商铺地址:{{
d.in
ternal_address}}
</td>
<td
colspan=
"2"
>
对内商铺地址:{{
(check_auth(is_show_address))?d.internal_address:d.ex
ternal_address}}
</td>
</tr>
<tr>
...
...
public/app/js/shop_detail_pc.js
View file @
3e78edfc
...
...
@@ -6,6 +6,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
var
vm
=
new
Vue
({
el
:
'#app'
,
data
:
{
is_show_address
:
''
,
user_info_obj
,
dataCode
:
''
,
modalShow2
:
false
,
//第二个弹出框是否显示
...
...
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