'修改图片问题'
This commit is contained in:
parent
f652b677f9
commit
51ada8e530
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user