Преглед изворни кода

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…
Откажи
Сачувај