Commit a8997ad8 authored by anxixi's avatar anxixi

积分竞猜相关功能

parent ffe3f7b8
......@@ -38,7 +38,7 @@
<p><i class="iconfont icon-success" style="font-size: 75px;"></i></p>
<p style="color: #3F3F53;font-size: 16px;margin: 10px 0;font-weight: bold;">投注成功</p>
<p style="color: #3F3F53;font-size: 16px;font-weight: bold;">预计{{contentdata.resultsTime}}公布结果</p>
<p style="color: #565B79;font-size: 14px;margin-top: 15px;">马上分享,立得100积分</p>
<p style="color: #FF5D5D;font-size: 14px;margin-top: 15px;">马上分享,立得100积分</p>
</div>
</div>
<el-row style="padding-top: 10px;text-align: center;margin: 0 auto;">
......
......@@ -53,7 +53,7 @@
{{itemchild.optionsCode}}{{itemchild.optionsContent}}
</p>
<p style="width: 120px;text-align: right;color: #7A7A7A;">
当前赔率:{{itemchild.optionOdds}}
当前赔率: <span style="color: #FF5D5D;font-weight: bold;">{{itemchild.optionOdds}}</span>
</p>
</div>
<el-button type="primary" style="height: 38px;" @click="guessbet(itemchild)">下注</el-button>
......
......@@ -63,7 +63,7 @@
{{itemchild.optionsCode}}{{itemchild.optionsContent}}
</p>
<p style="width: 120px;text-align: right;color: #7A7A7A;">
当前赔率:{{itemchild.optionOdds}}
当前赔率: <span style="color: #FF5D5D;font-weight: bold;">{{itemchild.optionOdds}}</span>
</p>
</div>
<el-button type="primary" style="height: 38px;" @click="guessbet(itemchild,item)">下注</el-button>
......
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