소스 검색

Merge branch 'xieying' of gitadmin/tuoheng_qmhh_web into develop

xieying
xieying 1 년 전
부모
커밋
d8a57d9ae4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package_first/pages/ProtectionActivity/index.js

+ 1
- 1
package_first/pages/ProtectionActivity/index.js 파일 보기

@@ -97,7 +97,7 @@ Page({
const entersList = this.data.entersList
const {tenantId} = wx.getStorageSync('tenant')
const openid = wx.getStorageSync('openid')
if(tenantId === null){
if(tenantId !== 5 ){
entersList[0].isShow = false
this.setData({ entersList })
}else{

Loading…
취소
저장