|
|
|
|
|
<import src="categoryProductListFilter.ttml"/>
|
|
|
<!-- <import src="../../vendors/zanui/actionsheet/index.wxml"/> -->
|
|
|
<import src="../../vendors/zanui/actionsheet/index.ttml"/>
|
|
|
<form bindsubmit="formSubmit" report-submit='true'>
|
|
|
|
|
|
<scroll-view class="scroll-view" scroll-y style="height: {{screenHeight - 50}}px" bindscrolltolower="loadMore" bindscroll="scroll" scroll-top="{{scrollTop}}" enable-back-to-top="true">
|
...
|
...
|
@@ -19,11 +19,11 @@ |
|
|
</view>
|
|
|
|
|
|
<!--优惠券 -->
|
|
|
<!-- <view class='coupon-container' tt:if="{{couponList.length > 0}}">
|
|
|
<view class='coupon-container' tt:if="{{couponList.length > 0}}">
|
|
|
<scroll-view class='coupon-scroll' scroll-x>
|
|
|
<block tt:for="{{couponList}}" tt:key="coupon">
|
|
|
<view class='coupon-content' style="margin-left: {{index == 0 ? 15*scale : 0}}px; margin-right: {{index == couponList.length-1 ? 15*scale : 20*scale}}px" data-item="{{item}}" data-index="{{index}}" bindtap='getShopCoupon'>
|
|
|
<image class='coupon-bg-icon' src="{{item.status == 1 ? './images/coupon_bg_normal@2x.png' : './images/coupon_bg_disable@2x.png'}}">
|
|
|
<image class='coupon-bg-icon' src="{{item.status == 1 ? '../../images/coupon_bg_normal@2x.png' : '../../images/coupon_bg_disable@2x.png'}}">
|
|
|
</image>
|
|
|
<view class='coupon-info-content'>
|
|
|
<view class='coupon-info'>
|
...
|
...
|
@@ -42,7 +42,7 @@ |
|
|
</view>
|
|
|
</block>
|
|
|
</scroll-view>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
|
|
|
<!-- 筛选框 -->
|
|
|
<view class="{{fixedFilter ? 'store-fixedFilter' : ''}}">
|
...
|
...
|
@@ -64,8 +64,8 @@ |
|
|
<loading tt:if="{{(list.currentPage == 0 && list.isLoading) || isGettingCoupon}}">加载中</loading>
|
|
|
</scroll-view>
|
|
|
</form>
|
|
|
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}" appParameter="{{appParameter}}" isGoApp="{{isGoApp}}" bind:backToTop="backToTop"></quickNavigation>
|
|
|
<quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}" appParameter="{{appParameter}}" isGoApp="{{isGoApp}}" bind:backToTop="backToTop"></quickNavigation>
|
|
|
<template is="zan-actionsheet" data="{{...actionsheet}}" />
|
|
|
<snapshootShare id="snapshootShare" isShow="{{isShowSnapshoot}}" sourceType="shop" shareData="{{snapshootShareData}}" bind:hiddenSheet="hiddenSheet"></snapshootShare>
|
|
|
<import src="../../vendors/toast/wetoast.wxml" />
|
|
|
<template is="wetoast" data="{{...__wetoast__}}" /> --> |
|
|
<template is="wetoast" data="{{...__wetoast__}}" /> |
...
|
...
|
|