瀏覽代碼

调整数据类型

wangxy 2 月之前
父節點
當前提交
a8ce49c031
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      pages/newEnglish/components/beiPage.vue

+ 3 - 2
pages/newEnglish/components/beiPage.vue

@@ -142,9 +142,10 @@
 			wordId: props.activeWord.id
 			wordId: props.activeWord.id
 		}).then((res) => {
 		}).then((res) => {
       const {
       const {
-        wanchangflag
+        wanchengFlag
       } = res.data;
       } = res.data;
-      if (wanchangflag == 1) {
+      if (wanchengFlag == 1) {
+        console.log(3333)
         // 通知岛重新调用接口
         // 通知岛重新调用接口
         cacheManager.remove('zhangInfo')
         cacheManager.remove('zhangInfo')
       }
       }