Ver Fonte

feat(KIP-11004): 办公楼增加lbs判断

lock.qiu@kerryprops.com há 1 ano atrás
pai
commit
1cbde240c1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/wx-points-auth/wx-points-auth.vue

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

@@ -160,7 +160,7 @@ export default {
                         } else {
                             // console.log(222222)
                             // 非南昌办公楼展示自助积分功能接口请求出错
-                            if (this.$store.state?.lbsId !== '8a84834088f11119018949444636000c') {
+                            if (this.$store.state?.lbsId !== '8a84834088f11119018949444636000c' && this.$store.state?.lbsId !== '8a88817a8a629b5f018a838a0f6e001f') {
                                 uni.showToast({
                                     icon: 'none',
                                     mask: true,