Procházet zdrojové kódy

Merge branch 'xieying' of gitadmin/tuoheng_qmhh_web into develop

xieying
xieying před 1 rokem
rodič
revize
21a7924acc
2 změnil soubory, kde provedl 6 přidání a 3 odebrání
  1. +4
    -3
      package_first/pages/AttentionMethod/index.wxss
  2. +2
    -0
      package_first/pages/videoDetail/index.js

+ 4
- 3
package_first/pages/AttentionMethod/index.wxss Zobrazit soubor

@@ -2,11 +2,12 @@
.attention_container{
position: relative;
width: 100%;
background-color: RGBA(224, 235, 255, 1);
}
.main{
width: 100%;
/* height: 2640rpx; */
height: 2000rpx;
height: 1940rpx;
padding-bottom: 40rpx;
}
.button{
width: calc(100% - 60rpx);
@@ -20,6 +21,6 @@
text-align: center;
line-height: 95rpx;
position: fixed;
bottom: 55rpx;
bottom: 30rpx;
left: 30rpx;
}

+ 2
- 0
package_first/pages/videoDetail/index.js Zobrazit soubor

@@ -64,7 +64,9 @@ Page({
}
this.setData({
'detail.status': params.status,
control : true
})
console.log(this.data.detail.status);
})
}
})

Načítá se…
Zrušit
Uložit