'修改图片问题'

This commit is contained in:
我是子健 2023-05-07 10:44:32 +08:00
parent f652b677f9
commit 51ada8e530
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
</view>
<!-- 数据列表 tab 新 -->
<view class="tab-list flexacenter">
<view class="tab-list flexacenter" wx:if="{{ envVersionState && false }}">
<view class="tab-item {{ tabValue == index ? 'pitch' : '' }}" wx:for="{{ tabList }}" wx:key="index" bindtap="setValue" data-key="tabValue" data-value="{{ index }}">{{ item.title }}</view>
<view class="tab-green" style="left: {{ tabList[tabValue].left }}rpx;"></view>
</view>

View File

@ -219,7 +219,7 @@
</view>
<!-- 图片和视频 -->
<view class="media-box" wx:if="{{ info.video && info.video.length != 0 && info.picturegroup && info.picturegroup.length != 0 }}">
<view class="media-box" wx:if="{{ (info.video && info.video.length != 0) || (info.picturegroup && info.picturegroup.length != 0) }}">
<view class="media-header">
<block wx:if="{{ info.video.length != 0 }}">
<image class="video-icon" mode="widthFix" src="/img/u1737.png"></image>