修改
This commit is contained in:
parent
1bb6bde497
commit
e37f51f2bd
@ -4,30 +4,33 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
height:100vh;
|
height:100vh;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
.title{
|
|
||||||
position: absolute;
|
|
||||||
top:20%;
|
|
||||||
left:50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
.text{
|
.text{
|
||||||
text-align: center;
|
position: absolute;
|
||||||
|
top:37%;
|
||||||
|
left:50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
padding-top: 30rpx;
|
padding-top: 30rpx;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
image{
|
image{
|
||||||
width: 200rpx;
|
position: absolute;
|
||||||
height: 200rpx;
|
top:20%;
|
||||||
|
left:50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 240rpx;
|
||||||
|
height: 240rpx;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.loginbtn{
|
.loginbtn{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:55%;
|
top:55%;
|
||||||
left:5%;
|
left:5%;
|
||||||
background-color: #46ABD7;
|
background-color: #26A888;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="title">
|
<image src="../../static/logo.png" mode=""></image>
|
||||||
<image src="../../static/logo.png" mode=""></image>
|
<view class="text">
|
||||||
<view class="text">
|
新医路健康服务平台
|
||||||
新医路健康服务平台
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<button class="loginbtn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumberp">手机号快捷登录</button>
|
<button class="loginbtn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumberp">手机号快捷登录</button>
|
||||||
<u-toast ref="uToast" />
|
<u-toast ref="uToast" />
|
||||||
@ -111,4 +109,4 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "./login.scss";
|
@import "./login.scss";
|
||||||
</style>
|
</style>
|
||||||
@ -102,7 +102,7 @@
|
|||||||
line-height: 96rpx;
|
line-height: 96rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="evaluate">
|
<view class="evaluate">
|
||||||
<!-- <view class="cancelorder">修改申请</view> -->
|
<!-- <view class="cancelorder">修改申请</view> -->
|
||||||
<!-- <view class="cancelorder " style="background: #4C7BC9;">撤销申请</view> -->
|
<!-- <view class="cancelorder " style="background: #26A888;">撤销申请</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
.Submit {
|
.Submit {
|
||||||
width: 217rpx;
|
width: 217rpx;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 68rpx;
|
line-height: 68rpx;
|
||||||
|
|||||||
@ -151,7 +151,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -306,7 +306,7 @@
|
|||||||
.buy {
|
.buy {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 71rpx;
|
line-height: 71rpx;
|
||||||
@ -392,8 +392,8 @@
|
|||||||
|
|
||||||
.Productmodel {
|
.Productmodel {
|
||||||
background: #ECF1FA;
|
background: #ECF1FA;
|
||||||
border: 4rpx solid #4C7BC9;
|
border: 4rpx solid #26A888;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.productmodel,
|
.productmodel,
|
||||||
@ -443,7 +443,7 @@
|
|||||||
.buy {
|
.buy {
|
||||||
width: 263rpx;
|
width: 263rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 25rpx;
|
border-radius: 25rpx;
|
||||||
font-size: 38rpx;
|
font-size: 38rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
.concent {
|
.concent {
|
||||||
width: 701rpx;
|
width: 701rpx;
|
||||||
height: 600rpx;
|
height: 600rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
margin: 5% auto 20px;
|
margin: 5% auto 20px;
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
.btn{
|
.btn{
|
||||||
width: 70%;
|
width: 70%;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:530rpx;
|
top:530rpx;
|
||||||
@ -75,7 +75,7 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -135,7 +135,7 @@
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
line-height: 68rpx;
|
line-height: 68rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
.btn{
|
.btn{
|
||||||
width: 70%;
|
width: 70%;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:530rpx;
|
top:530rpx;
|
||||||
@ -72,11 +72,11 @@
|
|||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
margin: 10rpx auto 0;
|
margin: 10rpx auto 0;
|
||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
background-color:#4C7BC9 ;
|
background-color:#26A888 ;
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
// color: #4C7BC9;
|
// color: #26A888;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 1rpx solid #4C7BC9;
|
border: 1rpx solid #26A888;
|
||||||
}
|
}
|
||||||
// 服务商家
|
// 服务商家
|
||||||
.detail {
|
.detail {
|
||||||
@ -272,7 +272,7 @@
|
|||||||
width: 175rpx;
|
width: 175rpx;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
line-height: 68rpx;
|
line-height: 68rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
|||||||
@ -92,7 +92,7 @@
|
|||||||
v-if="list.orderStatus=='WAIT_PAY'">
|
v-if="list.orderStatus=='WAIT_PAY'">
|
||||||
去支付
|
去支付
|
||||||
</view>
|
</view>
|
||||||
<view class="cancelorder" style="background: #4C7BC9;" v-if="list.orderStatus=='EVALUATED'"
|
<view class="cancelorder" style="background: #26A888;" v-if="list.orderStatus=='EVALUATED'"
|
||||||
@tap='lookrate(list)'>查看评价</view>
|
@tap='lookrate(list)'>查看评价</view>
|
||||||
</view>
|
</view>
|
||||||
<u-popup v-model="rateshow" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'>
|
<u-popup v-model="rateshow" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'>
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: #F4F5F7;
|
color: #F4F5F7;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -237,7 +237,7 @@
|
|||||||
.queren {
|
.queren {
|
||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
margin: 15rpx 0 0 15rpx;
|
margin: 15rpx 0 0 15rpx;
|
||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
|
|||||||
@ -69,7 +69,7 @@
|
|||||||
.ConfirmCancel {
|
.ConfirmCancel {
|
||||||
width: 217rpx;
|
width: 217rpx;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
line-height: 68rpx;
|
line-height: 68rpx;
|
||||||
|
|||||||
@ -201,7 +201,7 @@
|
|||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: #F4F5F7;
|
color: #F4F5F7;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
.concent {
|
.concent {
|
||||||
width: 701rpx;
|
width: 701rpx;
|
||||||
height: 1450rpx;
|
height: 1450rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
margin: 5% auto 20px;
|
margin: 5% auto 20px;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
margin: 80rpx 0 0 15%;
|
margin: 80rpx 0 0 15%;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
line-height: 71rpx;
|
line-height: 71rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -242,7 +242,7 @@
|
|||||||
.buy {
|
.buy {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 71rpx;
|
line-height: 71rpx;
|
||||||
@ -270,8 +270,8 @@
|
|||||||
|
|
||||||
.Productmodel {
|
.Productmodel {
|
||||||
background: #ECF1FA;
|
background: #ECF1FA;
|
||||||
border: 4rpx solid #4C7BC9;
|
border: 4rpx solid #26A888;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.productmodel,
|
.productmodel,
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: #F4F5F7;
|
color: #F4F5F7;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom:0;
|
bottom:0;
|
||||||
left:0;
|
left:0;
|
||||||
@ -102,7 +102,7 @@
|
|||||||
margin-top: 40rpx;
|
margin-top: 40rpx;
|
||||||
|
|
||||||
.choices {
|
.choices {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -242,7 +242,7 @@
|
|||||||
.buy {
|
.buy {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 71rpx;
|
line-height: 71rpx;
|
||||||
@ -270,8 +270,8 @@
|
|||||||
|
|
||||||
.Productmodel {
|
.Productmodel {
|
||||||
background: #ECF1FA;
|
background: #ECF1FA;
|
||||||
border: 4rpx solid #4C7BC9;
|
border: 4rpx solid #26A888;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.productmodel,
|
.productmodel,
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 38rpx;
|
font-size: 38rpx;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 60rpx;
|
top: 60rpx;
|
||||||
left: 280rpx;
|
left: 280rpx;
|
||||||
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
.time {
|
.time {
|
||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
padding: 40rpx 0 0 0;
|
padding: 40rpx 0 0 0;
|
||||||
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 38rpx;
|
font-size: 38rpx;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 60rpx;
|
top: 60rpx;
|
||||||
left: 237rpx;
|
left: 237rpx;
|
||||||
|
|||||||
@ -242,7 +242,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: #F4F5F7;
|
color: #F4F5F7;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
@ -105,7 +105,7 @@
|
|||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
height: 71rpx;
|
height: 71rpx;
|
||||||
line-height: 71rpx;
|
line-height: 71rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
padding-top: 10rpx;
|
padding-top: 10rpx;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
background-color: #4C7BC9;
|
background-color: #26A888;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
@ -78,7 +78,7 @@
|
|||||||
.concent {
|
.concent {
|
||||||
width: 701rpx;
|
width: 701rpx;
|
||||||
height: 1700rpx;
|
height: 1700rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
margin: 14rpx auto 20px;
|
margin: 14rpx auto 20px;
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.determine {
|
.determine {
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
right: 36rpx;
|
right: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -85,7 +85,7 @@
|
|||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
background-color:#26A888 ;
|
background-color:#26A888 ;
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
// color: #4C7BC9;
|
// color: #26A888;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 1rpx solid #26A888;
|
border: 1rpx solid #26A888;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -91,24 +91,24 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="buy" v-if="order.orderStatus == 'EVALUATED'" @tap='golookrate'>
|
<view class="buy" v-if="order.orderStatus == 'EVALUATED'" @tap='golookrate'>
|
||||||
<view class="pay" style="background-color: #4C7BC9;">
|
<view class="pay" style="background-color: #26A888;">
|
||||||
查看评价
|
查看评价
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="buy" v-if="order.orderStatus == 'RECEIVED_GOODS'" @tap='rate'>
|
<view class="buy" v-if="order.orderStatus == 'RECEIVED_GOODS'" @tap='rate'>
|
||||||
<view class="pay" style="background-color: #60c5f1;">
|
<view class="pay" style="background-color: #26A888;">
|
||||||
去评价
|
去评价
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType !='HEALTH_CONSULTATION'">
|
<view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType !='HEALTH_CONSULTATION'">
|
||||||
<view class="logistics" style="" @tap='gologistics'>查看物流
|
<view class="logistics" style="" @tap='gologistics'>查看物流
|
||||||
</view>
|
</view>
|
||||||
<view class="pay" style="background-color: #4C7BC9;" @tap='Receipt'>
|
<view class="pay" style="background-color: #26A888;" @tap='Receipt'>
|
||||||
确认收货
|
确认收货
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType =='HEALTH_CONSULTATION'">
|
<view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType =='HEALTH_CONSULTATION'">
|
||||||
<view class="pay" style="background-color: #4C7BC9;" @tap='Receipt'>
|
<view class="pay" style="background-color: #26A888;" @tap='Receipt'>
|
||||||
咨询完成
|
咨询完成
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -57,8 +57,8 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
border: 1rpx solid #4C7BC9;
|
border: 1rpx solid #26A888;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -71,8 +71,8 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
border: 1rpx solid #4C7BC9;
|
border: 1rpx solid #26A888;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
.Submit {
|
.Submit {
|
||||||
width: 217rpx;
|
width: 217rpx;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
border-radius: 26rpx;
|
border-radius: 26rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 68rpx;
|
line-height: 68rpx;
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.itemclass{
|
.itemclass{
|
||||||
color: #4C7BC9;
|
color: #26A888;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: 190rpx;
|
height: 190rpx;
|
||||||
image{
|
image{
|
||||||
@ -250,7 +250,7 @@
|
|||||||
width: 198rpx;
|
width: 198rpx;
|
||||||
height: 62rpx;
|
height: 62rpx;
|
||||||
border-radius: 23rpx;
|
border-radius: 23rpx;
|
||||||
background: #4C7BC9;
|
background: #26A888;
|
||||||
margin: 25rpx;
|
margin: 25rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user