fix: 修改立减金
This commit is contained in:
parent
24534b2b53
commit
a8eabc9636
|
@ -37,11 +37,6 @@
|
|||
|
||||
<body ontouchstart="">
|
||||
<div id="app">
|
||||
<div class="countdown" v-if="state.outTime.length > 0">
|
||||
<p style="color:#1e6ff8">{{state.outTime[0]}}</p>时
|
||||
<p style="color:#1e6ff8">{{state.outTime[1]}}</p>分
|
||||
<p style="color:#1e6ff8">{{state.outTime[2]}}</p>秒
|
||||
</div>
|
||||
|
||||
<div class="am-loading am-loading-refresh" v-if="state.type === 0">
|
||||
<div class="am-loading-indicator" aria-hidden="true">
|
||||
|
@ -81,6 +76,12 @@
|
|||
|
||||
<!-- 立减金 2-->
|
||||
<div v-if="state.type === 2">
|
||||
<div class="countdown" v-if="state.outTime.length > 0">
|
||||
<p style="color:#1e6ff8">{{state.outTime[0]}}</p>时
|
||||
<p style="color:#1e6ff8">{{state.outTime[1]}}</p>分
|
||||
<p style="color:#1e6ff8">{{state.outTime[2]}}</p>秒
|
||||
</div>
|
||||
|
||||
<!-- 支付宝 -> 账号领取 -->
|
||||
<div class="bm-red-ljj-bg" v-if="state.channel === 1 && state.receive_mode === 2">
|
||||
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/bm-img/zfbljj-bg.png" alt=""
|
||||
|
|
Loading…
Reference in New Issue