Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
marketing-web
marketing
Commits
e2796b3b
Commit
e2796b3b
authored
Apr 17, 2019
by
chenxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cx' into 'dev'
fix:刮刮卡默认图片显示错误 See merge request
!7
parents
9ca3398e
4e517adc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
form.vue
src/views/game/ggk/form.vue
+3
-3
No files found.
src/views/game/ggk/form.vue
View file @
e2796b3b
...
...
@@ -167,9 +167,9 @@ export default {
// banner背景图url 0:自定义 1:红色 2:黑金 3:霓虹灯
banner
:
[
{
skinType
:
0
,
code
:
''
,
imgUrl
:
''
},
// eslint-disable-line
{
skinType
:
1
,
code
:
''
,
imgUrl
:
require
(
'../../../assets/img/
1
.1.jpg'
)
},
// eslint-disable-line
{
skinType
:
2
,
code
:
''
,
imgUrl
:
require
(
'../../../assets/img/
1
.2.jpg'
)
},
// eslint-disable-line
{
skinType
:
3
,
code
:
''
,
imgUrl
:
require
(
'../../../assets/img/
1
.3.jpg'
)
}
// eslint-disable-line
{
skinType
:
1
,
code
:
''
,
imgUrl
:
require
(
'../../../assets/img/
2
.1.jpg'
)
},
// eslint-disable-line
{
skinType
:
2
,
code
:
''
,
imgUrl
:
require
(
'../../../assets/img/
2
.2.jpg'
)
},
// eslint-disable-line
{
skinType
:
3
,
code
:
''
,
imgUrl
:
require
(
'../../../assets/img/
2
.3.jpg'
)
}
// eslint-disable-line
],
sortList
:
[{
label
:
'奖品1'
,
value
:
1
},
{
label
:
'奖品2'
,
value
:
2
},
{
label
:
'奖品3'
,
value
:
3
},
{
label
:
'奖品4'
,
value
:
4
},
{
label
:
'奖品5'
,
value
:
5
},
{
label
:
'奖品6'
,
value
:
6
},
{
label
:
'奖品7'
,
value
:
7
},
{
label
:
'奖品8'
,
value
:
8
},
{
label
:
'随机'
,
value
:
null
}],
tableList
:
[{
prizeId
:
''
,
prizeType
:
''
,
prizeCount
:
null
,
prizeIntegral
:
null
,
prizeCardId
:
''
,
gameId
:
''
,
prizeStatus
:
0
,
prizeSort
:
null
,
prizeRate
:
0
,
cardName
:
''
,
cardType
:
null
,
cardDenomination
:
null
,
cardImageUrl
:
''
,
cardStock
:
null
,
wechatCardId
:
null
,
winRecordCode
:
0
,
receiveCount
:
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