|
|
@ -10,7 +10,7 @@ |
|
|
<!-- 奖池 --> |
|
|
<!-- 奖池 --> |
|
|
<TabPane label="奖池/开奖" name="pool"> |
|
|
<TabPane label="奖池/开奖" name="pool"> |
|
|
<Alert show-icon> |
|
|
<Alert show-icon> |
|
|
现金奖池采用“主动投入”规则:用户投入星球券后即从余额扣除并回收,本期按投入券数加权开奖,投入越多中奖概率越高。 |
|
|
现金奖池采用“主动投入”规则:用户投入星球券后即从余额扣除并回收,本期按投入券数加权开奖,投入越多中奖概率越高 |
|
|
</Alert> |
|
|
</Alert> |
|
|
<Button type="primary" icon="md-add" @click="openPool()" style="margin-bottom:12px">新建奖池</Button> |
|
|
<Button type="primary" icon="md-add" @click="openPool()" style="margin-bottom:12px">新建奖池</Button> |
|
|
<Table border :loading="pool.loading" :columns="poolColumns" :data="pool.data"></Table> |
|
|
<Table border :loading="pool.loading" :columns="poolColumns" :data="pool.data"></Table> |
|
|
|