|
|
@ -12,10 +12,34 @@ |
|
|
|
<image mode="aspectFill" catchtap="previewImage" data-src="{{item}}" class="image-item" wx:for="{{images}}" wx:key="{{index}}" wx:for-index="index" wx:for-item="item" src="{{item}}" /> |
|
|
|
</view> |
|
|
|
<view class="attitude"> |
|
|
|
<image src="../../images/give.png"></image> |
|
|
|
<view class="give-data">22222</view> |
|
|
|
<image src="../../images/comment.png"></image> |
|
|
|
<view class="give-data">22222</view> |
|
|
|
<view class="all"> |
|
|
|
<image src="../../images/give.png"></image> |
|
|
|
<view class="give-data">22222</view> |
|
|
|
</view> |
|
|
|
<view class="all"> |
|
|
|
<image src="../../images/comment.png"></image> |
|
|
|
<view class="give-data">22222</view> |
|
|
|
</view> |
|
|
|
<view class="all"> |
|
|
|
<image src="../../images/ic_huifu@2x.png"></image> |
|
|
|
<view class="give-data">评论</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="comment"></view> |
|
|
|
</view> |
|
|
|
<view class="comment"> |
|
|
|
<view class="comment-list"><text>张测试:</text>我们这个楼的小区门口也是这中事情我们这个楼的小区门口也是这中事情···我们这个楼的小区门口也是这中事情···</view> |
|
|
|
<view class="comment-list"><text>张测试:</text>我们这个楼的小区门口也是这中事情我们这个楼的小区门口也是这中事情···我们这个楼的小区门口也是这中事情···</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<form bindsubmit="submitForm" report-submit="true"> |
|
|
|
<view class="release"> |
|
|
|
<view wx:if="{{reply}}" class="replyinfo1"> |
|
|
|
回复<text class="text">{{replyUserName}}</text> |
|
|
|
<button class="cancel" bindtap="cancleReply">取消回复</button> |
|
|
|
</view> |
|
|
|
<view class="replyinfo2"> |
|
|
|
<textarea placeholder-class="input_null" fixed="true" maxlength="-1" show-confirm-bar="false" cursor-spacing="15" auto-height="true" placeholder="请输入回复" name="comment"></textarea> |
|
|
|
<button form-type="submit" class="submit">发送</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</form> |