|
@@ -175,7 +175,7 @@
|
|
|
<t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
|
|
|
</view>
|
|
|
<view wx:if="{{!isZCJDLoading}}" style="display: flex;justify-content: space-between;">
|
|
|
- <view style="width: 327rpx;" bindtap="gotoZCJDDetail" data-channelid="{{item.CHNLID}}" wx:for="{{videoInterpretationList}}" wx:key="index">
|
|
|
+ <view style="width: 327rpx;" bindtap="gotoZCJDDetail" data-docid = "{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:for="{{videoInterpretationList}}" wx:key="index">
|
|
|
<view style="width: 327rpx;height: 185rpx;background-image: url({{item.logoImg}});background-size:cover;"></view>
|
|
|
<view style="font-size: 20rpx;font-family: PingFang SC;color: #666666;">{{item.DOCTITLE}}</view>
|
|
|
</view>
|
|
@@ -191,7 +191,7 @@
|
|
|
<view wx:if="{{isZCJDLoading}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
|
|
|
<t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
|
|
|
</view>
|
|
|
- <view wx:if="{{!isZCJDLoading}}" bindtap="gotoZCJDDetail" data-channelid="{{item.CHNLID}}" wx:key="index" wx:for="{{mediaInterpretationList}}" style="display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;height: 107rpx;font-size: 28rpx;color: #666666;width: 639rpx;margin-left: 23rpx;border-bottom: 2rpx solid #CCCCCC;">
|
|
|
+ <view wx:if="{{!isZCJDLoading}}" bindtap="gotoZCJDDetail" data-docid = "{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:key="index" wx:for="{{mediaInterpretationList}}" style="display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;height: 107rpx;font-size: 28rpx;color: #666666;width: 639rpx;margin-left: 23rpx;border-bottom: 2rpx solid #CCCCCC;">
|
|
|
<view class="limit-text-1" style="width: 500rpx">{{item.DOCTITLE}}</view>
|
|
|
<view>{{filter.formateDate(item.DOCPUBTIME)}}</view>
|
|
|
</view>
|