|
@@ -461,6 +461,7 @@ |
|
|
}, |
|
|
}, |
|
|
//时间切换 |
|
|
//时间切换 |
|
|
tabtimetap(index, text) { |
|
|
tabtimetap(index, text) { |
|
|
|
|
|
this.activeTotal = index; |
|
|
if (index == 4) { |
|
|
if (index == 4) { |
|
|
this.calendarShow = true; |
|
|
this.calendarShow = true; |
|
|
} else { |
|
|
} else { |
|
@@ -469,7 +470,6 @@ |
|
|
this.time = text |
|
|
this.time = text |
|
|
this.getdata() |
|
|
this.getdata() |
|
|
} |
|
|
} |
|
|
this.activeTotal = index; |
|
|
|
|
|
this.timeshow = false |
|
|
this.timeshow = false |
|
|
}, |
|
|
}, |
|
|
// 顾问选择 |
|
|
// 顾问选择 |
|
|