最美星店长
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

65 lines
4.0 KiB

<import src="../templates/index.wxml"></import>
<import src="../templates/mall.wxml"></import>
<import src="../templates/detail.wxml"></import>
<import src="../templates/ranking.wxml"></import>
<import src="../templates/join.wxml"></import>
<import src="../templates/joinok.wxml"></import>
<import src="../templates/checking.wxml"></import>
<import src="../templates/rule.wxml"></import>
<import src="../templates/footer.wxml"></import>
<import src="../templates/single.wxml"></import>
<import src="../templates/personal.wxml"></import>
<import src="../templates/hairCurl.wxml"></import>
<import src="../templates/myLottery.wxml"></import>
<import src="../templates/luckDraw.wxml"></import>
<import src="../templates/destroy.wxml"></import>
<import src="../templates/destroyList.wxml"></import>
<import src="../templates/gift.wxml"></import>
<view class="container">
<block wx:if="{{search.show}}">
<view bindtap="closesearch" class="searchback"></view>
<view class="search">
<form bindsubmit="search">
<input maxlength="11" name="joinid" placeholder="{{config.font[33]}}" type="number"></input>
<button formType="submit" type="default">{{config.font[34]}}</button>
</form>
<div class="tips">{{config.font[35]}}</div>
</view>
</block>
<scroll-view bindscrolltolower="loadlist" class="body" scrollY="true">
<!-- 店长排名 -->
<template is="votesingle" data="{{data:ranking,memberinfo:memberinfo,config:config}}" wx:if="{{showpage=='single'}}"></template>
<!-- 店长列表 -->
<template is="voteindex" data="{{data:index,config:config,gift:detail, countDownList: countDownList}}" wx:if="{{showpage=='index'}}"></template>
<!-- 报名 -->
<template is="votejoin" data="{{data:join,config:config,CheckItem:CheckItem,Num:checkNum}}" wx:if="{{showpage=='join'}}"></template>
<!-- 个人中心 -->
<template is="votepersonal" data="{{data:myjoin}}" wx:if="{{showpage=='personal'}}"></template>
<!-- 礼物和评论 -->
<template is="votegift" data="{{data:giftData}}" wx:if="{{showpage=='gift'}}"></template>
<!-- 我要发卷 -->
<template is="votehairCurl" data="{{datas:hairCurl,config:hairCurlDate}}" wx:if="{{showpage=='hairCurl'}}"></template>
<!-- 抽奖页面 -->
<template is="voteluckDraw" data="{{datas:luckDraw,config:luckDrawDates,showDialog:showDialog,luckDrawRinkDates:luckDrawRinkDates}}" wx:if="{{showpage=='luckDraw'}}"></template>
<!-- 我的奖券 -->
<template is="votemyLottery" data="{{data:myLottery}}" wx:if="{{showpage=='myLottery'}}"></template>
<!-- 报名完成 -->
<template is="votejoinok" data="{{data:joinok,config:config}}" wx:if="{{showpage=='joinok'}}"></template>
<!-- 核销 -->
<template is="votedestroy" data="{{data:destroyInfo}}" wx:if="{{showpage=='destroy'}}"></template>
<!-- 核销列表 -->
<template is="votedestroyList" data="{{data:destroyList}}" wx:if="{{showpage=='destroyList'}}"></template>
<!-- 报名确认页 -->
<template is="votechecking" data="{{data:checking,config:config}}" wx:if="{{showpage=='checking'}}"></template>
<!-- 店长详情 -->
<template is="votedetail" data="{{img:mall,data:detail,datas:index,config:config}}" wx:if="{{showpage=='detail'}}"></template>
<!-- 排行页 -->
<template is="voteranking" data="{{data:ranking,memberinfo:memberinfo,config:config,rankIndex:rankIndex,rankArea:rankArea}}" wx:if="{{showpage=='ranking'}}"></template>
<!-- 奖品 -->
<template is="voterule" data="{{data:rule,config:config}}" wx:if="{{showpage=='rule'}}"></template>
<!-- 首页 -->
<template is="mall" data="{{data:mall,config:config,area:area, countDownList: countDownList,isArea:isArea}}" wx:if="{{showpage=='mall'}}"></template>
</scroll-view>
<template is="votefooter" data="{{data:index,footerindex:footerindex,config:config}}"></template>
</view>