Przeglądaj źródła

Merge branch 'xieying' of gitadmin/tuoheng_qmhh_web into develop

xieying
xieying 1 rok temu
rodzic
commit
d8a57d9ae4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      package_first/pages/ProtectionActivity/index.js

+ 1
- 1
package_first/pages/ProtectionActivity/index.js Wyświetl plik

@@ -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{

Ładowanie…
Anuluj
Zapisz