You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.4 KiB
45 lines
2.4 KiB
<view class="item-list">
|
|
<view class="user-info">
|
|
<image src="https://epdc-shibei.elinkservice.cn/epdcFile/M00/00/00/CgUipV3wgl6Afm4cAAAa8QfEb00266_big.png"></image>
|
|
<view class="name-date">
|
|
<view class="name">南宁路152号-梁先生</view>
|
|
<view class="date">2019-08-26 12:56:02</view>
|
|
</view>
|
|
</view>
|
|
<view class="details-info">庆祝建党97周年“党徽照耀新时代”庆祝建党97周年“党徽照耀新时代”庆祝建党97周年“党徽照耀新时代”庆祝建党97周年“党徽照耀新时代”庆祝建党97周年“党徽照耀新时代”</view>
|
|
|
|
<view wx:if="{{images.length > 0}}" class="image-list" style="height: {{images.length === 3 ? '160rpx' : images.length === 2 ? '205rpx' : images.length === 1 ? '350rpx' : '' }}">
|
|
<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">
|
|
<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 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>
|