소스 검색

Merge pull request #242 from tron/lock/release-2.16.0/SCRM-4268

feat(SCRM-4268): Parking-Service跨业态无感积分绑定提醒
John-Hong 1 년 전
부모
커밋
ff16aaf371
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/wx-points-auth/wx-points-auth.vue

+ 1 - 1
src/components/wx-points-auth/wx-points-auth.vue

@@ -105,7 +105,7 @@ export default {
                 })
                 if (arr_lbsId.length > 0) {
                        console.log(777)
-                       if (arr_lbsId[0].time < nowTime00) {
+                       if (arr_lbsId[arr_lbsId.length - 1].time < nowTime00) {
                            this.show = true
                            console.log(333)
                        } else {