xujing 5 년 전
부모
커밋
dacfd96c85
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/pages/project/index.js

+ 2
- 2
src/pages/project/index.js 파일 보기

@@ -170,8 +170,8 @@ export default class Index extends Component {
170 170
       const banner = res[0]
171 171
 
172 172
       const maskVisible = this.props.screenShow !== (banner || {}).contentId
173
-
174
-      if (maskVisible) {
173
+      // debugger
174
+      if (maskVisible && banner) {
175 175
         Taro.hideTabBar({
176 176
           animation: true
177 177
         })