wangfukang 5 days ago
parent
commit
180fef0791
  1. 2
      src/views/app/business/luckey/luckey.vue

2
src/views/app/business/luckey/luckey.vue

@ -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>

Loading…
Cancel
Save