123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- <!--pages/index/index.wxml-->
- <view class="custom-navigation" style="height: {{navigation.height}};padding-top: {{navigation.paddingTop}}">
- <text>排队叫号</text>
- <text>{{addressInfo.address}}</text>
- </view>
- <view class="search-box">
- <view class="icon">
- <image src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/headimg.png" mode="widthFix" />
- </view>
- <view class="search-input-box" bind:tap="toSearch">
- <view class="input-icon">
- <image src="../../images/index/search.png" mode="widthFix" />
- </view>
- <view class="input">
- <input type="text" placeholder="请输入你想办理的业务" value="{{searchValue}}" bindinput="indexSearchInput" />
- </view>
- <view class="input-icon" catch:tap="startVoice">
- <image src="../../images/index/search-voice.png" mode="widthFix" />
- </view>
- </view>
- <!-- <view class="icon icon-special" bind:tap="toZnzx">
- <image src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/indexSearchA.png" mode="widthFix" />
- </view> -->
- </view>
- <movable-area class="movable" style="height: calc(100vh - 150rpx - {{navigation.height}} - {{navigation.paddingTop}})">
- <movable-view class="movable-view" x="{{znzxX}}" y="{{znzxY}}" direction="all" damping="{{100}}" bindchange="movable">
- <image class="znzx-image" catch:tap="toZnzx" src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/znzx.png" mode="widthFix" bind:touchend="movableEnd" />
- </movable-view>
- <scroll-view class="other-container" scroll-y enhanced show-scrollbar="{{false}}">
- <view class="info-card">
- <image class="bg" src="{{hall.bjtPic}}" mode="widthFix" />
- <view class="shiming" wx:if="{{userInfo.phone && userInfo.phone.length>1}}">
- <view class="shiming-icon">
- <image src="../../images/index/shiming.png" mode="widthFix" />
- </view>
- <view class="shiming-name">已实名</view>
- </view>
- <view class="info-card-container" catch:tap="{{userInfo.phone.length>0 ?'':'startSmrz'}}">
- <view class="info-card-list1" hover-class="buttonActive" catch:tap="{{userInfo.phone.length>0 ?'changeType':'startSmrz'}}">
- <span class="list1-name">Hi,{{userInfo.name || "请点击这里进行实名认证"}}</span>
- <span wx:if="{{userInfo.name}}" class="list1-type">{{userInfo.nsrmc && userInfo.nsrmc.length>1?'企业身份':'个人身份'}}</span>
- <span wx:if="{{userInfo.name}}" class="list1-icon">
- <image src="../../images/index/chage.png" mode="widthFix" />
- </span>
- </view>
- <!-- <view class="info-card-list1">
- <span class="list1-name">Hi,{{userInfo.name || "请点击这里进行实名认证后开始办理预约取号业务"}}</span>
- </view> -->
- <view class="list2">{{tools.phone(userInfo.phone)}}</view>
- <view class="list3">{{tools.idcard(userInfo.idcard)}}</view>
- <view wx:if="{{userInfo.nsrmc && userInfo.nsrmc.length>1}}" class="list4" hover-class="buttonActive" bind:tap="changeEnterprice">{{userInfo.nsrmc}}
- <image src="../../images/index/down.png" mode="widthFix" />
- </view>
- </view>
- </view>
- <view class="hall">
- <view class="hall-other-box" wx:if="{{hall.ssswjgDm == '16101980000'}}">
- <image class="hall-other-box-image" src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/indexHallLogo.png" mode="heightFix" />
- </view>
- <view class="hall-info-box">
- <image wx:if="{{hall.logoPic}}" class="hall-logo" src="{{hall.logoPic}}" mode="widthFix" />
- <view class="hall-map">
- <map enable-scroll="{{false}}" enable-zoom="{{false}}" longitude="{{hall.longitude}}" latitude="{{hall.latitude}}" markers="{{markers}}" scale="15" />
- </view>
- <view class="hall-info">
- <view class="hall-info-list1">
- <view>我的办税厅</view>
- <view hover-class="buttonActive" data-type="0" bind:tap="selectHall">
- <span>
- <image src="../../images/index/chage1.png" mode="widthFix" />
- </span>
- <span>切换办税厅</span>
- </view>
- </view>
- <view class="hall-info-list2">{{hall.bsfwtmc}}</view>
- <view class="hall-info-list3">距您 {{tools.juli(hall.zxjl)}}</view>
- </view>
- </view>
- </view>
- <view class="menu-cards">
- <view class="menu-card">
- <image class="bg" src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/indexYyqh2.png" mode="widthFix" />
- <view class="content yyqh" hover-class="buttonActive" data-type="1" bind:tap="start">
- <view class="title">预约取号</view>
- <view class="introduce">提前预约,优先办理</view>
- </view>
- </view>
- <view class="menu-card">
- <image class="bg" src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/indexWdyy2.png" mode="widthFix" />
- <view class="content wdyy" hover-class="buttonActive" data-item="{{myYy}}" bind:tap="{{myYy.yybsrq?'toYyDetail':''}}">
- <view class="wdyyTitle">
- <view>
- <image src="../../images/index/wdyy-icon.png" mode="widthFix" />
- </view>
- <view>我的预约</view>
- </view>
- <view class="wdyyIntroduce">
- <view wx:if="{{!myYy.yybsrq}}" class="wdyyNone">暂无预约</view>
- <view wx:else class="wdyyInfo">
- <view class="wdyyDate">{{myYy.yybsrq}}</view>
- <view class="wdyyHall">{{myYy.bsfwtmc}}</view>
- </view>
- </view>
- </view>
- </view>
- <view class="menu-card">
- <image class="bg" src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/indexSsqh2.png" mode="widthFix" />
- <view class="content ssqh" hover-class="buttonActive" data-type="2" bind:tap="start">
- <view class="title">手机取号</view>
- <view class="introduce"><text>手机端叫号取号\n同步大厅</text></view>
- </view>
- </view>
- <view class="menu-card">
- <image class="bg" src="https://smzc-1253299035.cos.ap-nanjing.myqcloud.com/pdjh/miniProgrameYyQh/indexJdck2.png" mode="widthFix" />
- <view class="content jdck" hover-class="buttonActive" bind:tap="toLookSsqh">
- <view class="title">进度查看</view>
- <view class="introduce">预约记录/取号记录</view>
- </view>
- </view>
- </view>
- <view class="carousel-box" style="{{lbList.length>1?'height: 125rpx;':'height: 165rpx;'}}">
- <swiper class="swiper" autoplay current="{{lbIndex}}" circular previous-margin="{{lbList.length>1?'150rpx':'0'}}" bindanimationfinish="lbChage" duration="350">
- <block class="swiper" wx:for="{{lbList}}" wx:key="*this">
- <swiper-item class="swiper-item" data-item="{{item}}" bind:tap="swiperTap">
- <view class="swiper-image" style="{{lbList.length>1?'margin-left: 25rpx;width: calc(100% - 25rpx);':'width: 100%;'}}">
- <image class="lbImg" src="{{item.url}}" mode="widthFix" />
- </view>
- </swiper-item>
- </block>
- </swiper>
- </view>
- <view class="carousel-docs">
- <view class="carousel-doc {{index == lbIndex?'carousel-doc-active':''}}" wx:for="{{lbList}}" wx:key="index"></view>
- </view>
- <!-- <view class="ywList" wx:for="{{2}}" wx:key="index">
- <view class="list-top">
- <view class="lt-border"></view>
- <view class="lt-name">综合服务(一)</view>
- <view class="lt-button" hover-class="buttonActive" data-type="1" bind:tap="start">
- <view class="lt-button-span">查看全部</view>
- <view class="lt-button-icon">
- <image src="../../images/index/type-title.png" mode="widthFix" />
- </view>
- </view>
- </view>
- <view class="list-bottom">
- <view class="lb-list" wx:for="{{4}}" wx:key="index" hover-class="buttonActive">
- <view class="lb-icon">
- <image src="../../images/selectBusiness/test.png" mode="widthFix"/>
- </view>
- <view class="lb-name">财产和行为 税纳税申报</view>
- </view>
- </view>
- </view> -->
- </scroll-view>
- </movable-area>
- <authorizeBox id="authorizeBox" bindsuccess="authorizeSuccess"></authorizeBox>
- <pop show="{{enterpriceTypeShow}}" bindclose="close">
- <view class="pop1-title">选择企业信息</view>
- <scroll-view class="pop1Contain" scroll-y="{{true}}" enhanced="{{true}}" show-scrollbar="{{false}}">
- <view class="pop1list" wx:for="{{enterPriceList}}" wx:key="index" hover-class="buttonActive" data-item="{{item}}" bind:tap="selectEnterprice">{{item.nsrmc}}</view>
- </scroll-view>
- </pop>
- <speechRecognition show="{{showVoice}}" bindclose="closeVoice" bindresult="resVoice"></speechRecognition>
- <wxs module="tools">
- var juli = function (e) {
- if (e) {
- var b = e.split('.')[0]
- var a = e.split('.')[1].substring(0, 3) || '00'
- return b + '.' + a + 'km'
- } else {
- return ""
- }
- }
- var phone = function (e) {
- if (e) {
- return e.substring(0, 3) + '****' + e.substring(7, 11)
- } else {
- return ""
- }
- }
- var idcard = function (e) {
- if (e) {
- return e.substring(0, 6) + '********' + e.substring(14, 18)
- } else {
- return ""
- }
- }
- var tools = {
- juli: juli,
- phone: phone,
- idcard: idcard
- }
- module.exports = tools;
- </wxs>
|