瀏覽代碼

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