|
@@ -2,7 +2,7 @@
|
|
|
<view class="indexs">
|
|
<view class="indexs">
|
|
|
<view class="indexTip" style="top:{{navH+13}}rpx" hidden="{{iShiddenTip}}">
|
|
<view class="indexTip" style="top:{{navH+13}}rpx" hidden="{{iShiddenTip}}">
|
|
|
<view class="tip acea-row row-between-wrapper">
|
|
<view class="tip acea-row row-between-wrapper">
|
|
|
- <view class="text">点击“<image src="/images/spot.png"></image>”添加到我的小程序, 微信首页下拉即可访问商城。</view>
|
|
|
|
|
|
|
+ <view class="text">点击“<image src="/images/spot.png"></image>”添加到我的小程序, 微信首页下拉即可访问美天旺。</view>
|
|
|
<view class="iconfont icon-guanbi1" bindtap="closeTip"></view>
|
|
<view class="iconfont icon-guanbi1" bindtap="closeTip"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -239,7 +239,7 @@
|
|
|
<swiper autoplay="{{autoplay}}" circular="{{circular}}" interval="{{intervalNew}}" duration="{{durationNew}}" previous-margin="110px" next-margin="110px" bindchange="bindchange">
|
|
<swiper autoplay="{{autoplay}}" circular="{{circular}}" interval="{{intervalNew}}" duration="{{durationNew}}" previous-margin="110px" next-margin="110px" bindchange="bindchange">
|
|
|
<swiper-item wx:for="{{info.firstList}}" wx:key='index'>
|
|
<swiper-item wx:for="{{info.firstList}}" wx:key='index'>
|
|
|
<view bindtap="goDetailType" data-items='{{item}}' class="item {{avtiveIndex===index?'active':'quiet'}}">
|
|
<view bindtap="goDetailType" data-items='{{item}}' class="item {{avtiveIndex===index?'active':'quiet'}}">
|
|
|
- <image src="{{item.image}}"></image>
|
|
|
|
|
|
|
+ <image src="{{item.image}}" mode="widthFix"></image>
|
|
|
<text class="pictrue_log_medium pictrue_log_class" wx:if="{{item.activity && item.activity.type ==='1'}}">秒杀</text>
|
|
<text class="pictrue_log_medium pictrue_log_class" wx:if="{{item.activity && item.activity.type ==='1'}}">秒杀</text>
|
|
|
<text class="pictrue_log_medium pictrue_log_class" wx:if="{{item.activity && item.activity.type === '2'}}">砍价</text>
|
|
<text class="pictrue_log_medium pictrue_log_class" wx:if="{{item.activity && item.activity.type === '2'}}">砍价</text>
|
|
|
<text class="pictrue_log_medium pictrue_log_class" wx:if="{{item.activity && item.activity.type === '3'}}">拼团</text>
|
|
<text class="pictrue_log_medium pictrue_log_class" wx:if="{{item.activity && item.activity.type === '3'}}">拼团</text>
|