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
71f300fb
Commit
71f300fb
authored
Nov 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a3a55244
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
share_detail.html
application/app/view/index/share_detail.html
+2
-2
detaila_tuiguang.js
public/app/js/detaila_tuiguang.js
+0
-0
shopList.vue
public/appnew/src/components/shop/shopList.vue
+4
-2
No files found.
application/app/view/index/share_detail.html
View file @
71f300fb
...
...
@@ -230,7 +230,7 @@
</p>
<a
id=
"jump_link"
href=
"javascript:;"
>
<!--<img src="/app/images/img_btn@2x.png" class="pbl_xz">-->
<span
class=
"pbl_xz"
>
立即
打开
</span>
<span
class=
"pbl_xz"
>
立即
下载
</span>
</a>
</div>
...
...
@@ -263,7 +263,7 @@
<script
src=
"/app/js/swiper.js"
></script>
<script
src=
"/app/js/app_jump.js"
></script>
<script
src=
"/app/js/common.js"
charset=
"utf-8"
></script>
<script
src=
"/app/js/detaila_t
l
.js?new1"
></script>
<script
src=
"/app/js/detaila_t
uiguang
.js?new1"
></script>
<script
src=
"/app/js/jquery.cookie.js"
></script>
<script
src=
"/app/js/Tab_min.js"
charset=
"utf-8"
></script>
</body>
...
...
public/app/js/detaila_tuiguang.js
0 → 100644
View file @
71f300fb
This diff is collapsed.
Click to expand it.
public/appnew/src/components/shop/shopList.vue
View file @
71f300fb
...
...
@@ -2,7 +2,7 @@
<div
class=
"min-height-list"
>
<nav>
<div
class=
"top-city-select-area flex-center"
>
<select
@
change=
"changeCity"
v-model=
"initSelectCity"
>
<select
@
change=
"changeCity"
v-model=
"initSelectCity"
:disabled=
"isSelectDisabled"
>
<option
value=
"上海市"
>
上海市
</option>
<option
value=
"杭州市"
>
杭州市
</option>
<option
value=
"深圳市"
>
深圳市
</option>
...
...
@@ -136,6 +136,7 @@
site_area
:
2
,
generalizeId
:
1
,
isShowSearch
:
1
,
isSelectDisabled
:
1
,
initTabNumAreaCity
:
0
,
initTabNumBusiness
:
0
,
initMoreNum
:
0
,
...
...
@@ -172,6 +173,7 @@
let
_this
=
this
;
if
(
_this
.
$route
.
query
.
city
){
_this
.
isShowSearch
=
0
;
_this
.
isSelectDisabled
=
0
;
_this
.
initSelectCity
=
decodeURIComponent
(
_this
.
$route
.
query
.
city
);
_this
.
initTabNumMain
=
_this
.
$route
.
query
.
type
*
1
==
1
?
0
:
1
;
_this
.
p_district_id
=
_this
.
$route
.
query
.
p_district_id
;
...
...
@@ -466,7 +468,7 @@
let
_this
=
this
;
//从推广链接 跳转
if
(
_this
.
$route
.
query
.
city
){
var
str
=
this
.
common
.
ServerHost
+
"/
index/shareShop
?id="
+
id
+
'&share=1&isC=0&client=b&city='
+
_this
.
$route
.
query
.
city
+
'&type='
+
_this
.
$route
.
query
.
type
+
'&p_district_id='
+
_this
.
$route
.
query
.
p_district_id
+
'&p_store_id='
+
_this
.
$route
.
query
.
p_store_id
+
'&p_agent_id='
+
_this
.
$route
.
query
.
p_agent_id
+
'&generalizeId='
+
_this
.
$route
.
query
.
generalizeId
;
var
str
=
this
.
common
.
ServerHost
+
"/
app.php/app/share_detail
?id="
+
id
+
'&share=1&isC=0&client=b&city='
+
_this
.
$route
.
query
.
city
+
'&type='
+
_this
.
$route
.
query
.
type
+
'&p_district_id='
+
_this
.
$route
.
query
.
p_district_id
+
'&p_store_id='
+
_this
.
$route
.
query
.
p_store_id
+
'&p_agent_id='
+
_this
.
$route
.
query
.
p_agent_id
+
'&generalizeId='
+
_this
.
$route
.
query
.
generalizeId
;
}
else
{
var
user_img
=
localStorage
.
getItem
(
'shop_list_b_user_img'
);
var
user_name
=
localStorage
.
getItem
(
'shop_list_b_user'
);
...
...
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