Ver código fonte

Merge branch 'master' of http://gogs.ioobot.com:6680/xy/online

wly 7 anos atrás
pai
commit
c8290cbc2f

+ 3 - 3
src/case/BillApp/src/components/HomePage/IconList.jsx

@@ -6,9 +6,9 @@ const Item = List.Item;
 
 
 export default class IconList extends Component{
-    constructor(props){
-        super(props)
-    }
+    // constructor(props){
+    //     super(props)
+    // }
 
     render(){
         return (

+ 3 - 3
src/case/OrderApp/src/App.js

@@ -8,9 +8,9 @@ import TabBarBottom from './components/App/TabBarBottom'
 
 
 class OrderApp extends Component {
-  constructor(props){
-    super(props)
-  }
+  // constructor(props){
+  //   super(props)
+  // }
   
   render() {
     return (

+ 4 - 4
src/case/OrderApp/src/components/HomePage/Cards.jsx

@@ -5,10 +5,10 @@ import './Cards.css'
 
 
 class Cards extends Component{
-    constructor(props){
-        //console.log('111',props)
-        super(props)
-    }
+    // constructor(props){
+    //     //console.log('111',props)
+    //     super(props)
+    // }
 
     onClickChange(e,d){
         //console.log('onClickChange',e,d)

+ 0 - 1
src/case/OrderApp/src/components/HomePage/Slide.jsx

@@ -37,7 +37,6 @@ class Slide extends React.Component {
           <Carousel
             autoplay={false}
             infinite
-            autoplay
             slideWidth={1}
             beforeChange={(from, to) => console.log(`slide from ${from} to ${to}`)}
             afterChange={index => console.log('slide to', index)}