Ver Fonte

农历状态下切换下一张bug

jwyu há 3 anos atrás
pai
commit
3d71159ab7
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      src/views/hzyb/chart/Detail.vue

+ 4 - 1
src/views/hzyb/chart/Detail.vue

@@ -684,6 +684,7 @@ const pageChange=async (type)=>{
             if(!searchListData.value[index-1]){
                 Toast('当前已是第一张图')
             }else{
+                calendarType.value='公历'
                 router.replace({
                     query:{
                         ...route.query,
@@ -697,6 +698,7 @@ const pageChange=async (type)=>{
             if(!searchListData.value[index+1]){
                 Toast('当前已是最后一张图')
             }else{
+                calendarType.value='公历'
                 router.replace({
                     query:{
                         ...route.query,
@@ -730,6 +732,7 @@ const pageChange=async (type)=>{
                         })
                     }, 500);
                 }
+                calendarType.value='公历'
                 router.replace({
                     query:{
                         ...route.query,
@@ -753,7 +756,7 @@ const pageChange=async (type)=>{
                         })
                     }, 500);
                 }
-
+                calendarType.value='公历'
                 router.replace({
                     query:{
                         ...route.query,