@@ -661,11 +661,12 @@
selectServiceObject(item) {
if (!this.serviceTeacherList || this.serviceTeacherList.length==0){
- uni.showToast({
- icon: 'none',
- duration: 2000,
- title: '暂无可预约排班'
- });
+ uni.showModal({
+ title:"温馨提示",
+ content:"今日线上号段已拿完,理发可先电话咨询门店",
+ showCancel:false,
+ confirmText:"知道了"
+ })
return
}
if (item.select) {
@@ -490,7 +490,13 @@
}).then(res=>{
this.periodTimeList = res.data.data
if (this.periodTimeList.length===0){
- uni.$u.toast('暂无可预约排班')
+ // uni.$u.toast('暂无可预约排班')
// 服务对象
this.listServiceObject()
@@ -153,7 +153,6 @@
url:'/orderPages/activityDetail/activityDetail?id=' + item.activityId +'&renewServiceObjectId=' + item.serviceObjectId
})
}else {
-
uni.navigateTo({
url:'/orderPages/activityList/activityList?renewServiceObjectId=' + item.serviceObjectId + '&equityCardId=' + item.equityCardId