Browse Source

update 目录调整

wangxy 3 months ago
parent
commit
ba42bef8de
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/newEnglish/components/beiPage.vue

+ 4 - 0
pages/newEnglish/components/beiPage.vue

@@ -140,6 +140,10 @@
 			wordId: props.activeWord.id
 		}).then(res => {
 			const { wanchangflag } = res.data;
+      if (wanchangflag == 1) {
+        // 通知岛重新调用接口
+        cacheManager.remove('daoPageCache')
+      }
 		})
 	}