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'
...@@ -241,7 +242,7 @@ ...@@ -241,7 +242,7 @@
} }
} }
.payMoney{margin-left: 0;} .payMoney{margin-left: 0;}
.pay{width: 70* @toVw;height: 28* @toVw;border:1px solid rgba(244,99,99,1);color:rgba(244,99,99,1); .pay{width: 70* @toVw;height: 28* @toVw;border:1px solid rgba(244,99,99,1);color:rgba(244,99,99,1);
text-align: center;line-height: 28* @toVw;border-radius: 14* @toVw; } text-align: center;line-height: 28* @toVw;border-radius: 14* @toVw; }
} }
} }
...@@ -266,7 +267,7 @@ ...@@ -266,7 +267,7 @@
margin: 0; margin: 0;
line-height: 20 * @toVw; line-height: 20 * @toVw;
} }
.red{ .red{
color: #f06a33; color: #f06a33;
} }
......
...@@ -119,8 +119,10 @@ ...@@ -119,8 +119,10 @@
<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="sou" v-if="recordListIndex === 0"> <div class="days">
<img :src="punchTheClock.sou" alt=""> <div class="sou" v-if="recordListIndex === 0">
<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>
...@@ -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