|
@@ -13,7 +13,7 @@
|
|
|
<text class="">分享作品</text>
|
|
|
<image src="../../pages/image/xing.png" class="xing"></image>
|
|
|
</view>
|
|
|
- <view class="share-con">
|
|
|
+ <view class="share-con" bindtap="particulars" data-postsId="{{productionData.id}}">
|
|
|
<view class="head">
|
|
|
<view class="head-img">
|
|
|
<image src="{{productionData.featureMap.headImgUrl}}"></image>
|
|
@@ -25,11 +25,11 @@
|
|
|
</view>
|
|
|
<view class="picture">
|
|
|
<block wx:for="{{productionData.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
|
|
|
- <image src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
|
|
|
+ <image src="{{items.path}}" catchtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="icon">
|
|
|
- <view bindtap="like">
|
|
|
+ <view catchtap="like">
|
|
|
<image src="../../pages/image/zan.png" class="zan" wx:if="{{like}}"></image>
|
|
|
<image src="../../pages/image/nozan.png" class="zan" wx:else></image>
|
|
|
<text>{{favors ? favors : '0'}}</text>
|