Commit 832d052e by Lays-lzq

Merge branch 'feature/12.14' into test

parents 360c1a4f 8cf648e3
......@@ -23,7 +23,8 @@
<span v-if="detailInfo.drawTime">{{ (detailInfo.drawTime * 1000) | formatDate('YYYY-MM-DD HH:mm') }}</span>
</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.winningInstructions">{{ detailInfo.winningInstructions }}</span>
</li>
......
......@@ -17,7 +17,8 @@
<span v-if="detailInfo.drawTime">{{ (detailInfo.drawTime * 1000) | formatDate('YYYY-MM-DD HH:mm') }}</span>
</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.winningInstructions">{{ detailInfo.winningInstructions }}</span>
</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