|
@@ -220,7 +220,7 @@
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
this.person=response.person;
|
|
this.person=response.person;
|
|
this.detail = response.info;
|
|
this.detail = response.info;
|
|
- this.isNoToday=this.daysDistance(new Date(),this.detail.visitDate)
|
|
|
|
|
|
+ this.isNoToday=response.isNoToday;
|
|
|
|
|
|
if(!this.isNoToday){
|
|
if(!this.isNoToday){
|
|
mui.toast("请注意,访问时间不是今天");
|
|
mui.toast("请注意,访问时间不是今天");
|