Bläddra i källkod

feat(SCRM-4268): Parking-Service跨业态无感积分绑定提醒

lock.qiu@kerryprops.com 1 år sedan
förälder
incheckning
c14d62783a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) {
                 if (arr_lbsId.length > 0) {
                        console.log(777)
                        console.log(777)
-                       if (arr_lbsId[0].time < nowTime00) {
+                       if (arr_lbsId[arr_lbsId.length - 1].time < nowTime00) {
                            this.show = true
                            this.show = true
                            console.log(333)
                            console.log(333)
                        } else {
                        } else {