Commit 8891bc16 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents 06ba47b6 6d0005f4
...@@ -60,21 +60,26 @@ ...@@ -60,21 +60,26 @@
</div> </div>
<div style="margin-left: 30px;padding: 5px 0;width: 400px;"> <div style="margin-left: 30px;padding: 5px 0;width: 400px;">
<p style="color:#5D78FF;margin-bottom: 10px;">你的选择:{{item.optionsCode}}{{item.optionsContent}}</p> <p style="color:#5D78FF;margin-bottom: 10px;">你的选择:{{item.optionsCode}}{{item.optionsContent}}</p>
<p style="font-size: 12px;color:#1A1A1E;" v-if="item.guessState !=3"> <div v-if="item.publishStatus == 2&&item.guessState != 3">
当前赔率为{{item.optionOdds}}倍,奖励X{{item.optionOdds}},您选择投入{{item.betsNumber}}注共计{{item.betsIntegral}}积分,猜对预计可得{{parseInt(item.betsIntegral*item.optionOdds)}}积分,最终赔率以截止竞彩时的赔率为准 <p>该竞猜已下架</p>
</p> </div>
<div v-else> <div v-else>
<div class="gendisplay"v-if="item.isSelect"> <p style="font-size: 12px;color:#1A1A1E;" v-if="item.guessState !=3">
<i style="color:#0ABB87;font-size: 38px;" class="iconfont icon-xiaolian"></i> 当前赔率为{{item.optionOdds}}倍,奖励X{{item.optionOdds}},您选择投入{{item.betsNumber}}注共计{{item.betsIntegral}}积分,猜对预计可得{{parseInt(item.betsIntegral*item.optionOdds)}}积分,最终赔率以截止竞彩时的赔率为准
<p style="color:#0ABB87;line-height: 38px;font-size: 14px;margin-left: 20px;"> </p>
恭喜您,猜对了!本次获得{{item.winIntegral}}个积分 <div v-else>
</p> <div class="gendisplay"v-if="item.isSelect">
</div> <i style="color:#0ABB87;font-size: 38px;" class="iconfont icon-xiaolian"></i>
<div class="gendisplay" v-else> <p style="color:#0ABB87;line-height: 38px;font-size: 14px;margin-left: 20px;">
<i style="color:#FF9E29;font-size: 38px;" class="iconfont icon-kulian"></i> 恭喜您,猜对了!本次获得{{item.winIntegral}}个积分
<p style="color:#FF9E29;line-height: 38px;font-size: 14px;margin-left: 20px;"> </p>
很抱歉,您没有猜中,请再接再厉!输掉{{item.betsIntegral}}积分 </div>
</p> <div class="gendisplay" v-else>
<i style="color:#FF9E29;font-size: 38px;" class="iconfont icon-kulian"></i>
<p style="color:#FF9E29;line-height: 38px;font-size: 14px;margin-left: 20px;">
很抱歉,您没有猜中,请再接再厉!输掉{{item.betsIntegral}}积分
</p>
</div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment