Authored by 肖亚东

快捷导航添加

{
"usingComponents": {
"productListCell": "../../components/productList/productCell"
"productListCell": "../../components/productList/productCell",
"quickNavigation": "/pages/quickNavigation/quickNavigation"
}
}
\ No newline at end of file
... ...
{
"usingComponents": {
"quickNavigation": "/pages/quickNavigation/quickNavigation",
"snapshootShare": "/pages/snapshootShare/snapshootShare",
"productCell": "../../components/productList/productCell"
}
}
\ No newline at end of file
... ...
<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__}}" />
... ...
@import "categoryProductListFilter.ttss";
/* @import '../../vendors/zanui/actionsheet/index.wxss'; */
@import '../../vendors/zanui/actionsheet/index.ttss';
.scroll-view {
display: flex;
flex-direction: column;
... ...
{
"navigationBarTitleText": "新品到着",
"usingComponents": {
"quickNavigation": "/pages/quickNavigation/quickNavigation",
"productListCell": "../../components/productList/productCell"
}
}
\ No newline at end of file
... ...
{
"navigationBarTitleText": " ",
"usingComponents": {
"quickNavigation": "/pages/quickNavigation/quickNavigation",
"filterComponent": "../../components/category/filterComponent/filterComponent",
"productCell": "../../components/productList/productCell"
}
... ...
<import src="../../vendors/zanui/actionsheet/index.ttml"/>
<scroll-view scroll-y style="height: {{screenHeight - 50}}px;" bindscrolltolower="loadMore" bindscroll="onScroll" scroll-top="{{scrollTop}}" enable-back-to-top="true">
<view class="fixedFilter">
... ... @@ -24,8 +25,8 @@
<loading tt:if="{{list.currentPage == 0 && list.isLoading}}">加载中</loading>
</scroll-view>
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}" isUnionShare="{{isUnionShare}}" bind:unionShare="unionShare" bind:backToTop="backToTop"></quickNavigation>
<quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}" isUnionShare="{{isUnionShare}}" bind:unionShare="unionShare" bind:backToTop="backToTop"></quickNavigation>
<template is="zan-actionsheet" data="{{...actionsheet}}" />
<snapshootShare id="snapshootShare" isShow="{{isShowSnapshoot}}" sourceType="list_union" shareData="{{snapshootShareData}}" bind:hiddenSheet="hiddenSheet"></snapshootShare> -->
<snapshootShare id="snapshootShare" isShow="{{isShowSnapshoot}}" sourceType="list_union" shareData="{{snapshootShareData}}" bind:hiddenSheet="hiddenSheet"></snapshootShare>
... ...
@import '../../vendors/zanui/actionsheet/index.ttss';
.productListContainer {
/*position: absolute;*/
... ...
{
"navigationBarTitleText": "搜索",
"usingComponents": {
"quickNavigation": "/pages/quickNavigation/quickNavigation",
"FilterComponent": "../../components/category/filterComponent/filterComponent",
"productListCell": "../../components/productList/productCell"
}
... ...
<!--search.wxml-->
<import src="../brandStore/categoryProductListFilter.ttml"/>
<!-- <import src="../../vendors/zanui/actionsheet/index.ttml"/> -->
<import src="../../vendors/zanui/actionsheet/index.ttml"/>
<view class="sContainer">
<view class="searchContainer">
... ... @@ -108,6 +108,6 @@
<loading tt:if="{{list.currentPage == 0 && list.isLoading}}">加载中</loading>
</view>
</view>
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}" isShowMenu="{{true}}" bind:backToTop="backToTop" isUnionShare="{{status==2 && keyword && isUnionShare}}" bind:unionShare="unionShare"></quickNavigation>
<quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}" isShowMenu="{{true}}" bind:backToTop="backToTop" isUnionShare="{{status==2 && keyword && isUnionShare}}" bind:unionShare="unionShare"></quickNavigation>
<template is="zan-actionsheet" data="{{...actionsheet}}" />
<snapshootShare id="snapshootShare" isShow="{{isShowSnapshoot}}" sourceType="list_union" shareData="{{snapshootShareData}}" bind:hiddenSheet="hiddenSheet"></snapshootShare> -->
\ No newline at end of file
<snapshootShare id="snapshootShare" isShow="{{isShowSnapshoot}}" sourceType="list_union" shareData="{{snapshootShareData}}" bind:hiddenSheet="hiddenSheet"></snapshootShare>
\ No newline at end of file
... ...
{
"navigationBarTitleText": "我的",
"usingComponents": {
"quickNavigation": "/pages/quickNavigation/quickNavigation",
"productListCell": "../../components/productList/productCell",
"login-button": "../../components/login-button/login-button"
}
... ...