订单页面调整
This commit is contained in:
parent
170fae5ad1
commit
4f3d568a76
|
@ -2039,14 +2039,15 @@
|
|||
border-radius: 9px;
|
||||
}
|
||||
.Service-Address{
|
||||
font-size:34rpx;
|
||||
font-weight: bold;
|
||||
font-size:30rpx;
|
||||
color: #333;
|
||||
// font-weight: bold;
|
||||
padding: 6rpx 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
.Service-name{
|
||||
font-size: 26rpx;
|
||||
color: #666;
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
padding:4rpx 0;
|
||||
|
@ -2061,8 +2062,8 @@
|
|||
color:#666;
|
||||
}
|
||||
.Service-add{
|
||||
font-size:24rpx;
|
||||
color: #666;
|
||||
font-size:30rpx;
|
||||
color: #333;
|
||||
border-radius:5rpx;
|
||||
}
|
||||
.Service-more{
|
||||
|
@ -2073,7 +2074,7 @@
|
|||
height: 18rpx;
|
||||
border-color:#c0c0c0;
|
||||
transform:rotate(45deg);
|
||||
margin-top:50rpx;
|
||||
margin-top:58rpx;
|
||||
}
|
||||
.server-yuhui{
|
||||
background: linear-gradient(90deg, #fc5f28, #fe3d24);
|
||||
|
|
|
@ -221,7 +221,6 @@
|
|||
},
|
||||
|
||||
onLoad(e) {
|
||||
console.log(e);
|
||||
let that = this
|
||||
that.technicianType=e.technicianType
|
||||
that.massageTypeId=e.massageTypeId
|
||||
|
@ -652,7 +651,7 @@
|
|||
classifyId: this.tabIndex,
|
||||
page: this.page,
|
||||
limit: this.limit,
|
||||
// massageTypeId: this.massageTypeId,
|
||||
massageTypeId: this.massageTypeId,
|
||||
// condition: this.value1, //智能优选
|
||||
// authentication: this.value2, //不限男女
|
||||
by: index, //价格
|
||||
|
|
Loading…
Reference in New Issue