Browse Source

调整数据类型

wangxy 2 tháng trước cách đây
mục cha
commit
a8ce49c031
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      pages/newEnglish/components/beiPage.vue

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

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