Commit b1271961 authored by 任建锋's avatar 任建锋

--

parent 6d916d63
......@@ -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);
}) || {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment