修改样式

This commit is contained in:
Mr.jiang 2024-08-22 17:56:37 +08:00
parent eed435cee2
commit 6ddab227fa
7 changed files with 22 additions and 23 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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()
} }
}, },

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }