0531品牌动态

master
liuyongli 3 years ago
parent 480427105e
commit 7dfd1fd522

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

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

@ -5,7 +5,7 @@
</video> </video>
</view> </view>
<view class="video" wx:if="{{infoObject.type===2}}"> <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" /> <l-icon name="left" color="black" size="48" class="back" bindtap="back" />
</image> </image>
</view> </view>

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

Loading…
Cancel
Save