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
7a7d2218
Commit
7a7d2218
authored
Aug 27, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
a5468fc4
527f87d5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
40 deletions
+92
-40
App.vue
src/App.vue
+1
-1
FreeDetail.vue
src/components/FreeTravel/FreeDetail.vue
+82
-34
OrderConfirmation.vue
src/components/FreeTravel/OrderConfirmation.vue
+9
-5
No files found.
src/App.vue
View file @
7a7d2218
...
@@ -101,7 +101,7 @@ export default {
...
@@ -101,7 +101,7 @@ export default {
<
style
>
<
style
>
@import
'./assets/global/font.css'
;
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_863923_
vy92y4agl2
.css'
;
@import
'//at.alicdn.com/t/font_863923_
gfxa4q9jlne
.css'
;
@import
'./assets/global/global.css'
;
@import
'./assets/global/global.css'
;
@import
'./assets/css/common.css'
;
@import
'./assets/css/common.css'
;
body
,
html
{
body
,
html
{
...
...
src/components/FreeTravel/FreeDetail.vue
View file @
7a7d2218
This diff is collapsed.
Click to expand it.
src/components/FreeTravel/OrderConfirmation.vue
View file @
7a7d2218
<
template
>
<
template
>
<div
class=
"OrderCon commonF"
>
<div
class=
"OrderCon commonF"
style=
"padding-bottom:20px"
>
<div
class=
"w1200"
>
<div
class=
"w1200"
>
<div
class=
"Content basefix"
style=
"margin-top:20px"
>
<div
class=
"Content basefix"
style=
"margin-top:20px"
>
...
@@ -157,10 +157,10 @@
...
@@ -157,10 +157,10 @@
</div>
</div>
</div>
</div>
</el-form>
</el-form>
<el-button
:loading=
"BtnLoading"
@
click=
"PayBtn"
class=
"OrderConBtn"
>
<
!--
<
el-button
:loading=
"BtnLoading"
@
click=
"PayBtn"
class=
"OrderConBtn"
>
下一步,支付
下一步,支付
</el-button>
</el-button>
-->
</div>
</div>
</div>
</div>
<div
class=
"right"
style=
"width:388px;box-sizing:border-box"
>
<div
class=
"right"
style=
"width:388px;box-sizing:border-box"
>
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
</div>
</div>
<div
style=
"padding:15px"
>
<div
style=
"padding:15px"
>
<el-row
class=
"cee f22"
>
<el-row
class=
"cee f22"
>
<el-col
:span=
"10"
>
{{
rePlace
(
freeMsg
.
prod_name
)
}}
</el-col>
<el-col
:span=
"10"
>
<span
v-if=
"freeMsg.prod_name"
>
{{
rePlace
(
freeMsg
.
prod_name
)
}}
</span>
</el-col>
<el-col
:span=
"14"
style=
"text-align:right"
>
<el-col
:span=
"14"
style=
"text-align:right"
>
<p
class=
"cee f22 pfR"
v-if=
"dataDetail.prod"
>
<p
class=
"cee f22 pfR"
v-if=
"dataDetail.prod"
>
<span
v-if=
"dataDetail.prod.policy_no=='1'"
>
不扣手续费,退全额
</span>
<span
v-if=
"dataDetail.prod.policy_no=='1'"
>
不扣手续费,退全额
</span>
...
@@ -299,7 +299,11 @@ export default {
...
@@ -299,7 +299,11 @@ export default {
},
},
methods
:
{
methods
:
{
rePlace
(
str
){
rePlace
(
str
){
return
str
.
replace
(
'KKday'
,
'印象之旅'
);
if
(
str
.
indexOf
(
'KKday'
)
!=-
1
){
return
str
.
replace
(
'KKday'
,
'印象之旅'
);
}
else
{
return
str
;
}
},
},
GenderSelect
(){
GenderSelect
(){
this
.
$forceUpdate
()
this
.
$forceUpdate
()
...
...
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