Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
online-edu
online-edu-admin
Commits
36b33c94
Commit
36b33c94
authored
Jul 23, 2021
by
lixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
非会员价格校验只有在付费点播模式下生效
parent
7dceb47b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
detail.vue
src/views/biz/course/detail.vue
+3
-2
No files found.
src/views/biz/course/detail.vue
View file @
36b33c94
...
@@ -897,8 +897,8 @@ export default {
...
@@ -897,8 +897,8 @@ export default {
this
.
$message
.
info
(
'请上传视频'
)
this
.
$message
.
info
(
'请上传视频'
)
return
return
}
}
if
(
chargeModel
==
'PAY'
){
if
(
price
==
""
)
{
if
(
price
==
""
)
{
this
.
$message
.
info
(
"非会员价格不能为空"
);
this
.
$message
.
info
(
"非会员价格不能为空"
);
return
;
return
;
}
}
...
@@ -937,6 +937,7 @@ export default {
...
@@ -937,6 +937,7 @@ export default {
this
.
$message
.
info
(
"会员价格金额格式不正确"
);
this
.
$message
.
info
(
"会员价格金额格式不正确"
);
return
;
return
;
}
}
}
// validateValidPeriod
// validateValidPeriod
// validateVipPrice
// validateVipPrice
const
chaperList
=
[];
const
chaperList
=
[];
...
...
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