Commit 41552a99 authored by Mac's avatar Mac

1

parent 9755ce78
...@@ -434,7 +434,6 @@ import tabbars from '@/components/tabbar/index'; ...@@ -434,7 +434,6 @@ import tabbars from '@/components/tabbar/index';
this.totalData.forEach(x=>{ this.totalData.forEach(x=>{
let time = x.DateYear+'-'+x.DateMonth+'-'+x.DateDay let time = x.DateYear+'-'+x.DateMonth+'-'+x.DateDay
if(this.fullDate == time){ if(this.fullDate == time){
this.subscribeList = x.PlanList this.subscribeList = x.PlanList
} }
if(x.haveCourseCount>0){ if(x.haveCourseCount>0){
...@@ -444,7 +443,6 @@ import tabbars from '@/components/tabbar/index'; ...@@ -444,7 +443,6 @@ import tabbars from '@/components/tabbar/index';
this.dotList.push(obj) this.dotList.push(obj)
} }
}) })
console.log(this.dotList)
} }
); );
}, },
......
...@@ -125,7 +125,6 @@ ...@@ -125,7 +125,6 @@
}, },
watch:{ watch:{
dotList: function(newvalue){ dotList: function(newvalue){
console.log(newvalue,'newvalue')
const days = this.days.slice(0); const days = this.days.slice(0);
newvalue.forEach(item => { newvalue.forEach(item => {
const index = days.findIndex(ditem => ditem.fullDate === item.date); const index = days.findIndex(ditem => ditem.fullDate === item.date);
......
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
}, },
res => { res => {
uni.showToast({ uni.showToast({
title: res.message, title: '预约成功',
icon:'none' icon:'none'
}) })
uni.redirectTo({//下单成功跳入订单列表 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