Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
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
华国豪
Athena
Commits
9da89014
Commit
9da89014
authored
Sep 03, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改头部站点
parent
2d24af82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
14 deletions
+35
-14
payInfo.vue
src/components/FreeTravel/payInfo.vue
+9
-4
newHead.vue
src/components/global/newHead.vue
+25
-9
FreeTable.vue
...ewPersonalCenter/block/model/OrderInfoModel/FreeTable.vue
+1
-1
No files found.
src/components/FreeTravel/payInfo.vue
View file @
9da89014
...
...
@@ -121,8 +121,8 @@
<div
v-for=
"(item,index) in dataDetail.tour_list"
:key=
"index+100"
>
<p>
第
{{
item
.
tour_day
}}
天
</p>
<p
style=
"padding:8px 0"
>
说明
{{
item
.
tour_desc
}}
</p>
<div>
<img
v-if=
"item.photo_url&&item.photo_url!=''"
style=
"width:100%;height: auto;display:block"
:src=
"ConcatImg(item.photo_url)
"
alt=
""
>
<div
v-if=
"item.photo_url&&item.photo_url!=''"
>
<img
style=
"width:100%;height: auto;display:block"
:src=
"item.photo_url
"
alt=
""
>
</div>
</div>
<div
v-if=
"dataDetail.meal_list"
>
...
...
@@ -295,7 +295,7 @@ export default {
"dmc_post_Get_KKDayOrderQueryOrderDtl"
,
this
.
msg
,
res
=>
{
//
console.log("sfafg",res);
console
.
log
(
"sfafg"
,
res
);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
oldModel
=
res
.
data
.
data
.
oldModel
;
this
.
jo
=
res
.
data
.
data
.
jo
;
...
...
@@ -325,8 +325,9 @@ export default {
if
(
res
.
data
.
data
.
result
===
"00"
)
{
this
.
DomainUrl
=
res
.
data
.
data
.
KkdayDomain
;
let
data
=
res
.
data
.
data
.
prod
this
.
dataDetail
=
data
;
console
.
log
(
"data"
,
data
)
this
.
dataDetail
=
data
;
}
else
{
this
.
Error
(
res
.
data
.
data
.
result_msg
)
...
...
@@ -370,6 +371,10 @@ export default {
width
:
100%
;
height
:
194px
;
border-radius
:
3px
;
overflow
:
hidden
;
}
.FreeInfo
.Left
.imgDiv
img
{
width
:
100%
!important
;
}
.FreeInfo
.commomStyle
{
border
:
1px
solid
rgba
(
224
,
224
,
224
,
1
);
...
...
src/components/global/newHead.vue
View file @
9da89014
...
...
@@ -373,6 +373,9 @@ export default {
this
.
$emit
(
"siteCity"
,
this
.
city
==
0
?
-
1
:
this
.
city
);
},
loadSites
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
state
=
false
;
let
msg
=
{};
let
cmd
=
"b2b_get_site"
;
this
.
apipost
(
...
...
@@ -381,20 +384,33 @@ export default {
r
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
this
.
sites
=
r
.
data
.
data
;
let
cityname
=
this
.
cityText
.
slice
(
0
,
this
.
cityText
.
length
-
1
)
;
if
(
this
.
sites
.
length
>
0
)
{
this
.
sites
.
forEach
(
item
=>
{
if
(
cityname
.
indexOf
(
item
.
siteName
.
replace
(
"站"
,
""
))
!=
-
1
)
{
//出现改字段
if
(
userInfo
){
let
rB_Branch_id
=
userInfo
.
salesBaseInfo
.
rB_Branch_id
;
// let rB_Branch_id=1;
this
.
sites
.
forEach
(
item
=>
{
if
(
item
.
companyId
==
rB_Branch_id
)
{
state
=
true
;
this
.
city
=
item
.
companyId
;
window
.
localStorage
.
site
=
this
.
city
;
window
.
localStorage
.
cityId
=
item
.
cityId
;
}
else
{
}
})
;
})
}
if
(
!
state
){
let
cityname
=
this
.
cityText
.
slice
(
0
,
this
.
cityText
.
length
-
1
);
if
(
this
.
sites
.
length
>
0
)
{
this
.
sites
.
forEach
(
item
=>
{
if
(
cityname
.
indexOf
(
item
.
siteName
.
replace
(
"站"
,
""
))
!=
-
1
)
{
//出现改字段
this
.
city
=
item
.
companyId
;
window
.
localStorage
.
site
=
this
.
city
;
window
.
localStorage
.
cityId
=
item
.
cityId
;
}
else
{
}
});
}
}
this
.
city
=
this
.
sites
.
length
>
0
?
this
.
city
:
null
;
}
else
{
this
.
sites
=
[];
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/FreeTable.vue
View file @
9da89014
...
...
@@ -60,7 +60,7 @@
}
.freetable
tbody
.info
.tc_info
._left
img
{
height
:
100%
;
width
:
auto
;
width
:
auto
!important
;
}
.orderTable
tbody
.info
.tc_info
._right
{
color
:
#666666
;
...
...
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