소스 검색

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into dev

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

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

@@ -564,9 +564,7 @@ export default class Index extends Component {
564 564
     )
565 565
   }
566 566
   changeCurrent(event) {
567
-
568 567
     const current = event.detail.current
569
-    // debugger
570 568
     this.props.onChange && this.props.onChange(current)
571 569
   }
572 570