0531品牌动态

master
liuyongli 3 years ago
parent 480427105e
commit 7dfd1fd522

@ -104,6 +104,7 @@
.brand_card{
height: 246rpx;
/* width: 320rpx; */
}
.brand_voa {

@ -217,7 +217,8 @@ to(e) {
if (res.confirm) {
console.log('用户点击确定')
wx.getImageInfo({
src: '/pages/index/shortimage/img_xingtue@2x.png',
// src: '/pages/index/shortimage/img_xingtue@2x.png',
src:'',
success: function (res) {
console.log(res);
var path = res.path;

@ -5,7 +5,7 @@
</video>
</view>
<view class="video" wx:if="{{infoObject.type===2}}">
<image src="{{cdn+(infoObject.cover)}}" style="width: 100%;height: 100%;">
<image mode="widthFix" src="{{cdn+(infoObject.cover)}}" style="width: 100%;">
<l-icon name="left" color="black" size="48" class="back" bindtap="back" />
</image>
</view>

@ -8,7 +8,8 @@
.video {
width: 100%;
height: 440rpx;
/* height: 440rpx; */
height: 100%;
}

Loading…
Cancel
Save