Forráskód Böngészése

词云字段写错

qinpeng 2 éve
szülő
commit
9712bda862
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      public/ciyun/ciyunindex.html

+ 1 - 1
public/ciyun/ciyunindex.html

@@ -489,7 +489,7 @@
                 type: "post",
                 success: function (data) {
                     let arr = []
-                    data.data.forEach(item => {
+                    data.result.forEach(item => {
                         arr.push(item.word)
                     })
                     oldstopWordList = JSON.parse(JSON.stringify(arr))