Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
崔立强
db-game-template
Commits
1fc016b0
Commit
1fc016b0
authored
Dec 12, 2020
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
4d37d4ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
interface.js
wishList/project/mock/common/interface.js
+1
-1
constant.js
wishList/project/src/constant.js
+1
-1
pagewishscene.less
wishList/project/src/pages/pagewishscene/pagewishscene.less
+6
-4
resList.js
wishList/project/src/resconfig/resList.js
+1
-1
No files found.
wishList/project/mock/common/interface.js
View file @
1fc016b0
...
@@ -14,7 +14,7 @@ export const index = {
...
@@ -14,7 +14,7 @@ export const index = {
"code"
:
""
,
"code"
:
""
,
"data"
:
{
"data"
:
{
"newHandFlg"
:
false
,
"newHandFlg"
:
false
,
"nicknameFlg"
:
fals
e
,
"nicknameFlg"
:
tru
e
,
"wishCountFlg"
:
false
"wishCountFlg"
:
false
},
},
"message"
:
""
,
"message"
:
""
,
...
...
wishList/project/src/constant.js
View file @
1fc016b0
...
@@ -25,7 +25,7 @@ export const MODAL_NAME = {
...
@@ -25,7 +25,7 @@ export const MODAL_NAME = {
}
}
export
const
USE_IMG_RES
=
{
export
const
USE_IMG_RES
=
{
SHADOW_IMG
:
"http://yun.duiba.com.cn/spark/assets/
fb3bba9e61b3bb21b1a255533047e529e50e5268
.png"
,
//未点击牌
SHADOW_IMG
:
"http://yun.duiba.com.cn/spark/assets/
5ead06a78d7027a104b8cfad44deb97b7e3f23bf
.png"
,
//未点击牌
LIGHT_IMG
:
"http://yun.duiba.com.cn/spark/assets/ad1baf12f23903631803b4b30400ec7da86431c8.png"
,
//点亮牌子
LIGHT_IMG
:
"http://yun.duiba.com.cn/spark/assets/ad1baf12f23903631803b4b30400ec7da86431c8.png"
,
//点亮牌子
BACKUP_IMG
:
"89c37143-ca3d-46b6-99dc-646c58b44443"
,
//备用奖品图片
BACKUP_IMG
:
"89c37143-ca3d-46b6-99dc-646c58b44443"
,
//备用奖品图片
}
}
...
...
wishList/project/src/pages/pagewishscene/pagewishscene.less
View file @
1fc016b0
...
@@ -33,17 +33,19 @@
...
@@ -33,17 +33,19 @@
transform-origin: 50% 50% 0px;
transform-origin: 50% 50% 0px;
// z-index:-1
// z-index:-1
pointer-events: none;
pointer-events: none;
animation: clickTag 0.
3
s linear 1;
animation: clickTag 0.
1
s linear 1;
}
}
.tagshadow {
.tagshadow {
width:
5
7px;
width:
21
7px;
height:
260
px;
height:
321
px;
opacity: 1;
opacity: 1;
left: 375px;
left: 375px;
top: 204px;
top: 204px;
margin-left: -10.7vw;
margin-top: -4vw;
position: absolute;
position: absolute;
pointer-events: none;
transform-origin: 0px 0px 0px;
transform-origin: 0px 0px 0px;
display: block;
display: block;
}
}
...
...
wishList/project/src/resconfig/resList.js
View file @
1fc016b0
...
@@ -87,7 +87,7 @@ const resList = {
...
@@ -87,7 +87,7 @@ const resList = {
name
:
'tagShadow'
,
name
:
'tagShadow'
,
ext
:
'.png'
,
ext
:
'.png'
,
uuid
:
'c26c7008-42bd-4bfd-a72e-93f50b63fa13'
,
uuid
:
'c26c7008-42bd-4bfd-a72e-93f50b63fa13'
,
url
:
'//yun.duiba.com.cn/spark/assets/
fb3bba9e61b3bb21b1a255533047e529e50e5268
.png'
,
url
:
'//yun.duiba.com.cn/spark/assets/
5ead06a78d7027a104b8cfad44deb97b7e3f23bf
.png'
,
},
},
'a53a2588-d27f-4e02-94dc-14fea82c76f2'
:
{
'a53a2588-d27f-4e02-94dc-14fea82c76f2'
:
{
name
:
'wishNoBtn'
,
name
:
'wishNoBtn'
,
...
...
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