Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shuijf
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
wildfirecode13
shuijf
Commits
06799995
Commit
06799995
authored
Jun 24, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b0aedb6f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
13 deletions
+12
-13
.DS_Store
assets/.DS_Store
+0
-0
main.scene
assets/scenes/main.scene
+9
-11
RuleDialogContent.ts
assets/scripts/dialogs/RuleDialogContent.ts
+1
-1
logo.png
assets/singles/logo.png
+0
-0
index.html
index.html
+2
-1
No files found.
assets/.DS_Store
View file @
06799995
No preview for this file type
assets/scenes/main.scene
View file @
06799995
...
...
@@ -953,13 +953,11 @@
"script": "components/base/Transform",
"properties": {
"width": 450,
"height":
29
0,
"height":
48
0,
"position": {
"_hashCode": 16610,
"_x": 2,
"_y": -45,
"x": 2,
"y": -37
"x": -20,
"y": -37,
"_type_": "scilla/support/Vector2D"
}
}
},
...
...
@@ -1049,11 +1047,11 @@
"script": "components/base/Transform",
"properties": {
"width": 450,
"height":
35
0,
"height":
48
0,
"position": {
"
y": 9
,
"
_type_": "scilla/support/Vector2D"
,
"
x": 10
"
x": -2.2222222222222285
,
"
y": 42.22222222222223
,
"
_type_": "scilla/support/Vector2D"
}
}
},
...
...
@@ -1068,7 +1066,7 @@
"uuid": "4d9e497d-0507-4c38-b639-54336e9ee8e6"
}
],
"disabled":
tru
e
"disabled":
fals
e
},
{
"name": "Alert",
...
...
assets/scripts/dialogs/RuleDialogContent.ts
View file @
06799995
...
...
@@ -20,7 +20,7 @@ export default class RuleDialogContent extends DialogContent {
}
setup
(
data
)
{
this
.
_contentRenderer
.
htmlText
=
this
.
ajaxElement
.
rule
;
this
.
_contentRenderer
.
htmlText
=
window
[
'CFG'
][
'_rule'
]
;
}
}
assets/singles/logo.png
View replaced file @
b0aedb6f
View file @
06799995
34.8 KB
|
W:
|
H:
2.05 KB
|
W:
|
H:
2-up
Swipe
Onion skin
index.html
View file @
06799995
...
...
@@ -56,7 +56,8 @@
<script
src=
"./security.js"
></script>
<script
src=
"debug/bundle.js"
></script>
<script>
var
CFG
=
{
"actId"
:
"3335069"
,
"oaId"
:
"3335069"
,
"unitName"
:
"积分"
,
"btnUnitName"
:
"积分"
,
"doJoin"
:
"/hdtool/doJoin?dpm=1.3.1.0&activityId=3335069"
,
"quireOrder"
:
"/hdtool/getOrderStatus"
,
"styleConfig"
:
"/hdtool/getHdtoolConfig"
,
"getElement"
:
"/hdtool/ajaxElement"
,
"getPrizeDetail"
:
"/hdtool/prizeDetail"
,
"ajaxThroughInfo"
:
"/hdtool/ajaxThroughInfo"
,
"throughSubmit"
:
"/hdtool/throughSubmit"
,
"gameGetOrder"
:
"/hdtool/getOrderInfo"
,
"gameSubmit"
:
"/hdtool/gameSubmit"
,
"doSubmit"
:
"/hdtool/submit"
,
"adslotId"
:
""
,
"consumerId"
:
"1"
,
"isNotLoginUser"
:
false
,
"uid"
:
"1"
,
"hdType"
:
"duiba"
,
"hdToolId"
:
"42363"
,
"appType"
:
"credits"
,
"subType"
:
"custom"
,
"directSendCoupon"
:
"false"
,
"ajaxAction"
:
""
,
"recommendQueue"
:
"/recommend/getRecommend"
,
"recommendSkin"
:
"/recommend/getRecommendSkin"
,
"isShowDetail"
:
true
,
"preview"
:
false
,
"from"
:
""
,
"login"
:
"//activity.m.duiba.com.cn/hdtool/login?dpm=1.3.3.0"
,
"flowRedirectUrl"
:
""
,
"flowRedirectTuiaUrl"
:
""
,
"isOpenRecommend"
:
false
,
"getCreditsLink"
:
"http://baidu.com?uid=1&dbnewopen"
,
"appId"
:
"1"
,
"recordUrl"
:
"//activity.m.duiba.com.cn/crecord/record?dbnewopen&dpm=1.3.2.0"
,
"shareDesc"
:
"分享分享文案文案"
,
"entranceDesc"
:
"测试领奖,也可到我的奖品领奖,24小时内有效哦"
,
"isSHowMeat"
:
true
,
"needCouponModal"
:
true
,
"needRecommendModal"
:
true
,
"asyncFiles"
:
[],
"shareAndroidLinkActivity"
:
"http://www.duiba.com.cn"
,
"shareIosLinkActivity"
:
"http://www.iqiyi.com"
,
"appName"
:
"custom"
,
"needShare"
:
true
,
"shareTitle"
:
""
,
"shareSubTitle"
:
""
,
"sharePicUrl"
:
""
,
"shareLink"
:
""
,
"shareAndroidDeeplink"
:
""
,
"shareIOSDeeplink"
:
""
};
CFG
=
{};
CFG
.
_rule
=
'starttttttt<br>第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行<br>第2行<br>第3行<br>第4行<br>第5行<br>第6行<br>第7行<br>第1行<br>第2行<br>第3行<br>第4行<br>第5行<br>第6行<br>第7行endddddd'
;
function
requirelogin
()
{
console
.
log
(
'requirelogin'
);
...
...
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