|
|
|
|
|
<view class='container'>
|
|
|
<view class='item'>
|
|
|
<view class='item_top'>
|
|
|
员工个税减免干货都在这里了!各家HR惠存鸭~
|
|
|
</view>
|
|
|
<view class='item_top'>{{detail.title}}</view>
|
|
|
<view class='item_mid'>
|
|
|
<view class='item_mid_text'>
|
|
|
新个人所得税法近日备受关注。关于个人所得税,想必大家都十分关心,让我们通过以下问题!
|
|
|
{{detail.content}}
|
|
|
<span class='color_blue'>全部</span>
|
|
|
</view>
|
|
|
<!-- 图片盒子 -->
|
|
|
<view class='item_mid_box'>
|
|
|
|
|
|
<view class='item_mid_box_pic'>
|
|
|
<image src='../../images/weirenzheng@2x.png'></image>
|
|
|
</view>
|
|
|
|
|
|
<view class='item_mid_box_pic'>
|
|
|
<image src='../../images/weirenzheng@2x.png'></image>
|
|
|
</view>
|
|
|
|
|
|
<view class='item_mid_box_pic'>
|
|
|
<image src='../../images/weirenzheng@2x.png'></image>
|
|
|
<view class='item_mid_box' wx:if="{{detail.images}}">
|
|
|
<view class='item_mid_box_pic' wx:for='{{detail.images}}' wx:key=''>
|
|
|
<image src='{{item}}'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -30,17 +19,17 @@ |
|
|
<view class='item_left'>
|
|
|
<!-- 头像 -->
|
|
|
<view class='item_left_pic'>
|
|
|
<image src='../../images/weirenzheng@3x.png'></image>
|
|
|
<image src='{{detail.avatar}}'></image>
|
|
|
</view>
|
|
|
<view class='item_name'>
|
|
|
张小亮
|
|
|
{{detail.nickname}}
|
|
|
</view>
|
|
|
<!-- 时间 -->
|
|
|
<view class='item_time'>
|
|
|
2019/01/21
|
|
|
{{detail.create_time_text}}
|
|
|
</view>
|
|
|
<!-- 删除 -->
|
|
|
<view class='item_delete'>
|
|
|
<view class='item_delete' hidden='{{detail.is_mine==0}}' bindtap='del'>
|
|
|
删除
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -52,16 +41,15 @@ |
|
|
</view>
|
|
|
<!-- 数量 -->
|
|
|
<view class='item_right_number'>
|
|
|
26
|
|
|
{{detail.browse_count}}
|
|
|
</view>
|
|
|
|
|
|
<!-- 图片 -->
|
|
|
<view class='item_right_pic2'>
|
|
|
<image src='../../images/pinglun@3x.png'></image>
|
|
|
</view>
|
|
|
<!-- 数量 -->
|
|
|
<view class='item_right_number'>
|
|
|
26
|
|
|
{{detail.comment_count}}
|
|
|
</view>
|
|
|
|
|
|
</view>
|
...
|
...
|
@@ -71,94 +59,57 @@ |
|
|
|
|
|
<view class='item_box'>
|
|
|
<!-- 回复内容1 -->
|
|
|
<view class='item item_bottom'>
|
|
|
<view class='item item_bottom' wx:for='{{comments}}' wx:key=''>
|
|
|
<view class='item_list'>
|
|
|
<view class='item_list_left'>
|
|
|
<view class='item_list_left_pic'>
|
|
|
<image src='../../images/img.jpg'></image>
|
|
|
<image src='{{item.avatar}}'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 右边 -->
|
|
|
<view class='item_list_right'>
|
|
|
<!-- 名字 -->
|
|
|
<view class='item_list_right_name'>
|
|
|
Bigman
|
|
|
{{item.nickname}}
|
|
|
</view>
|
|
|
<!-- 评论 -->
|
|
|
<view class='item_list_right_title'>
|
|
|
祝愿祖国越来越强大!!!
|
|
|
<view class='item_list_right_title' bindtap='parentSet' id='{{item.id}}'>
|
|
|
{{item.content}}
|
|
|
</view>
|
|
|
<!-- 时间&点赞 -->
|
|
|
<view class='time_bottom'>
|
|
|
<view class='time_bottom_left'>
|
|
|
24分钟前
|
|
|
{{item.create_time_text}}
|
|
|
</view>
|
|
|
<view class='time_bottom_left'>
|
|
|
<view>21</view>
|
|
|
<view class='time_bottom_left_pic'>
|
|
|
<image src='../../images/zan@3x.png'></image>
|
|
|
<view>{{item.likes}}</view>
|
|
|
<view class='time_bottom_left_pic' bindtap='zan' id='{{item.id}}'>
|
|
|
<image src='../../images/zan@3x.png' wx:if="{{item.is_like==0}}"></image>
|
|
|
<image src='../../images/thumb-up-button@3x' wx:else></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 底部评论 -->
|
|
|
<view class='text_bottom'>
|
|
|
<span class='color_blue'>你好啊:</span>哪个人是你
|
|
|
</view>
|
|
|
<!-- 下划线 -->
|
|
|
<view class='underline'></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 回复内容2 -->
|
|
|
<view class='item item_bottom'>
|
|
|
<view class='item_list'>
|
|
|
<view class='item_list_left'>
|
|
|
<view class='item_list_left_pic'>
|
|
|
<image src='../../images/img.jpg'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 右边 -->
|
|
|
<view class='item_list_right'>
|
|
|
<!-- 名字 -->
|
|
|
<view class='item_list_right_name'>
|
|
|
Bigman
|
|
|
</view>
|
|
|
<!-- 评论 -->
|
|
|
<view class='item_list_right_title'>
|
|
|
祝愿祖国越来越强大!!!
|
|
|
</view>
|
|
|
<!-- 时间&点赞 -->
|
|
|
<view class='time_bottom'>
|
|
|
<view class='time_bottom_left'>
|
|
|
24分钟前
|
|
|
</view>
|
|
|
<view class='time_bottom_left'>
|
|
|
<view>21</view>
|
|
|
<view class='time_bottom_left_pic'>
|
|
|
<image src='../../images/zan@3x.png'></image>
|
|
|
<view class='sec_comments' wx:if="{{item.child.length>0}}">
|
|
|
<view class='sec_comment' wx:for='{{item.child}}' wx:for-item='sec' wx:key=''>
|
|
|
<view class='text_bottom' >
|
|
|
<text class='color_blue'>{{sec.nickname}}:</text>{{sec.content}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='underline'></view>
|
|
|
</view>
|
|
|
<!-- 底部评论 -->
|
|
|
<!-- <view class='text_bottom'>
|
|
|
<span class='color_blue'>你好啊:</span>哪个人是你
|
|
|
</view> -->
|
|
|
<!-- 下划线 -->
|
|
|
<!-- <view class='underline'></view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 底部发表按钮 -->
|
|
|
<view class='bottom_box'>
|
|
|
<view class='bottom_box_input'>
|
|
|
<input placeholder='发表评论...'></input>
|
|
|
<input placeholder='发表评论...' focus='{{startComment}}' bindtap='parentSet' bindinput='subComments' id=''></input>
|
|
|
</view>
|
|
|
<view class='bottom_box_text'>
|
|
|
<view class='bottom_box_text' bindtap='s'>
|
|
|
发表
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
|