Baozhangchao 3 anni fa
parent
commit
f3864edbd3

+ 0
- 1
src/pages/details/NoteDetails/index.jsx Vedi File

@@ -65,7 +65,6 @@ export default withLayout((props) => {
65 65
       Taro.createSelectorQuery().selectAll('.get-Video-Width').boundingClientRect(function (rects) {
66 66
         rects.forEach(function (rect) {
67 67
           setGetVideoWidth(rect.width)
68
-          console.log("🚀 ~ file: index.jsx ~ line 72 ~ rect", rect)
69 68
 
70 69
         })
71 70
       }).exec()

+ 1
- 1
src/pages/index/components/NoteCard/index.jsx Vedi File

@@ -24,7 +24,7 @@ export default (props) => {
24 24
   }
25 25
   return (
26 26
 
27
-    <view className={uqClass} style={{ overflow: 'hidden', backgroundColor: 'while' }}>
27
+    <view className={uqClass} style={{ overflow: 'hidden', backgroundColor: 'while' }} onClick={Detail}>
28 28
       <view className='contentCard' style={style}>
29 29
         <view className='cardTop'>
30 30
           <image mode='widthFix' src={compressImage(item.poster)} className='cCardimg' />