修改样式
This commit is contained in:
parent
eed435cee2
commit
6ddab227fa
|
@ -472,19 +472,18 @@
|
||||||
// title:'请同意服务保障!'
|
// title:'请同意服务保障!'
|
||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
if(this.startTime==''){
|
if(this.jishiName==''||this.jishiName==undefined){
|
||||||
|
uni.showToast({
|
||||||
|
title:'请选择技师,不同等级技师价格不同!'
|
||||||
|
})
|
||||||
|
}else if(this.startTime==''){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:'请选择服务时间!'
|
title:'请选择服务时间!'
|
||||||
})
|
})
|
||||||
}else if(this.jishiName==''){
|
|
||||||
uni.showToast({
|
|
||||||
title:'请选择技师!'
|
|
||||||
})
|
|
||||||
}else{
|
}else{
|
||||||
// this.showpay = true;
|
// this.showpay = true;
|
||||||
this.goOrder()
|
this.goOrder()
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
textareaChange(e){//备注
|
textareaChange(e){//备注
|
||||||
this.textareaData=e.detail.value
|
this.textareaData=e.detail.value
|
||||||
|
|
|
@ -721,19 +721,19 @@
|
||||||
// title:'请同意服务保障!'
|
// title:'请同意服务保障!'
|
||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
if(this.startTime==''){
|
|
||||||
|
if(this.jishiName==''||this.jishiName==undefined){
|
||||||
|
uni.showToast({
|
||||||
|
title:'请选择技师,不同等级技师价格不同!'
|
||||||
|
})
|
||||||
|
}else if(this.startTime==''){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:'请选择服务时间!'
|
title:'请选择服务时间!'
|
||||||
})
|
})
|
||||||
}else if(this.jishiName==''){
|
|
||||||
uni.showToast({
|
|
||||||
title:'请选择技师!'
|
|
||||||
})
|
|
||||||
}else{
|
}else{
|
||||||
// this.showpay = true;
|
// this.showpay = true;
|
||||||
this.goOrder()
|
this.goOrder()
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
textareaChange(e){//备注
|
textareaChange(e){//备注
|
||||||
this.textareaData=e.detail.value
|
this.textareaData=e.detail.value
|
||||||
|
|
|
@ -510,19 +510,18 @@
|
||||||
// title:'请同意服务保障!'
|
// title:'请同意服务保障!'
|
||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
if(this.startTime==''){
|
if(this.jishiName==''||this.jishiName==undefined){
|
||||||
|
uni.showToast({
|
||||||
|
title:'请选择技师,不同等级技师价格不同!'
|
||||||
|
})
|
||||||
|
}else if(this.startTime==''){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:'请选择服务时间!'
|
title:'请选择服务时间!'
|
||||||
})
|
})
|
||||||
}else if(this.jishiName==''){
|
|
||||||
uni.showToast({
|
|
||||||
title:'请选择技师!'
|
|
||||||
})
|
|
||||||
}else{
|
}else{
|
||||||
// this.showpay = true;
|
// this.showpay = true;
|
||||||
this.goOrder()
|
this.goOrder()
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
textareaChange(e){//备注
|
textareaChange(e){//备注
|
||||||
this.textareaData=e.detail.value
|
this.textareaData=e.detail.value
|
||||||
|
|
|
@ -403,15 +403,16 @@
|
||||||
this.textareaData = data.join(",")
|
this.textareaData = data.join(",")
|
||||||
},
|
},
|
||||||
openpay() {//验证
|
openpay() {//验证
|
||||||
if(this.jishiName==''){
|
if(this.jishiName==''||this.jishiName==undefined){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:'请选择技师!'
|
title:'请选择技师,不同等级技师价格不同!'
|
||||||
})
|
})
|
||||||
}else if(this.startTime==''){
|
}else if(this.startTime==''){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:'请选择服务时间!'
|
title:'请选择服务时间!'
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
|
// this.showpay = true;
|
||||||
this.goOrder()
|
this.goOrder()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -317,7 +317,7 @@
|
||||||
padding: 14rpx 0;
|
padding: 14rpx 0;
|
||||||
// border-radius: 60rpx;
|
// border-radius: 60rpx;
|
||||||
color: #464646;
|
color: #464646;
|
||||||
font-size: 26rpx;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
padding: 14rpx 0;
|
padding: 14rpx 0;
|
||||||
// border-radius: 60rpx;
|
// border-radius: 60rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
|
@ -420,7 +420,7 @@
|
||||||
padding: 14rpx 0;
|
padding: 14rpx 0;
|
||||||
// border-radius: 60rpx;
|
// border-radius: 60rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue