draw
This commit is contained in:
@@ -161,9 +161,9 @@
|
||||
@change="changeTitle">
|
||||
<option :value="item.value" v-for="(item,index) in info.winTypeAry">{{item.title}}</option>
|
||||
</select>
|
||||
<span class="fn-fl text-middle ml10 mt10 font-18 color-fff">已中奖{{winMsgTip}}人</span>
|
||||
<span class="fn-fl text-middle ml10 mt10 font-18 color-000">已中奖{{winMsgTip}}人</span>
|
||||
<span v-if="!isStartAc">
|
||||
<span class="text-middle font-18 color-fff">中奖人数:</span>
|
||||
<span class="text-middle font-18 color-000">中奖人数:</span>
|
||||
<select class="text-middle mr10 select-more pl20 pr20 ulib-r5 font-18" style="height:50px;"
|
||||
@change="changeType">
|
||||
<option :value="item.value" v-for="item in info.winNumAry">{{item.title}}</option>
|
||||
|
||||
Reference in New Issue
Block a user