lanxin 2 月之前
父节点
当前提交
6736982cda
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/A2yblm/index.tsx

+ 1 - 1
src/pages/A2yblm/index.tsx

@@ -57,7 +57,7 @@ function A2yblm() {
   const modelChange = useCallback(() => {
   const modelChange = useCallback(() => {
     if (currentTab === 'tab2') setIsShowTag(true)
     if (currentTab === 'tab2') setIsShowTag(true)
     if (currentTab !== 'tab2') {
     if (currentTab !== 'tab2') {
-      setCurrentTagIndex(1)
+      setCurrentTagIndex(0)
       setIsShowTag(false)
       setIsShowTag(false)
       callIframeFu('showHotspot', -1)
       callIframeFu('showHotspot', -1)
     }
     }