Commit 8cf648e3 by Lays-lzq

feat: 抽奖信息同步后台

parent 0c98f182
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<span v-if="detailInfo.drawTime">{{ (detailInfo.drawTime * 1000) | formatDate('YYYY-MM-DD HH:mm') }}</span> <span v-if="detailInfo.drawTime">{{ (detailInfo.drawTime * 1000) | formatDate('YYYY-MM-DD HH:mm') }}</span>
</li> </li>
<li> <li>
<label>中奖说明:</label> <label v-if="detailInfo.drawIntro">抽奖介绍:</label>
<label v-if="detailInfo.winningInstructions">中奖说明:</label>
<span v-if="detailInfo.drawIntro">{{ detailInfo.drawIntro }}</span> <span v-if="detailInfo.drawIntro">{{ detailInfo.drawIntro }}</span>
<span v-if="detailInfo.winningInstructions">{{ detailInfo.winningInstructions }}</span> <span v-if="detailInfo.winningInstructions">{{ detailInfo.winningInstructions }}</span>
</li> </li>
......
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
<span v-if="detailInfo.drawTime">{{ (detailInfo.drawTime * 1000) | formatDate('YYYY-MM-DD HH:mm') }}</span> <span v-if="detailInfo.drawTime">{{ (detailInfo.drawTime * 1000) | formatDate('YYYY-MM-DD HH:mm') }}</span>
</li> </li>
<li> <li>
<label>中奖说明:</label> <label v-if="detailInfo.drawIntro">抽奖介绍:</label>
<label v-if="detailInfo.winningInstructions">中奖说明:</label>
<span v-if="detailInfo.drawIntro">{{ detailInfo.drawIntro }}</span> <span v-if="detailInfo.drawIntro">{{ detailInfo.drawIntro }}</span>
<span v-if="detailInfo.winningInstructions">{{ detailInfo.winningInstructions }}</span> <span v-if="detailInfo.winningInstructions">{{ detailInfo.winningInstructions }}</span>
</li> </li>
......
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 sign in to comment