This commit is contained in:
parent
671ab39c08
commit
4e7a24d5bd
|
@ -2103,7 +2103,8 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-bottom: 1px solid #E5E5E5;
|
border-bottom: 1px solid #E5E5E5;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
margin-bottom: 7px;
|
margin-bottom: 15px;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.mian-top{
|
.mian-top{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
style="justify-content: space-evenly;text-align: center;">
|
style="justify-content: space-evenly;text-align: center;">
|
||||||
<view class="">
|
<view class="">
|
||||||
<view style="font-size: 24px;font-weight: bold;">{{ currentWholeIncome ? currentWholeIncome : 0 }}</view>
|
<view style="font-size: 24px;font-weight: bold;">{{ currentWholeIncome ? currentWholeIncome : 0 }}</view>
|
||||||
<text style="font-size: 14px; margin-top: 5px;">当前业绩</text>
|
<text style="font-size: 14px; margin-top: 15px;">当前业绩</text>
|
||||||
<!-- <text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text> -->
|
<!-- <text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="shuxian"></view>
|
<view class="shuxian"></view>
|
||||||
|
@ -425,6 +425,18 @@
|
||||||
<text
|
<text
|
||||||
style="border-radius: 10rpx 10rpx 0 0; background: linear-gradient(90deg, #019C88, #28BA92, #35C495);padding: 15rpx 15rpx 5rpx 15rpx;color: white;">今日服务</text>
|
style="border-radius: 10rpx 10rpx 0 0; background: linear-gradient(90deg, #019C88, #28BA92, #35C495);padding: 15rpx 15rpx 5rpx 15rpx;color: white;">今日服务</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="pintuan_syrs flex justify-between" v-if="item.status == 6">
|
||||||
|
<view class="pintuan-title" >
|
||||||
|
<image src="../../static/clock.png" class="pintuan-img"></image>
|
||||||
|
<span class="pintuan-text">服务倒计时</span>
|
||||||
|
</view>
|
||||||
|
<!-- <uni-countdown ref="countDownEl" :title="'剩余'" :fontSize="'14'" :showDay="false"
|
||||||
|
:hour="item.endTime.hour" :minute="item.endTime.minute" :second="item.endTime.second"
|
||||||
|
color="#20C675">
|
||||||
|
</uni-countdown> -->
|
||||||
|
<u-count-down :timestamp="endOfServiceTimer" separator-color="#20C675" color="#20C675"
|
||||||
|
font-size="30" separator-size="30"></u-count-down>
|
||||||
|
</view>
|
||||||
<view class="bgwhite radius margin-top-sm padding-bottom-sm"
|
<view class="bgwhite radius margin-top-sm padding-bottom-sm"
|
||||||
:style="{ backgroundColor: item.status == 2 ? '#f6fcfa' : '', border: item.status == 2 ? '2px solid rgb(207, 237, 225)' : '' }"
|
:style="{ backgroundColor: item.status == 2 ? '#f6fcfa' : '', border: item.status == 2 ? '2px solid rgb(207, 237, 225)' : '' }"
|
||||||
v-for="(item, index) in goods" :key='index' @click="goNav('/my/order/revenueDetails?ordersId=' + item.ordersId)">
|
v-for="(item, index) in goods" :key='index' @click="goNav('/my/order/revenueDetails?ordersId=' + item.ordersId)">
|
||||||
|
@ -444,18 +456,7 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="xian" v-if="item.status == 6"></view>
|
<view class="xian" v-if="item.status == 6"></view>
|
||||||
<view class="pintuan_syrs flex justify-between" v-if="item.status == 6">
|
|
||||||
<view class="pintuan-title" >
|
|
||||||
<image src="../../static/clock.png" class="pintuan-img"></image>
|
|
||||||
<span class="pintuan-text">服务倒计时</span>
|
|
||||||
</view>
|
|
||||||
<!-- <uni-countdown ref="countDownEl" :title="'剩余'" :fontSize="'14'" :showDay="false"
|
|
||||||
:hour="item.endTime.hour" :minute="item.endTime.minute" :second="item.endTime.second"
|
|
||||||
color="#20C675">
|
|
||||||
</uni-countdown> -->
|
|
||||||
<u-count-down :timestamp="endOfServiceTimer" separator-color="#20C675" color="#20C675"
|
|
||||||
font-size="30" separator-size="30"></u-count-down>
|
|
||||||
</view>
|
|
||||||
<view class=" u-flex u-p-t-30 padding-sm">
|
<view class=" u-flex u-p-t-30 padding-sm">
|
||||||
<view class="u-m-r-10">
|
<view class="u-m-r-10">
|
||||||
<u-avatar :src="item.massageImg ? item.massageImg : '../../static/logo.png'" mode="square"
|
<u-avatar :src="item.massageImg ? item.massageImg : '../../static/logo.png'" mode="square"
|
||||||
|
@ -1587,7 +1588,7 @@ page {
|
||||||
|
|
||||||
.djimg {
|
.djimg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 40px;
|
right: 45px;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: url(../../static/images/index/vip.png) no-repeat center;
|
background: url(../../static/images/index/vip.png) no-repeat center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -1595,7 +1596,7 @@ page {
|
||||||
height: 77px;
|
height: 77px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 84px;
|
line-height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xianb {
|
.xianb {
|
||||||
|
|
Loading…
Reference in New Issue