|
|
@@ -2,7 +2,7 @@ |
|
|
|
<i-tabs class='tabs' current="{{ current_scroll }}" scroll bindchange="handleChangeScroll"> |
|
|
|
<i-tab class='i-tab' wx:for="{{tabs}}" wx:key="unique" key="{{item.key}}" title="{{item.name}}"></i-tab> |
|
|
|
</i-tabs> |
|
|
|
<view class='section'> |
|
|
|
<view class='section' wx:for='{{list}}' wx:key='{{index}}'> |
|
|
|
<view class='detail_msg'> |
|
|
|
<view class='logo'> |
|
|
|
<image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image> |
|
|
@@ -12,25 +12,7 @@ |
|
|
|
<text>黑椒牛排</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text>有效期至:</text>2018-07-10 11:30</view> |
|
|
|
<view> |
|
|
|
<text></text> |
|
|
|
<text>立即使用</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='section'> |
|
|
|
<view class='detail_msg'> |
|
|
|
<view class='logo'> |
|
|
|
<image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image> |
|
|
|
</view> |
|
|
|
<view class='info'> |
|
|
|
<view> |
|
|
|
<text>黑椒牛排</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text>有效期至:</text>2018-07-10 11:30</view> |
|
|
|
<text>有效期至:</text>{{item.expiredTime}}</view> |
|
|
|
<view> |
|
|
|
<text></text> |
|
|
|
<text>立即使用</text> |
|
|
|