|
@@ -59,7 +59,7 @@
|
|
|
<view class="content-more" bindtap="goToBaseAffairs">查看更多 >></view>
|
|
|
</view>
|
|
|
<view style="padding: 0 8rpx 20rpx 8rpx;background-color: #ffffff;width: 690rpx;margin-left: 30rpx;display: flex;flex-wrap:wrap;justify-content: space-between;">
|
|
|
- <view data-item="{{index}}" bindtap="goToBaseAffairsDetail" wx:for="{{baseList}}" wx:for-index="index" wx:for-item="item" wx:key="index" style="position: relative;margin-top: 60rpx;color: #ffffff;font-size: 32rpx;width: 207rpx;height: 94rpx;background-color: #889FFF;border-radius: 8rpx;border: 1rpx solid #4547FF;display: flex;align-items: center;justify-content: center;">
|
|
|
+ <view data-item="{{index}}" bindtap="goToBaseAffairsDetail" wx:for="{{baseList}}" wx:for-index="index" wx:for-item="item" wx:key="index" style="position: relative;margin-top: 60rpx;color: #ffffff;font-size: 32rpx;width: 207rpx;height: 94rpx;background-color: #96c3f5;border-radius: 8rpx;display: flex;align-items: center;justify-content: center;">
|
|
|
<view data-item="{{index}}" style="position: absolute;top: -40rpx;width: 65rpx;height: 65rpx;">
|
|
|
<image data-item="{{index}}" style="width: 65rpx;height: 65rpx;" src="{{imgUrl + item.pic}}" mode="" />
|
|
|
</view>
|
|
@@ -146,7 +146,8 @@
|
|
|
<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-docid="{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:key="index" wx:for="{{textInterpretationList}}" 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="gotospjd" data-url="{{item.DOCPUBURL}}" data-docid="{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:key="index" wx:for="{{textInterpretationList}}" 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;">
|
|
|
+ <!-- bindtap="gotoZCJDDetail" -->
|
|
|
<view class="limit-text-1" style="width: 500rpx">{{item.DOCTITLE}}</view>
|
|
|
<view>{{filter.formateDate(item.DOCRELTIME)}}</view>
|
|
|
</view>
|
|
@@ -157,8 +158,8 @@
|
|
|
<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="gotoZCJDDetailByDocId" data-url="{{item.DOCPUBURL}}" data-docid="{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:for="{{pictureInterpretationList}}" wx:key="index">
|
|
|
- <!-- <image src="{{item.logoImg}}" style="width: 327rpx;height: 185rpx;"></image> -->
|
|
|
+ <view style="width: 327rpx;" bindtap="gotospjd" data-url="{{item.DOCPUBURL}}" data-url="{{item.DOCPUBURL}}" data-docid="{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:for="{{pictureInterpretationList}}" wx:key="index">
|
|
|
+ <!-- bindtap="gotoZCJDDetailByDocId" <image src="{{item.logoImg}}" style="width: 327rpx;height: 185rpx;"></image> -->
|
|
|
<view style="width: 327rpx;height: 185rpx;background-image: url({{item.logoImg}});background-size:cover;"></view>
|
|
|
<view class="limit-text-3" style="font-size: 20rpx;font-family: PingFang SC;color: #666666;">{{item.DOCTITLE}}</view>
|
|
|
</view>
|
|
@@ -175,7 +176,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-docid = "{{item.DOCID}}" data-channelid="{{item.CHNLID}}" wx:for="{{videoInterpretationList}}" wx:key="index">
|
|
|
+ <view style="width: 327rpx;" bindtap="gotospjd" data-url="{{item.DOCPUBURL}}" 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>
|