소스 검색

bug修改

wangfei 6 년 전
부모
커밋
771302edfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/vote/list.vue

+ 1
- 1
src/views/vote/list.vue 파일 보기

@@ -165,7 +165,7 @@ export default {
165 165
       myprofile: x => x.myprofile,
166 166
       myID: s =>
167 167
         (
168
-          s.myprofile.filter(
168
+          (s.myprofile || []).filter(
169 169
             x => x.ActivityId === (s.activity || {}).ActivityId
170 170
           )[0] || {}
171 171
         ).MemberId