Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
6 years ago
Commit
a6ef6717421c855367445d548e433fd968ab2490
1 parent
7e5ea775
奖品验证添加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/vue/wheel-surf/components/add-prize.vue
public/vue/wheel-surf/components/add-prize.vue
View file @
a6ef671
...
...
@@ -253,7 +253,7 @@
prizeTypeArr.push(+prize.type);
});
if (prize
Idx
Arr.indexOf(1) < 0) {
if (prize
Type
Arr.indexOf(1) < 0) {
return this.$Modal.error({
title: '错误',
content: `商品中至少需要包含一条谢谢惠顾`
...
...
@@ -373,7 +373,7 @@
prizeTypeArr.push(+prize.type);
});
if (prize
Idx
Arr.indexOf(1) < 0) {
if (prize
Type
Arr.indexOf(1) < 0) {
return this.$Modal.error({
title: '错误',
content: `商品中至少需要包含一条谢谢惠顾`
...
...
Please
register
or
login
to post a comment