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
b1271961
Commit
b1271961
authored
Dec 29, 2020
by
任建锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--
parent
6d916d63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pageindexpage.js
taobao_mini/client/pages/pageindexpage/pageindexpage.js
+3
-3
No files found.
taobao_mini/client/pages/pageindexpage/pageindexpage.js
View file @
b1271961
...
...
@@ -266,7 +266,7 @@ Page({
commonToast
(
res
&&
res
.
message
);
})
||
{};
//获取
首页基础
信息
//获取
vip
信息
let
vipInfo
=
await
API
.
getVipInfo
({
activityId
,
inviteId
:
this
.
inviteId
}).
catch
(
res
=>
{
commonToast
(
res
&&
res
.
message
);
})
||
{};
...
...
@@ -479,7 +479,7 @@ Page({
BuriedClick
(
BuriedType
.
MY_CARD_BTN
)
events
.
emit
(
"doDisibleAll"
,
true
)
const
{
activityId
}
=
getApp
();
//获取
中奖轮播
//获取
卡片列表
let
MyCardsInfo
=
await
API
.
getMyCardsInfo
({
activityId
}).
catch
(
res
=>
{
commonToast
(
res
&&
res
.
message
);
})
||
{};
...
...
@@ -499,7 +499,7 @@ Page({
BuriedClick
(
BuriedType
.
TASK_BTN
)
events
.
emit
(
"doDisibleAll"
,
true
)
const
{
activityId
}
=
getApp
();
//获取
中奖轮播
//获取
任务列表
let
TaskList
=
await
API
.
getTaskList
({
activityId
}).
catch
(
res
=>
{
commonToast
(
res
&&
res
.
message
);
})
||
{};
...
...
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