fix: 修改立减金

This commit is contained in:
zhangds 2024-03-25 20:10:58 +08:00
parent 24534b2b53
commit a8eabc9636
1 changed files with 6 additions and 5 deletions

View File

@ -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=""