bayi 1 éve
szülő
commit
a231d103db

+ 1 - 2
components/videoPreview/index.less

@@ -1,5 +1,4 @@
 .work {
-    width: 100%;
     margin-bottom: 24rpx;
     background-color: white;
     border-radius: 32rpx;
@@ -157,7 +156,7 @@
 
         .video {
             width: 100%;
-            height: 100%;
+            height: 422rpx;
             pointer-events: auto;
         }
 

+ 1 - 2
components/videoPreview/index.wxss

@@ -1,5 +1,4 @@
 .work {
-  width: 100%;
   margin-bottom: 24rpx;
   background-color: white;
   border-radius: 32rpx;
@@ -136,7 +135,7 @@
 }
 .work .workContent .video {
   width: 100%;
-  height: 100%;
+  height: 422rpx;
   pointer-events: auto;
 }
 .work .workContent .audioBox {

+ 0 - 1
pages/chat/index.js

@@ -27,7 +27,6 @@ Page({
         uid: ''
     },
     onLoad(options) {
-        console.log(options);
         wx.setNavigationBarTitle({
             title: options.title,
         })

+ 0 - 1
pages/match/index.js

@@ -38,7 +38,6 @@ Page({
      * 生命周期函数--监听页面加载
      */
     onLoad(options) {
-        console.log(options);
         this.setData({
             activityId: options.activityId
         })

+ 0 - 1
pages/otherWork/index.js

@@ -10,7 +10,6 @@ Page({
     exampleId: ''
   },
   onLoad(options) {
-    console.log(options);
     this.setData({
       exampleId: options.exampleId
     })

+ 0 - 1
utils/filter.wxs

@@ -15,7 +15,6 @@ function formatDate(time, flag) {
     }
     var time = time * 1
     var t = getDate(time);
-    console.log(t, 'zz');
     var tf = function (i) {
         return (i < 10 ? '0' : '') + i
     };