Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
e9f5a652
Commit
e9f5a652
authored
May 10, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ceb284bc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
36 deletions
+28
-36
course.vue
src/pages/course/course.vue
+3
-3
courseList.vue
src/pages/sale/courseList.vue
+3
-3
studyjob.vue
src/pages/sale/studyjob.vue
+10
-12
employment.vue
src/pages/studyAbroad/employment.vue
+6
-9
studyabroad.vue
src/pages/studyAbroad/studyabroad.vue
+6
-9
No files found.
src/pages/course/course.vue
View file @
e9f5a652
...
...
@@ -46,13 +46,13 @@
买
{{
x
.
BuyNum
}}
送
{{
x
.
SendNum
}}
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 2"
>
单人报名享
{{
100
-
x
.
PriceMoney
}}
折优惠
单人报名享
优惠
{{
x
.
PriceMoney
}}
%
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 3"
>
双人报名
享
{{
100
-
x
.
PriceMoney
}}
折优惠
双人报名
优惠
{{
x
.
PriceMoney
}}
%
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 4"
>
续费享
{{
100
-
x
.
PriceMoney
}}
折优惠
续费享
优惠
{{
x
.
PriceMoney
}}
%
</div>
<div
class=
"remark-font"
v-if=
"x.PriceDiscountType == 0"
>
暂无优惠政策
...
...
src/pages/sale/courseList.vue
View file @
e9f5a652
...
...
@@ -150,7 +150,7 @@
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 2"
>
<template
v-if=
"x.PriceMoney>0"
>
单人报名
享
{{
((
100
-
x
.
PriceMoney
)
/
10
).
toFixed
(
2
)
}}
折优惠
单人报名
优惠
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
单人报名无优惠
...
...
@@ -158,7 +158,7 @@
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 3"
>
<
template
v-if=
"x.PriceMoney>0"
>
双人报名
享
{{
((
100
-
x
.
PriceMoney
)
/
10
).
toFixed
(
2
)
}}
折优惠
双人报名
优惠
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
双人报名无优惠
...
...
@@ -166,7 +166,7 @@
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 4"
>
<
template
v-if=
"x.PriceMoney>0"
>
续费享
{{
((
100
-
x
.
PriceMoney
)
/
10
).
toFixed
(
2
)
}}
折优惠
续费享
优惠
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
续费无优惠
...
...
src/pages/sale/studyjob.vue
View file @
e9f5a652
...
...
@@ -37,32 +37,29 @@
买
{{
x
.
BuyNum
}}
送
{{
x
.
SendNum
}}
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 2"
>
单人报名
享
单人报名
优惠
<template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 3"
>
双人报名享
<
template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
双人报名享
优惠
<
template
v-if=
"x.PriceType==0"
>
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 4"
>
续费
享
<
template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
续费
优惠
<
template
v-if=
"x.PriceType==0"
>
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"remark-font"
v-if=
"x.PriceDiscountType == 0"
>
暂无优惠政策
...
...
@@ -124,7 +121,8 @@
<quotationstudy-form
:obj=
"null"
@
save=
"showForm=false"
></quotationstudy-form>
</q-dialog>
<studyorder-form
v-if=
"isShowOrderForm"
:saveObj=
"studyObj"
@
close=
"cloStudyform"
@
save=
"refreshPage()"
></studyorder-form>
<studyorder-form
v-if=
"isShowOrderForm"
:saveObj=
"studyObj"
@
close=
"cloStudyform"
@
save=
"refreshPage()"
>
</studyorder-form>
</div>
</div>
...
...
@@ -265,8 +263,8 @@
},
methods
:
{
cloStudyform
(){
this
.
isShowOrderForm
=
false
;
cloStudyform
()
{
this
.
isShowOrderForm
=
false
;
},
//显示下单弹窗
showOrderForm
(
item
)
{
...
...
src/pages/studyAbroad/employment.vue
View file @
e9f5a652
...
...
@@ -59,32 +59,29 @@
买
{{
x
.
BuyNum
}}
送
{{
x
.
SendNum
}}
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 2"
>
单人报名
享
单人报名
优惠
<template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 3"
>
双人报名享
<
template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
双人报名享
优惠
<
template
v-if=
"x.PriceType==0"
>
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 4"
>
续费
享
<
template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
续费
优惠
<
template
v-if=
"x.PriceType==0"
>
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"remark-font"
v-if=
"x.PriceDiscountType == 0"
>
暂无优惠政策
...
...
src/pages/studyAbroad/studyabroad.vue
View file @
e9f5a652
...
...
@@ -59,32 +59,29 @@
买
{{
x
.
BuyNum
}}
送
{{
x
.
SendNum
}}
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 2"
>
单人报名
享
单人报名
优惠
<template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 3"
>
双人报名享
<
template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
双人报名享
优惠
<
template
v-if=
"x.PriceType==0"
>
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 4"
>
续费
享
<
template
v-if=
"x.PriceType==0"
>
{{
100
-
x
.
PriceMoney
}}
折
续费
优惠
<
template
v-if=
"x.PriceType==0"
>
{{
x
.
PriceMoney
}}
%
</
template
>
<
template
v-else
>
{{
x
.
PriceMoney
}}
元
</
template
>
优惠
</div>
<div
class=
"remark-font"
v-if=
"x.PriceDiscountType == 0"
>
暂无优惠政策
...
...
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