...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" class="swiper_item_img" bindchange="swiperChange">
|
|
|
<block wx:for="{{imgUrls}}" wx:key="doct">
|
|
|
<swiper-item style="border-radius:10px;">
|
|
|
<image src="{{item}}" data-index='{{index}}' class="slide-image" bindtap='viewImg' width="355" height="150" />
|
|
|
<image src="{{item.image}}" data-index='{{index}}' class="slide-image" bindtap='viewImg' width="355" height="150" />
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|
...
|
...
|
@@ -34,26 +34,26 @@ |
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="tast">
|
|
|
<view class="tast" wx:for="{{news}}" wx:key=''>
|
|
|
<view class="tastimg">
|
|
|
<image src="{{url}}aicon_25@2x.png"></image>
|
|
|
<image src="{{item.thumb}}"></image>
|
|
|
</view>
|
|
|
|
|
|
<view class="tastcontent">
|
|
|
<view class="tasttitle">石库门·海上繁华</view>
|
|
|
<view class="tasttext">海派风味:开坛飘香,入口爽滑</view>
|
|
|
<view class="tasttitle">{{item.title}}</view>
|
|
|
<view class="tasttext">{{item.description}}</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="wineblock">
|
|
|
<view class="wineblock" wx:for="{{list}}" wx:key="">
|
|
|
<view class="middlehead">
|
|
|
<view class="rilihead">
|
|
|
<view class="rili">
|
|
|
<image src="{{url}}aicon_46x.png"></image>
|
|
|
<image src="{{item.icon}}"></image>
|
|
|
</view>
|
|
|
<view class="jiudan">
|
|
|
酒单推荐
|
|
|
{{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
|
...
|
...
|
@@ -65,7 +65,7 @@ |
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
<view class="winetitle">年轻人生日party必备酒单</view>
|
|
|
<view class="winetitle">{{item.article.share_content}}</view>
|
|
|
|
|
|
<view class="wineimg">
|
|
|
<image src="{{url}}aicon_64.png"></image>
|
...
|
...
|
@@ -84,13 +84,13 @@ |
|
|
<view class="winerighttouimg">
|
|
|
<image src="{{url}}aicon_66x.png"></image>
|
|
|
</view>
|
|
|
<view class="winezan">18</view>
|
|
|
<view class="winezan">{{item.article.good_count}}</view>
|
|
|
</view>
|
|
|
<view class="winerighttou">
|
|
|
<view class="winerighttouimg">
|
|
|
<image src="{{url}}aicon_67x.png"></image>
|
|
|
</view>
|
|
|
<view class="winezan">54</view>
|
|
|
<view class="winezan">{{item.article.comment_count}}</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="winerighttou">
|
...
|
...
|
@@ -104,7 +104,7 @@ |
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
<view class="wineblock">
|
|
|
<!-- <view class="wineblock">
|
|
|
<view class="middlehead">
|
|
|
<view class="rilihead">
|
|
|
<view class="pin">
|
...
|
...
|
@@ -220,4 +220,4 @@ |
|
|
|
|
|
</view>
|
|
|
|
|
|
</view> |
|
|
\ No newline at end of file |
|
|
</view> --> |
|
|
\ No newline at end of file |
...
|
...
|
|