|
|
@ -19,6 +19,24 @@ |
|
|
@on-change="p => changePage('pool', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('pool', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 开奖记录 --> |
|
|
|
|
|
<TabPane label="开奖记录" name="draw"> |
|
|
|
|
|
<Table border :loading="draw.loading" :columns="drawColumns" :data="draw.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="draw.pageNumber" :total="draw.total" :page-size="draw.pageSize" |
|
|
|
|
|
@on-change="p => changePage('draw', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 中奖记录 --> |
|
|
|
|
|
<TabPane label="中奖记录" name="winner"> |
|
|
|
|
|
<Table border :loading="winner.loading" :columns="winnerColumns" :data="winner.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="winner.pageNumber" :total="winner.total" :page-size="winner.pageSize" |
|
|
|
|
|
@on-change="p => changePage('winner', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
|
|
|
<!-- 任务 --> |
|
|
<!-- 任务 --> |
|
|
<TabPane label="券任务规则" name="task"> |
|
|
<TabPane label="券任务规则" name="task"> |
|
|
@ -29,15 +47,38 @@ |
|
|
@on-change="p => changePage('task', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('task', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> |
|
|
|
|
|
|
|
|
|
|
|
<TabPane label="学院排行榜" name="adventureRank"> |
|
|
|
|
|
<Table border :loading="adventureRank.loading" :columns="adventureRankColumns" :data="adventureRank.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="adventureRank.pageNumber" :total="adventureRank.total" :page-size="adventureRank.pageSize" |
|
|
|
|
|
@on-change="p => changePage('adventureRank', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
<TabPane label="个人奖励记录" name="adventureSession"> |
|
|
|
|
|
<Table border :loading="adventureSession.loading" :columns="adventureSessionColumns" :data="adventureSession.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="adventureSession.pageNumber" :total="adventureSession.total" :page-size="adventureSession.pageSize" |
|
|
|
|
|
@on-change="p => changePage('adventureSession', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
|
|
|
<!-- BUFF --> |
|
|
<!-- BUFF --> |
|
|
<TabPane label="BUFF配置" name="buff"> |
|
|
<!-- <TabPane label="BUFF配置" name="buff"> |
|
|
<Button type="primary" icon="md-add" @click="openBuff()" style="margin-bottom:12px">新增BUFF</Button> |
|
|
<Button type="primary" icon="md-add" @click="openBuff()" style="margin-bottom:12px">新增BUFF</Button> |
|
|
<Table border :loading="buff.loading" :columns="buffColumns" :data="buff.data"></Table> |
|
|
<Table border :loading="buff.loading" :columns="buffColumns" :data="buff.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="buff.pageNumber" :total="buff.total" :page-size="buff.pageSize" |
|
|
<Page :current="buff.pageNumber" :total="buff.total" :page-size="buff.pageSize" |
|
|
@on-change="p => changePage('buff', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('buff', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
|
|
|
</TabPane> --> |
|
|
|
|
|
<TabPane label="学院配置" name="college"> |
|
|
|
|
|
<Button type="primary" icon="md-add" @click="openOperate('college')" style="margin-bottom:12px">新增学院</Button> |
|
|
|
|
|
<Table border :loading="college.loading" :columns="collegeColumns" :data="college.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="college.pageNumber" :total="college.total" :page-size="college.pageSize" |
|
|
|
|
|
@on-change="p => changePage('college', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> |
|
|
|
|
|
|
|
|
<!-- 经营系统 --> |
|
|
<!-- 经营系统 --> |
|
|
@ -49,14 +90,14 @@ |
|
|
@on-change="p => changePage('tree', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('tree', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> |
|
|
<TabPane label="仓库等级" name="warehouse"> |
|
|
<!-- <TabPane label="仓库等级" name="warehouse"> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('warehouse')" style="margin-bottom:12px">新增仓库等级</Button> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('warehouse')" style="margin-bottom:12px">新增仓库等级</Button> |
|
|
<Table border :loading="warehouse.loading" :columns="warehouseColumns" :data="warehouse.data"></Table> |
|
|
<Table border :loading="warehouse.loading" :columns="warehouseColumns" :data="warehouse.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="warehouse.pageNumber" :total="warehouse.total" :page-size="warehouse.pageSize" |
|
|
<Page :current="warehouse.pageNumber" :total="warehouse.total" :page-size="warehouse.pageSize" |
|
|
@on-change="p => changePage('warehouse', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('warehouse', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
<TabPane label="防御塔" name="tower"> |
|
|
<TabPane label="防御塔" name="tower"> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('tower')" style="margin-bottom:12px">新增防御塔等级</Button> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('tower')" style="margin-bottom:12px">新增防御塔等级</Button> |
|
|
<Table border :loading="tower.loading" :columns="towerColumns" :data="tower.data"></Table> |
|
|
<Table border :loading="tower.loading" :columns="towerColumns" :data="tower.data"></Table> |
|
|
@ -65,38 +106,31 @@ |
|
|
@on-change="p => changePage('tower', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('tower', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> |
|
|
<TabPane label="搜查规则" name="search"> |
|
|
<!-- <TabPane label="搜查规则" name="search"> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('search')" style="margin-bottom:12px">新增搜查规则</Button> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('search')" style="margin-bottom:12px">新增搜查规则</Button> |
|
|
<Table border :loading="search.loading" :columns="searchColumns" :data="search.data"></Table> |
|
|
<Table border :loading="search.loading" :columns="searchColumns" :data="search.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="search.pageNumber" :total="search.total" :page-size="search.pageSize" |
|
|
<Page :current="search.pageNumber" :total="search.total" :page-size="search.pageSize" |
|
|
@on-change="p => changePage('search', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('search', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
<TabPane label="体力道具" name="stamina"> |
|
|
<!-- <TabPane label="体力道具" name="stamina"> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('stamina')" style="margin-bottom:12px">新增体力道具</Button> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('stamina')" style="margin-bottom:12px">新增体力道具</Button> |
|
|
<Table border :loading="stamina.loading" :columns="staminaColumns" :data="stamina.data"></Table> |
|
|
<Table border :loading="stamina.loading" :columns="staminaColumns" :data="stamina.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="stamina.pageNumber" :total="stamina.total" :page-size="stamina.pageSize" |
|
|
<Page :current="stamina.pageNumber" :total="stamina.total" :page-size="stamina.pageSize" |
|
|
@on-change="p => changePage('stamina', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('stamina', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
<TabPane label="校园地标" name="landmark"> |
|
|
<!-- <TabPane label="校园地标" name="landmark"> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('landmark')" style="margin-bottom:12px">新增校园地标</Button> |
|
|
<Button type="primary" icon="md-add" @click="openOperate('landmark')" style="margin-bottom:12px">新增校园地标</Button> |
|
|
<Table border :loading="landmark.loading" :columns="landmarkColumns" :data="landmark.data"></Table> |
|
|
<Table border :loading="landmark.loading" :columns="landmarkColumns" :data="landmark.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="landmark.pageNumber" :total="landmark.total" :page-size="landmark.pageSize" |
|
|
<Page :current="landmark.pageNumber" :total="landmark.total" :page-size="landmark.pageSize" |
|
|
@on-change="p => changePage('landmark', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('landmark', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
<TabPane label="学院配置" name="college"> |
|
|
|
|
|
<Button type="primary" icon="md-add" @click="openOperate('college')" style="margin-bottom:12px">新增学院</Button> |
|
|
|
|
|
<Table border :loading="college.loading" :columns="collegeColumns" :data="college.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="college.pageNumber" :total="college.total" :page-size="college.pageSize" |
|
|
|
|
|
@on-change="p => changePage('college', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
<TabPane label="经济审计" name="economy"> |
|
|
<TabPane label="经济审计" name="economy"> |
|
|
<Table border :loading="economy.loading" :columns="economyColumns" :data="economy.data"></Table> |
|
|
<Table border :loading="economy.loading" :columns="economyColumns" :data="economy.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
@ -105,74 +139,45 @@ |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> |
|
|
|
|
|
|
|
|
<TabPane label="松鼠冒险事件" name="adventureEvent"> |
|
|
<!-- <TabPane label="松鼠冒险事件" name="adventureEvent"> |
|
|
<Button type="primary" icon="md-add" @click="openAdventureEvent()" style="margin-bottom:12px">新增每日事件</Button> |
|
|
<Button type="primary" icon="md-add" @click="openAdventureEvent()" style="margin-bottom:12px">新增每日事件</Button> |
|
|
<Table border :loading="adventureEvent.loading" :columns="adventureEventColumns" :data="adventureEvent.data"></Table> |
|
|
<Table border :loading="adventureEvent.loading" :columns="adventureEventColumns" :data="adventureEvent.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="adventureEvent.pageNumber" :total="adventureEvent.total" :page-size="adventureEvent.pageSize" |
|
|
<Page :current="adventureEvent.pageNumber" :total="adventureEvent.total" :page-size="adventureEvent.pageSize" |
|
|
@on-change="p => changePage('adventureEvent', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('adventureEvent', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
<TabPane label="松鼠冒险榜" name="adventureRank"> |
|
|
|
|
|
<Table border :loading="adventureRank.loading" :columns="adventureRankColumns" :data="adventureRank.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="adventureRank.pageNumber" :total="adventureRank.total" :page-size="adventureRank.pageSize" |
|
|
|
|
|
@on-change="p => changePage('adventureRank', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
<TabPane label="冒险游戏记录" name="adventureSession"> |
|
|
|
|
|
<Table border :loading="adventureSession.loading" :columns="adventureSessionColumns" :data="adventureSession.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="adventureSession.pageNumber" :total="adventureSession.total" :page-size="adventureSession.pageSize" |
|
|
|
|
|
@on-change="p => changePage('adventureSession', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 快讯 --> |
|
|
<!-- 快讯 --> |
|
|
<TabPane label="星球快讯" name="news"> |
|
|
<!-- <TabPane label="星球快讯" name="news"> |
|
|
<Button type="primary" icon="md-add" @click="openNews()" style="margin-bottom:12px">新增快讯</Button> |
|
|
<Button type="primary" icon="md-add" @click="openNews()" style="margin-bottom:12px">新增快讯</Button> |
|
|
<Table border :loading="news.loading" :columns="newsColumns" :data="news.data"></Table> |
|
|
<Table border :loading="news.loading" :columns="newsColumns" :data="news.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="news.pageNumber" :total="news.total" :page-size="news.pageSize" |
|
|
<Page :current="news.pageNumber" :total="news.total" :page-size="news.pageSize" |
|
|
@on-change="p => changePage('news', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('news', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
|
|
|
|
|
|
<!-- 排行榜 --> |
|
|
<!-- 排行榜 --> |
|
|
<TabPane label="通缉榜" name="rank"> |
|
|
<!-- <TabPane label="通缉榜" name="rank"> |
|
|
<Table border :loading="rank.loading" :columns="rankColumns" :data="rank.data"></Table> |
|
|
<Table border :loading="rank.loading" :columns="rankColumns" :data="rank.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="rank.pageNumber" :total="rank.total" :page-size="rank.pageSize" |
|
|
<Page :current="rank.pageNumber" :total="rank.total" :page-size="rank.pageSize" |
|
|
@on-change="p => changePage('rank', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('rank', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
|
|
|
|
|
|
<!-- 追捕记录 --> |
|
|
<!-- 追捕记录 --> |
|
|
<TabPane label="追捕记录" name="hunt"> |
|
|
<!-- <TabPane label="追捕记录" name="hunt"> |
|
|
<Table border :loading="hunt.loading" :columns="huntColumns" :data="hunt.data"></Table> |
|
|
<Table border :loading="hunt.loading" :columns="huntColumns" :data="hunt.data"></Table> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Row type="flex" justify="end" class="page"> |
|
|
<Page :current="hunt.pageNumber" :total="hunt.total" :page-size="hunt.pageSize" |
|
|
<Page :current="hunt.pageNumber" :total="hunt.total" :page-size="hunt.pageSize" |
|
|
@on-change="p => changePage('hunt', p)" size="small" show-total></Page> |
|
|
@on-change="p => changePage('hunt', p)" size="small" show-total></Page> |
|
|
</Row> |
|
|
</Row> |
|
|
</TabPane> |
|
|
</TabPane> --> |
|
|
|
|
|
|
|
|
<!-- 开奖记录 --> |
|
|
|
|
|
<TabPane label="开奖记录" name="draw"> |
|
|
|
|
|
<Table border :loading="draw.loading" :columns="drawColumns" :data="draw.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="draw.pageNumber" :total="draw.total" :page-size="draw.pageSize" |
|
|
|
|
|
@on-change="p => changePage('draw', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 中奖记录 --> |
|
|
|
|
|
<TabPane label="中奖记录" name="winner"> |
|
|
|
|
|
<Table border :loading="winner.loading" :columns="winnerColumns" :data="winner.data"></Table> |
|
|
|
|
|
<Row type="flex" justify="end" class="page"> |
|
|
|
|
|
<Page :current="winner.pageNumber" :total="winner.total" :page-size="winner.pageSize" |
|
|
|
|
|
@on-change="p => changePage('winner', p)" size="small" show-total></Page> |
|
|
|
|
|
</Row> |
|
|
|
|
|
</TabPane> |
|
|
|
|
|
</Tabs> |
|
|
</Tabs> |
|
|
</Card> |
|
|
</Card> |
|
|
|
|
|
|
|
|
@ -381,7 +386,7 @@ |
|
|
planetCollegePage, planetCollegeSave, planetCollegeDelete, |
|
|
planetCollegePage, planetCollegeSave, planetCollegeDelete, |
|
|
planetEconomyPage, |
|
|
planetEconomyPage, |
|
|
planetAdventureEventPage, planetAdventureEventSave, planetAdventureEventDelete, |
|
|
planetAdventureEventPage, planetAdventureEventSave, planetAdventureEventDelete, |
|
|
planetAdventureRankPage, planetAdventureSessionPage |
|
|
planetAdventureRankPage, planetAdventureRewardPage |
|
|
} from '@/api/planet'; |
|
|
} from '@/api/planet'; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
@ -527,10 +532,10 @@ |
|
|
return h('div', [ |
|
|
return h('div', [ |
|
|
h('Button', { props: { type: 'text', size: 'small' }, on: { click: () => this.openPool(params.row) } }, '编辑'), |
|
|
h('Button', { props: { type: 'text', size: 'small' }, on: { click: () => this.openPool(params.row) } }, '编辑'), |
|
|
h('Button', { props: { type: 'text', size: 'small' }, on: { click: () => this.openReward(params.row) } }, '奖项'), |
|
|
h('Button', { props: { type: 'text', size: 'small' }, on: { click: () => this.openReward(params.row) } }, '奖项'), |
|
|
h('Button', { |
|
|
/* h('Button', { |
|
|
props: { type: 'text', size: 'small', disabled: params.row.status === 1 }, |
|
|
props: { type: 'text', size: 'small', disabled: params.row.status === 1 }, |
|
|
on: { click: () => this.doManualDraw(params.row) } |
|
|
on: { click: () => this.doManualDraw(params.row) } |
|
|
}, '手动开奖'), |
|
|
}, '手动开奖'), */ |
|
|
h('Button', { props: { type: 'text', size: 'small' }, style: { color: '#ed4014' }, on: { click: () => this.delPool(params.row) } }, '删除') |
|
|
h('Button', { props: { type: 'text', size: 'small' }, style: { color: '#ed4014' }, on: { click: () => this.delPool(params.row) } }, '删除') |
|
|
]) |
|
|
]) |
|
|
} |
|
|
} |
|
|
@ -769,15 +774,12 @@ |
|
|
}, |
|
|
}, |
|
|
adventureSessionColumns() { |
|
|
adventureSessionColumns() { |
|
|
return [ |
|
|
return [ |
|
|
{ title: '用户', key: 'nickname', minWidth: 120 }, |
|
|
{ title: '手机号', key: 'mobile', minWidth: 120 }, |
|
|
{ title: '日期', key: 'playDate', width: 120 }, |
|
|
{ title: '用户ID', key: 'linkUserId', minWidth: 120 }, |
|
|
{ title: '分数', key: 'score', width: 90 }, |
|
|
{ title: '奖励金额', key: 'amount', width: 100 }, |
|
|
{ title: '耗时', key: 'durationSeconds', width: 80 }, |
|
|
{ title: '交易方式/附言', key: 'dealingsWay', minWidth: 150 }, |
|
|
{ title: '免费局', width: 80, render: (h, p) => h('span', p.row.freeUsed === 1 ? '是' : '否') }, |
|
|
{ title: '备注', key: 'remark', minWidth: 180 }, |
|
|
{ title: '扣券', key: 'costTickets', width: 80 }, |
|
|
{ title: '发放时间', key: 'dealingsTime', minWidth: 160 } |
|
|
{ title: '异常', minWidth: 80, render: (h, p) => h('Tag', { props: { color: p.row.cheatFlag === 'Y' ? 'red' : 'green' } }, p.row.cheatFlag === 'Y' ? '异常' : '正常') }, |
|
|
|
|
|
{ title: '原因', key: 'cheatReason', minWidth: 160 }, |
|
|
|
|
|
{ title: '时间', key: 'createTime', minWidth: 160 } |
|
|
|
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -877,7 +879,14 @@ |
|
|
loadEconomy() { if (!this.guardRegion('economy')) return; this.economy.loading = true; planetEconomyPage(this.baseParams('economy')).then(r => this.fill('economy', r)) }, |
|
|
loadEconomy() { if (!this.guardRegion('economy')) return; this.economy.loading = true; planetEconomyPage(this.baseParams('economy')).then(r => this.fill('economy', r)) }, |
|
|
loadAdventureEvent() { if (!this.guardRegion('adventureEvent')) return; this.adventureEvent.loading = true; planetAdventureEventPage(this.baseParams('adventureEvent')).then(r => this.fill('adventureEvent', r)) }, |
|
|
loadAdventureEvent() { if (!this.guardRegion('adventureEvent')) return; this.adventureEvent.loading = true; planetAdventureEventPage(this.baseParams('adventureEvent')).then(r => this.fill('adventureEvent', r)) }, |
|
|
loadAdventureRank() { if (!this.guardRegion('adventureRank')) return; this.adventureRank.loading = true; planetAdventureRankPage(this.baseParams('adventureRank')).then(r => this.fill('adventureRank', r)) }, |
|
|
loadAdventureRank() { if (!this.guardRegion('adventureRank')) return; this.adventureRank.loading = true; planetAdventureRankPage(this.baseParams('adventureRank')).then(r => this.fill('adventureRank', r)) }, |
|
|
loadAdventureSession() { if (!this.guardRegion('adventureSession')) return; this.adventureSession.loading = true; planetAdventureSessionPage(this.baseParams('adventureSession')).then(r => this.fill('adventureSession', r)) }, |
|
|
loadAdventureSession() { |
|
|
|
|
|
if (!this.guardRegion('adventureSession')) return |
|
|
|
|
|
this.adventureSession.loading = true |
|
|
|
|
|
planetAdventureRewardPage(Object.assign({}, this.baseParams('adventureSession'), { |
|
|
|
|
|
pageNum: this.adventureSession.pageNumber, |
|
|
|
|
|
dealingsWay: '学院排位赛排名奖励' |
|
|
|
|
|
})).then(r => this.fill('adventureSession', r)) |
|
|
|
|
|
}, |
|
|
// ---- 奖池 ---- |
|
|
// ---- 奖池 ---- |
|
|
openPool(row) { |
|
|
openPool(row) { |
|
|
this.poolForm = row ? Object.assign({}, row) : { |
|
|
this.poolForm = row ? Object.assign({}, row) : { |
|
|
|