diff --git a/subPackages/daoyou/detail.vue b/subPackages/daoyou/detail.vue index 554096b..3116166 100644 --- a/subPackages/daoyou/detail.vue +++ b/subPackages/daoyou/detail.vue @@ -342,7 +342,7 @@ currentDate.setMonth(currentDate.getMonth() + monthsToAdd); maxMonth = Number(this.getNowTime(currentDate).slice(5, 7)) - // if(this.month + 1 == maxMonth) return; + if(this.month + 1 == maxMonth) return; // 下一月 this.month += 1; if (this.month > 12) { diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 01f680f..9563711 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@