...
|
...
|
@@ -114,7 +114,7 @@ |
|
|
<view class='wine_list' wx:if='{{selectindex==3}}' bindtap='closeShareAction'>
|
|
|
<view class='list_item' wx:for='{{list}}' wx:key=''>
|
|
|
<view class='img_box'>
|
|
|
<image src='{{item.thumb}}' mode='widthFix'></image>
|
|
|
<image src='{{item.avatar}}' mode='widthFix'></image>
|
|
|
</view>
|
|
|
<view class='wine_title'>{{item.title}}</view>
|
|
|
<view class='wine_name'>{{item.user_nickname}}</view>
|
...
|
...
|
@@ -136,42 +136,82 @@ |
|
|
<image src='/img/gengduo.png' mode='widthFix' class='moreIcon'></image>
|
|
|
<view class='min_action_box'>
|
|
|
<view class='action_btn {{item.is_favorite?"active":""}}'>{{!item.is_favorite?"收藏":"已收藏"}}</view>
|
|
|
<view class='action_btn'>分享 <button open-type='share'></button></view>
|
|
|
<view class='action_btn'>分享
|
|
|
<button open-type='share'></button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <view class='list_item'>
|
|
|
<view class='img_box'>
|
|
|
<image src='/img/aicon_65.png'></image>
|
|
|
</view>
|
|
|
<view class='wine_title'>万丈红尘一人醉</view>
|
|
|
<view class='wine_name'>唐国强</view>
|
|
|
<view class='wine_leavel'>lv12</view>
|
|
|
<view class='action_box'>
|
|
|
<view class='single_action'>
|
|
|
<view class='zan_icon'>
|
|
|
<image src='/img/aicon_47.png' mode='widthFix'></image>
|
|
|
</view>
|
|
|
618
|
|
|
<!-- 专家品酒 -->
|
|
|
<view class='wine_list' wx:if='{{selectindex==4}}'>
|
|
|
<view class="wineblock" wx:for='{{list}}' wx:key=''>
|
|
|
<view class="winetitle">{{item.title}}</view>
|
|
|
<view class="wineimg">
|
|
|
<image src="{{item.video_image}}"></image>
|
|
|
<image src='/img/aicon_70.png' class='video_play'></image>
|
|
|
</view>
|
|
|
<view class='single_action'>
|
|
|
<view class='zan_icon'>
|
|
|
<view class="winebottom">
|
|
|
<view class="winebottomleft">
|
|
|
<view class="winebottomleftimg">
|
|
|
<image src="{{item.avatar}}"></image>
|
|
|
</view>
|
|
|
<view class="wineeng">{{item.name}}</view>
|
|
|
</view>
|
|
|
<view class="winebottonright">
|
|
|
<view class="winerighttou">
|
|
|
<view class="winerighttouimg">
|
|
|
<image src='{{!item.is_good?"/img/aicon_47.png":"/img/aicon_46.png"}}' mode='widthFix'></image>
|
|
|
</view>
|
|
|
<view class="winezan">{{item.good_count}}</view>
|
|
|
</view>
|
|
|
<view class="winerighttou">
|
|
|
<view class="winerighttouimg">
|
|
|
<image src='/img/aicon_67.png' mode='widthFix'></image>
|
|
|
</view>
|
|
|
54
|
|
|
<view class="winezan">{{item.comment_count}}</view>
|
|
|
</view>
|
|
|
<view class="winerighttou">
|
|
|
<view class="winerighttouimg">
|
|
|
<image src="/img/aicon_74.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="niangjiulist" wx:if='{{selectindex==5}}'>
|
|
|
<view class="niangjiuitem" wx:for='{{list}}' wx:key=''>
|
|
|
<view class="teachimg">
|
|
|
<image src="{{item.avatar}}"></image>
|
|
|
</view>
|
|
|
<view class="jiuname">{{item.name}}</view>
|
|
|
<view class="atten">{{item.is_concern==0?'关注':'已关注'}}</view>
|
|
|
<view class="jiubottom">
|
|
|
<view class="jiuleft">
|
|
|
<view class="jiuleftimg">
|
|
|
<image src='{{!item.is_good?"/img/aicon_47.png":"/img/aicon_46.png"}}' mode='widthFix'></image>
|
|
|
</view>
|
|
|
<view class="jiuzan">{{item.good_count}}</view>
|
|
|
</view>
|
|
|
<view class='single_action'>
|
|
|
<image src='/img/gengduo.png' mode='widthFix' class='more'></image>
|
|
|
|
|
|
<view class="jiumiddle">
|
|
|
<view class="middleimg">
|
|
|
<image src='/img/aicon_67.png' mode='widthFix'></image>
|
|
|
</view>
|
|
|
<view class="tiao">{{item.comment_count}}</view>
|
|
|
</view>
|
|
|
<view class="jiuright">
|
|
|
<image src="/img/aicon_68.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
<view class='showall' wx:if='{{noMore&&noData}}'>已显示全部内容</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class='showall' wx:if='{{noMore&&noData}}'>已显示全部内容</view>
|
|
|
<view class='noData' wx:if='{{!noData}}'>
|
|
|
暂无相关数据
|
|
|
</view> |
|
|
\ No newline at end of file |
...
|
...
|
|