Переглянути джерело

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{

Завантаження…
Відмінити
Зберегти