seimin 2 年 前
コミット
65abadc22c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      components/smallScreen/smallScreen.vue

+ 1 - 1
components/smallScreen/smallScreen.vue

@@ -74,7 +74,7 @@
74 74
             console.log(res)
75 75
             if (res.status == 200) {
76 76
               res.list = res.list || [];
77
-              if(res.list[0].signTypeIds){
77
+              if(res.list[0] && res.list[0].signTypeIds){
78 78
                 // 如果开启
79 79
                 const postData = {
80 80
                   "idx":0,