张延森 3 gadus atpakaļ
vecāks
revīzija
a8e0decd5d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/pages/Honghe.vue

+ 1
- 1
src/pages/Honghe.vue Parādīt failu

253
       this.binggo = false
253
       this.binggo = false
254
     },
254
     },
255
     handleMonthClick(month) {
255
     handleMonthClick(month) {
256
-      if (!this.person || !this.personId) {
256
+      if (!this.person || !this.person.personId) {
257
         alert('为了您能够正常参与抽奖,请刷新页面并同意授权微信昵称!')
257
         alert('为了您能够正常参与抽奖,请刷新页面并同意授权微信昵称!')
258
         return
258
         return
259
       }
259
       }