@@ -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;
}
@@ -136,7 +135,7 @@
.work .workContent .video {
.work .workContent .audioBox {
@@ -27,7 +27,6 @@ Page({
uid: ''
},
onLoad(options) {
- console.log(options);
wx.setNavigationBarTitle({
title: options.title,
})
@@ -38,7 +38,6 @@ Page({
* 生命周期函数--监听页面加载
*/
this.setData({
activityId: options.activityId
@@ -10,7 +10,6 @@ Page({
exampleId: ''
exampleId: options.exampleId
@@ -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
};