Commit 41552a99 authored by Mac's avatar Mac

1

parent 9755ce78
......@@ -434,7 +434,6 @@ import tabbars from '@/components/tabbar/index';
this.totalData.forEach(x=>{
let time = x.DateYear+'-'+x.DateMonth+'-'+x.DateDay
if(this.fullDate == time){
this.subscribeList = x.PlanList
}
if(x.haveCourseCount>0){
......@@ -444,7 +443,6 @@ import tabbars from '@/components/tabbar/index';
this.dotList.push(obj)
}
})
console.log(this.dotList)
}
);
},
......
......@@ -125,7 +125,6 @@
},
watch:{
dotList: function(newvalue){
console.log(newvalue,'newvalue')
const days = this.days.slice(0);
newvalue.forEach(item => {
const index = days.findIndex(ditem => ditem.fullDate === item.date);
......
......@@ -258,7 +258,7 @@
},
res => {
uni.showToast({
title: res.message,
title: '预约成功',
icon:'none'
})
uni.redirectTo({//下单成功跳入订单列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment