|
@@ -14,8 +14,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="picture" wx:if="{{type == 2}}">
|
|
<view class="picture" wx:if="{{type == 2}}">
|
|
- <block wx:for="{{productionData.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
|
|
|
|
- <image mode="aspectFill" src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
|
|
|
|
|
|
+ <block wx:for="{{productionData.imagesList}}" wx:for-item="items" wx:key="{{items}}">
|
|
|
|
+ <image mode="aspectFill" src="{{items}}" bindtap="listenerButtonPreviewImage" data-img="{{items}}"></image>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
<view class="icon" wx:if="{{type == 2}}">
|
|
<view class="icon" wx:if="{{type == 2}}">
|
|
@@ -46,7 +46,7 @@
|
|
<view class="text">
|
|
<view class="text">
|
|
<image src="../../pages/image/input.png" class="input-img"></image>
|
|
<image src="../../pages/image/input.png" class="input-img"></image>
|
|
<view class="input-text">
|
|
<view class="input-text">
|
|
- <input placeholder="Enter You My Essage" value="{{text}}" bindinput="bindKeyInput" type="text" />
|
|
|
|
|
|
+ <input placeholder="请输入评论内容" value="{{text}}" bindinput="bindKeyInput" type="text" />
|
|
<view bindtap="sendText" data-id="{{productionData.id}}"></view>
|
|
<view bindtap="sendText" data-id="{{productionData.id}}"></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|