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