Commit 02caf0f6 authored by wildfirecode13's avatar wildfirecode13

1

parent e00cf6e7
......@@ -27,9 +27,6 @@ Page({
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
},
async init() {
API.getBuyFloorList();
API.getFloorPrize();
API.getCredits();
const [activity, vipInfo] = await Promise.all([
API.getActivityBaseInfoById(),
API.getVipInfo(),
......
......@@ -75,7 +75,7 @@ Page({
ruleModalBtnVisible: true
})
};
API.getFloorPrize();
},
/**
* 登录接口
......
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