This commit is contained in:
xiaoyu
2023-10-27 14:19:03 +08:00
parent edd5318b58
commit e6791707a9
+2 -2
View File
@@ -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>