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
201616ad
Commit
201616ad
authored
Dec 25, 2018
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2eef53a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
index.html
egret/index.html
+2
-2
CashPrizePanel.ts
egret/src/panels/CashPrizePanel.ts
+1
-0
getPlugOrderStatus.json
mock/json/getPlugOrderStatus.json
+1
-1
No files found.
egret/index.html
View file @
201616ad
...
...
@@ -45,8 +45,8 @@
<!-- <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.4.0/math.js'></script> -->
<script>
localStorage
.
clear
();
//
localStorage.setItem('currentLv','Gift2');
//
localStorage.setItem('data',JSON.stringify({"IceCream":3,"Donut":3,"Egg":3,"Candy2":3,"Gift2":2}))
localStorage
.
setItem
(
'currentLv'
,
'Gift2'
);
localStorage
.
setItem
(
'data'
,
JSON
.
stringify
({
"IceCream"
:
3
,
"Donut"
:
3
,
"Egg"
:
3
,
"Candy2"
:
3
,
"Gift2"
:
2
}))
window
[
'development'
]
=
true
;
var
gameId
=
1
;
var
CFG
=
{
...
...
egret/src/panels/CashPrizePanel.ts
View file @
201616ad
...
...
@@ -4,4 +4,5 @@ import CashBigPrizePanel from "./CashBigPrize";
export
default
class
CashPrizePanel
extends
CashBigPrizePanel
{
get
picBigWidth
()
{
return
510
+
30
+
20
};
get
skinKey
()
{
return
'CashPrize'
}
get
bigPicRatio
()
{
return
640
/
300
}
}
\ No newline at end of file
mock/json/getPlugOrderStatus.json
View file @
201616ad
...
...
@@ -33,7 +33,7 @@
"st_info_dpm_img"
:
"{
\"
dpm
\"
:
\"
1.4.1.0
\"
,
\"
consumerId
\"
:1,
\"
domain
\"
:
\"
//activity.m.duiba.com.cn
\"
,
\"
appId
\"
:1,
\"
dcm
\"
:
\"
104.29945.0.0
\"
}"
,
"tip"
:
"一句话描述"
,
"title"
:
"腾讯视频会员8.8折"
,
"type"
:
"alipay"
,
"type"
:
"ali
1
pay"
,
"useBtnText"
:
"马上使用"
,
"validate"
:
"2019-12-31"
},
...
...
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