|
@@ -2,31 +2,32 @@ |
|
|
<!-- <navbar back home text="详情" background="#fff"></navbar> --> |
|
|
<!-- <navbar back home text="详情" background="#fff"></navbar> --> |
|
|
<!-- <view style="height:{{navigationBarHeight}} "></view> --> |
|
|
<!-- <view style="height:{{navigationBarHeight}} "></view> --> |
|
|
<!-- banner活动详情页面 --> |
|
|
<!-- banner活动详情页面 --> |
|
|
<view class='coupons' > |
|
|
|
|
|
|
|
|
<view class='coupons'> |
|
|
<view class="coupons-body"> |
|
|
<view class="coupons-body"> |
|
|
<view class='banner'> |
|
|
<view class='banner'> |
|
|
<image src='{{data.coverImg}}' mode="widthFix"></image> |
|
|
<image src='{{data.coverImg}}' mode="widthFix"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class='act'> |
|
|
<view class='act'> |
|
|
<text class='txt001'>{{data.title}}</text> |
|
|
|
|
|
<text class='txt002'>{{data.subTitle}}</text> |
|
|
|
|
|
<view class="proct"> |
|
|
|
|
|
<text>活动说明</text> |
|
|
|
|
|
<text>{{data.detail}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<text class='txt001'>{{data.title}}</text> |
|
|
|
|
|
<text class='txt002'>{{data.subTitle}}</text> |
|
|
|
|
|
<view class="proct"> |
|
|
|
|
|
<text>活动说明</text> |
|
|
|
|
|
<text>{{data.detail}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class='notes' style='display:none;'> |
|
|
|
|
|
<view> |
|
|
|
|
|
<text>活动详情</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view> |
|
|
|
|
|
<text><text class='spot'></text>{{data.detail}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
<view class='notes' style='display:none;'> |
|
|
|
|
|
<view> |
|
|
|
|
|
<text>活动详情</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view> |
|
|
|
|
|
<text><text class='spot'></text>{{data.detail}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<view class='contain clearfix'> |
|
|
<view class='contain clearfix'> |
|
|
<!-- 优惠券 --> |
|
|
<!-- 优惠券 --> |
|
|
<navigator tt:for="{{data.coupons}}" tt:key="{{index}}" url="/pages/coupon/detail/index?couponChannelId={{item.id}}"> |
|
|
|
|
|
|
|
|
<navigator tt:for="{{data.coupons}}" tt:key="{{index}}" |
|
|
|
|
|
url="/pages/coupon/detail/index?couponChannelId={{item.id}}&mallTenantId={{mallTenantId}}"> |
|
|
<!-- 首页优惠券列表页面 --> |
|
|
<!-- 首页优惠券列表页面 --> |
|
|
<view class="coupons1" style="{{mouldType==1?'height: 540rpx;':''}}"> |
|
|
<view class="coupons1" style="{{mouldType==1?'height: 540rpx;':''}}"> |
|
|
<view class="coupons1-img" style="{{mouldType==1?'height: 344rpx;':''}}"> |
|
|
<view class="coupons1-img" style="{{mouldType==1?'height: 344rpx;':''}}"> |
|
@@ -40,7 +41,8 @@ |
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" tt:if="{{item.type == 1}}"> |
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" tt:if="{{item.type == 1}}"> |
|
|
满¥{{item.usePriceStr}}可用 |
|
|
满¥{{item.usePriceStr}}可用 |
|
|
</view> |
|
|
</view> |
|
|
<view class="coupons-info-manjian" style="font-size:28rpx;" tt:if="{{item.type == 2||item.type == 3||item.type==4||item.type==5||item.type==6||item.type==7}}"> |
|
|
|
|
|
|
|
|
<view class="coupons-info-manjian" style="font-size:28rpx;" |
|
|
|
|
|
tt:if="{{item.type == 2||item.type == 3||item.type==4||item.type==5||item.type==6||item.type==7}}"> |
|
|
仅限本店使用 |
|
|
仅限本店使用 |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@@ -54,19 +56,22 @@ |
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" tt:if="{{item.type == 1}}"> |
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" tt:if="{{item.type == 1}}"> |
|
|
满¥{{item.usePriceStr}}可用 |
|
|
满¥{{item.usePriceStr}}可用 |
|
|
</view> |
|
|
</view> |
|
|
<view class="coupons-info-manjian" style="font-size:28rpx;" tt:if="{{item.type == 2||item.type == 3||item.type==4||item.type==5||item.type==6||item.type==7}}"> |
|
|
|
|
|
|
|
|
<view class="coupons-info-manjian" style="font-size:28rpx;" |
|
|
|
|
|
tt:if="{{item.type == 2||item.type == 3||item.type==4||item.type==5||item.type==6||item.type==7}}"> |
|
|
仅限本店使用 |
|
|
仅限本店使用 |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- <view class="coupons1-info-name subtitle sy">剩余{{item.remainInventory}}</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="coupons1-info-name subtitle sy">剩余{{item.remainInventory}}</view> --> |
|
|
|
|
|
|
|
|
<view class="coupons1-btn"> |
|
|
<view class="coupons1-btn"> |
|
|
<!-- 优惠券价格 --> |
|
|
<!-- 优惠券价格 --> |
|
|
<i-button class="{{mouldType!=1?'buy':'buyX'}}" hover-class='active' tt:if="{{item.salePriceStr==0}}" data-date='{{data}}'>免费领</i-button> |
|
|
|
|
|
<i-button class="{{mouldType!=1?'buy':'buyX'}}" hover-class='active' tt:elif="{{item.salePriceStr!=0}}" data-date='{{data}}'>马上购</i-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<i-button class="{{mouldType!=1?'buy':'buyX'}}" hover-class='active' tt:if="{{item.salePriceStr==0}}" |
|
|
|
|
|
data-date='{{data}}'>免费领</i-button> |
|
|
|
|
|
<i-button class="{{mouldType!=1?'buy':'buyX'}}" hover-class='active' tt:elif="{{item.salePriceStr!=0}}" |
|
|
|
|
|
data-date='{{data}}'>马上购</i-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<!-- <view class="coupons1-border"></view> --> |
|
|
<!-- <view class="coupons1-border"></view> --> |
|
|
</view> |
|
|
</view> |
|
|