Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
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
new_taobao
Commits
b83bc7b0
Commit
b83bc7b0
authored
Oct 12, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
02e54595
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2623 additions
and
84 deletions
+2623
-84
compksuccessmodal.js
.../client/components/compksuccessmodal/compksuccessmodal.js
+5
-5
comrulemodal.js
taobao_jn/client/components/comrulemodal/comrulemodal.js
+10
-10
pagepageindex.axml
taobao_jn/client/pages/pagepageindex/pagepageindex.axml
+1
-1
pagepageindex.js
taobao_jn/client/pages/pagepageindex/pagepageindex.js
+90
-67
debug.log
taobao_jn/debug.log
+2516
-0
jn.getUserRankList.json
taobao_jn/mocks/jn.getUserRankList.json
+1
-1
No files found.
taobao_jn/client/components/compksuccessmodal/compksuccessmodal.js
View file @
b83bc7b0
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
import
resList
from
'../../resconfig/resList'
;
import
resList
from
'../../resconfig/resList'
;
Component
({
Component
({
props
:
{},
props
:
{},
data
:
{},
data
:
{
resList
:
resList
},
methods
:
{},
methods
:
{},
onInit
(
props
)
{
didMount
(){
this
.
setData
({
resList
:
resList
});
}
}
});
});
\ No newline at end of file
taobao_jn/client/components/comrulemodal/comrulemodal.js
View file @
b83bc7b0
...
@@ -23,20 +23,20 @@ Component({
...
@@ -23,20 +23,20 @@ Component({
*/
*/
async
getActivityBaseInfoById
()
{
async
getActivityBaseInfoById
()
{
my
.
showLoading
();
my
.
showLoading
();
const
{
//
const {
success
,
//
success,
data
//
data
}
=
await
API
.
getActivityBaseInfoById
().
catch
(
r
=>
{
//
} = await API.getActivityBaseInfoById().catch(r => {
my
.
hideLoading
();
//
my.hideLoading();
commonToast
(
r
&&
r
.
message
)
//
commonToast(r && r.message)
})
||
{};
//
}) || {};
if
(
success
)
{
//
if (success) {
my
.
hideLoading
();
my
.
hideLoading
();
this
.
setData
({
this
.
setData
({
rule
:
data
.
rule
rule
:
app
.
activityInfo
.
rule
})
})
}
//
}
},
},
},
},
didMount
(){
didMount
(){
...
...
taobao_jn/client/pages/pagepageindex/pagepageindex.axml
View file @
b83bc7b0
...
@@ -38,6 +38,6 @@
...
@@ -38,6 +38,6 @@
<rule-modal a:if="{{modalStatus==1}}" onCloseModal="closeModal"></rule-modal>
<rule-modal a:if="{{modalStatus==1}}" onCloseModal="closeModal"></rule-modal>
</view>
</view>
<view class="popcontainer_down" a:if="{{modalStatus}}">
<view class="popcontainer_down" a:if="{{modalStatus
==2
}}">
<invitelist-modal a:if="{{modalStatus==2}}" onCloseModal="closeModal"></invitelist-modal>
<invitelist-modal a:if="{{modalStatus==2}}" onCloseModal="closeModal"></invitelist-modal>
</view>
</view>
taobao_jn/client/pages/pagepageindex/pagepageindex.js
View file @
b83bc7b0
...
@@ -26,13 +26,13 @@ Page({
...
@@ -26,13 +26,13 @@ Page({
/**弹窗状态 */
/**弹窗状态 */
modalStatus
:
0
,
modalStatus
:
0
,
/**当前温暖值 */
/**当前温暖值 */
curWarms
:
''
,
curWarms
:
''
,
/**当前排名 */
/**当前排名 */
curRank
:
''
,
curRank
:
''
,
/**当前游戏阶段 */
/**当前游戏阶段 */
curGameStep
:
1
,
curGameStep
:
1
,
/**活动结束后排行榜奖励信息 */
/**活动结束后排行榜奖励信息 */
rankPrize
:{}
rankPrize
:
{}
},
},
onLoad
(
props
)
{
onLoad
(
props
)
{
...
@@ -60,7 +60,7 @@ Page({
...
@@ -60,7 +60,7 @@ Page({
const
dpr
=
my
.
getSystemInfoSync
().
pixelRatio
const
dpr
=
my
.
getSystemInfoSync
().
pixelRatio
const
windowWidth
=
my
.
getSystemInfoSync
().
windowWidth
;
const
windowWidth
=
my
.
getSystemInfoSync
().
windowWidth
;
const
windowHeight
=
my
.
getSystemInfoSync
().
windowHeight
;
const
windowHeight
=
my
.
getSystemInfoSync
().
windowHeight
;
ccc
.
width
=
windowWidth
*
dpr
+
dpr
;
//重新修改会有误差
ccc
.
width
=
windowWidth
*
dpr
+
dpr
;
//重新修改会有误差
ccc
.
height
=
windowHeight
*
dpr
+
dpr
;
ccc
.
height
=
windowHeight
*
dpr
+
dpr
;
r
(
ccc
);
r
(
ccc
);
}
}
...
@@ -72,8 +72,8 @@ Page({
...
@@ -72,8 +72,8 @@ Page({
//建舞台
//建舞台
var
stage
=
new
FYGE
.
Stage
(
var
stage
=
new
FYGE
.
Stage
(
canvas
,
canvas
,
750
,
//设计宽度,按设计搞给的就行
750
,
//设计宽度,按设计搞给的就行
1624
,
//设计高度
1624
,
//设计高度
sysInfo
&&
sysInfo
.
windowWidth
||
document
.
body
.
clientWidth
,
sysInfo
&&
sysInfo
.
windowWidth
||
document
.
body
.
clientWidth
,
sysInfo
&&
sysInfo
.
windowHeight
||
document
.
body
.
clientHeight
,
sysInfo
&&
sysInfo
.
windowHeight
||
document
.
body
.
clientHeight
,
FYGE
.
RENDERER_TYPE
.
CANVAS
FYGE
.
RENDERER_TYPE
.
CANVAS
...
@@ -83,11 +83,11 @@ Page({
...
@@ -83,11 +83,11 @@ Page({
SvgaParser
.
loadSvga
(
SvgaParser
.
loadSvga
(
fireSrc
,
fireSrc
,
(
v
)
=>
{
(
v
)
=>
{
console
.
log
(
"svga"
+
v
);
console
.
log
(
"svga"
+
v
);
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
mv
.
x
=
275
;
mv
.
x
=
275
;
mv
.
y
=
785
;
mv
.
y
=
785
;
console
.
log
(
"svgmv"
,
mv
)
console
.
log
(
"svgmv"
,
mv
)
},
},
(
err
)
=>
{
(
err
)
=>
{
...
@@ -97,11 +97,11 @@ Page({
...
@@ -97,11 +97,11 @@ Page({
SvgaParser
.
loadSvga
(
SvgaParser
.
loadSvga
(
snowSrc
,
snowSrc
,
(
v
)
=>
{
(
v
)
=>
{
console
.
log
(
"svga"
+
v
);
console
.
log
(
"svga"
+
v
);
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
mv
.
x
=
175
;
mv
.
x
=
175
;
mv
.
y
=
585
;
mv
.
y
=
585
;
console
.
log
(
"svgmv"
,
mv
)
console
.
log
(
"svgmv"
,
mv
)
},
},
(
err
)
=>
{
(
err
)
=>
{
...
@@ -113,6 +113,7 @@ Page({
...
@@ -113,6 +113,7 @@ Page({
//循环
//循环
loop
();
loop
();
function
loop
()
{
function
loop
()
{
FYGE
.
Tween
.
flush
()
FYGE
.
Tween
.
flush
()
stage
.
flush
();
stage
.
flush
();
...
@@ -157,25 +158,47 @@ Page({
...
@@ -157,25 +158,47 @@ Page({
})
||
{};
})
||
{};
if
(
success
)
{
if
(
success
)
{
this
.
getActivityBaseInfoById
();
}
},
/*
* 获取活动信息
*/
async
getActivityBaseInfoById
()
{
my
.
showLoading
();
const
{
success
,
data
}
=
await
API
.
getActivityBaseInfoById
().
catch
(
r
=>
{
my
.
hideLoading
();
commonToast
(
r
&&
r
.
message
)
})
||
{};
if
(
success
)
{
my
.
hideLoading
();
app
.
activityInfo
=
data
;
this
.
judgeDoHelp
();
this
.
judgeDoHelp
();
}
}
},
},
/**判断是否是助力 */
/**判断是否是助力 */
judgeDoHelp
(){
judgeDoHelp
()
{
this
.
updateGameInfo
();
this
.
updateGameInfo
();
},
},
/**更新游戏信息 */
/**更新游戏信息 */
async
updateGameInfo
(){
async
updateGameInfo
()
{
my
.
showLoading
();
my
.
showLoading
();
const
{
success
,
data
}
=
await
API
.
getGameInfo
().
catch
(
r
=>
{
const
{
success
,
data
}
=
await
API
.
getGameInfo
().
catch
(
r
=>
{
my
.
hideLoading
();
my
.
hideLoading
();
commonToast
(
r
&&
r
.
message
);
commonToast
(
r
&&
r
.
message
);
})
||
{};
})
||
{};
if
(
success
)
{
if
(
success
)
{
this
.
setData
({
this
.
setData
({
curWarms
:
data
.
warms
+
''
,
curWarms
:
data
.
warms
+
''
,
curRank
:
data
.
rank
,
curRank
:
data
.
rank
,
curGameStep
:
data
.
step
curGameStep
:
data
.
step
})
})
my
.
hideLoading
();
my
.
hideLoading
();
}
}
...
@@ -198,7 +221,7 @@ Page({
...
@@ -198,7 +221,7 @@ Page({
})
})
},
},
/**点击跳转页面 */
/**点击跳转页面 */
navigateTo
(
e
){
navigateTo
(
e
)
{
const
{
const
{
item
item
}
=
e
.
target
.
dataset
;
}
=
e
.
target
.
dataset
;
...
...
taobao_jn/debug.log
View file @
b83bc7b0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
taobao_jn/mocks/jn.getUserRankList.json
View file @
b83bc7b0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"success"
:
true
,
"success"
:
true
,
"data"
:
{
"data"
:
{
"myRankInfo"
:
{
"myRankInfo"
:
{
"rank"
:
"
56
0"
,
"rank"
:
"
45
0"
,
"warms"
:
"1"
,
"warms"
:
"1"
,
"userNick"
:
"caoxingru12"
"userNick"
:
"caoxingru12"
},
},
...
...
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