Commit 65e00d6e authored by zhangyanni's avatar zhangyanni

文案

parent adcbb8e3
......@@ -36,7 +36,7 @@
</div>
<div class="guessWrap guessing">
<p class="boldTitle" v-if="detailInfo.guessState==1">请选择投注</p>
<p class="boldTitle" style="font-size: .28rem;" v-if="detailInfo.isBets&&detailInfo.guessState==3">您押注了<span>&nbsp;{{detailInfo.empBetsIntegral}}&nbsp;</span>积分,{{detailInfo.empWinIntegral>0?'赢了':'输了'}}<span>&nbsp;{{detailInfo.empWinIntegral>0?detailInfo.empWinIntegral:detailInfo.empWinIntegral*-1}}&nbsp;</span>积分</p>
<p class="boldTitle" style="font-size: .28rem;" v-if="detailInfo.isBets&&detailInfo.guessState==3">押注了<span>&nbsp;{{detailInfo.empBetsIntegral}}&nbsp;</span>积分,{{detailInfo.empWinIntegral>0?'赢了':'输了'}}<span>&nbsp;{{detailInfo.empWinIntegral>0?detailInfo.empWinIntegral:detailInfo.empWinIntegral*-1}}&nbsp;</span>积分</p>
<div class="ltrLiWrapItem guessList">
<div class="contentItem">
<div v-for="(answerItem,answerIndex) in detailInfo.guessOptionsList"
......
......@@ -39,7 +39,7 @@
</div>
<div class="guessCount" v-if="item.isBets&&item.guessState==3">
<p>您押注了<span>&nbsp;{{item.empBetsIntegral}}&nbsp;</span>积分,{{item.empWinIntegral>0?'赢了':'输了'}}<span>&nbsp;{{item.empWinIntegral>0?item.empWinIntegral:item.empWinIntegral*-1}}&nbsp;</span>积分</p>
<p>押注了<span>&nbsp;{{item.empBetsIntegral}}&nbsp;</span>积分,{{item.empWinIntegral>0?'赢了':'输了'}}<span>&nbsp;{{item.empWinIntegral>0?item.empWinIntegral:item.empWinIntegral*-1}}&nbsp;</span>积分</p>
</div>
<div class="contentItem">
<div v-for="(answerItem,answerIndex) in item.guessOptionsList" @click="handleBetting(item,answerItem)" :class="[item.guessState==3?'hasBgColor':'',item.guessState==3&&item.guessAnswerId==answerItem.id?'answerColor':'']">
......
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