浏览代码

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{

正在加载...
取消
保存