[baozhangchao] 3 vuotta sitten
vanhempi
commit
bd98f9c6e2
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4
    4
      src/pages/index/index.jsx

+ 4
- 4
src/pages/index/index.jsx Näytä tiedosto

@@ -72,21 +72,21 @@ export default (props) => {
72 72
         <HomeCard text='便捷服务'>
73 73
           <View className='Operation-box'>
74 74
             <View className='Operation-box-header'>
75
-              <View className='Operation-box-header-centent' onChange={onChangeGoNotice}>
75
+              <View className='Operation-box-header-centent' onClick={onChangeGoNotice}>
76 76
                 <Image src={handle} style={{ width: '50px', height: '30px' }} />
77 77
                 <View>办证</View>
78 78
               </View>
79
-              <View className='Operation-box-header-centent' onChange={onChangeGoNotice}>
79
+              <View className='Operation-box-header-centent' onClick={onChangeGoNotice}>
80 80
                 <Image src={addTime} style={{ width: '28px', height: '24px', padding: '0 10px' }} />
81 81
                 <View>续期</View>
82 82
               </View>
83 83
             </View>
84
-            <View className='Operation-box-header' onChange={onChangeGoNotice}>
84
+            <View className='Operation-box-header' onClick={onChangeGoNotice}>
85 85
               <View className='Operation-box-header-centent'>
86 86
                 <Image src={lost} style={{ width: '35px', height: '30px', padding: '0 10px' }} />
87 87
                 <View>挂失</View>
88 88
               </View>
89
-              <View className='Operation-box-header-centent' onChange={goMain}>
89
+              <View className='Operation-box-header-centent' onClick={goMain}>
90 90
                 <Image src={main} style={{ width: '27px', height: '25px', padding: '0 10px' }} />
91 91
                 <View>我的</View>
92 92
               </View>