Commit 8d91bfaf authored by IvyXia123's avatar IvyXia123

tijiao

parent 381144ae
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<script> <script>
import {getOrderListApi,getwechatParam} from "../service/api"; import {getOrderListApi,getwechatParam} from "../service/api";
import commom from "../util/common";
import {ORDERTYPE} from "../util/wordbook"; import {ORDERTYPE} from "../util/wordbook";
import {order} from "../util/imgUrl.js" import {order} from "../util/imgUrl.js"
import shareUrl from '../assets/share.png' import shareUrl from '../assets/share.png'
......
...@@ -119,9 +119,11 @@ ...@@ -119,9 +119,11 @@
<div class="today-list-xian" v-for="(item, index) in punchCardData" v-if="punchCardData.length !== 0" :key="index"> <div class="today-list-xian" v-for="(item, index) in punchCardData" v-if="punchCardData.length !== 0" :key="index">
<!-- 日期 --> <!-- 日期 -->
<div class="punch-card-today"> <div class="punch-card-today">
<div class="days">
<div class="sou" v-if="recordListIndex === 0"> <div class="sou" v-if="recordListIndex === 0">
<img :src="punchTheClock.sou" alt=""> <img :src="punchTheClock.sou" alt="">
</div> </div>
</div>
<div class="day" v-if="recordListIndex !== 0">{{ item.push_time.split('-')[1] }}{{ item.push_time.split('-')[2] }}日打卡任务</div> <div class="day" v-if="recordListIndex !== 0">{{ item.push_time.split('-')[1] }}{{ item.push_time.split('-')[2] }}日打卡任务</div>
<div class="day-small">{{ recordListIndex === 0 ? '请耐心等待课程开始' : recordListIndex === 1 ? '请在当日完成' : recordListIndex === 2 ? '需消耗星星补卡' : '很棒哦!继续加油' }}</div> <div class="day-small">{{ recordListIndex === 0 ? '请耐心等待课程开始' : recordListIndex === 1 ? '请在当日完成' : recordListIndex === 2 ? '需消耗星星补卡' : '很棒哦!继续加油' }}</div>
<div class="small-title">{{ item.sub_title }}</div> <div class="small-title">{{ item.sub_title }}</div>
...@@ -786,6 +788,9 @@ ...@@ -786,6 +788,9 @@
font-weight: 500; font-weight: 500;
color: #6B5617; color: #6B5617;
} }
.days {
width: 116 * @toVw;
}
.day-small { .day-small {
padding-top: 3 * @toVw; padding-top: 3 * @toVw;
font-size: 10 * @toVw; font-size: 10 * @toVw;
......
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