Files
kelfy-mini/pages/index/index.wxml

102 lines
3.2 KiB
Plaintext
Raw Normal View History

2025-11-13 13:38:59 +08:00
<!--index.wxml-->
<view class="container1">
<view class="banner">
<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" indicator-dots="true" circular="true">
<block wx:for="{{imgUrls}}" wx:key="item">
<swiper-item>
<image src="{{url}}{{item.IMG}}" data-item="{{item}}" class="slide-image" bindtap="imgClick" />
</swiper-item>
</block>
</swiper>
</view>
<view class="wrap">
<view class="service">
<icon></icon>
<text>门诊服务</text>
</view>
<view class="service_con">
<view class="gh" bindtap="guaH">
<view class="title">
<text>预约就诊</text>
<view>在线预约就诊</view>
</view>
<view class="ghIcon"></view>
<!-- <image src=""></image> -->
</view>
<view class="pay" bindtap="naviToCz">
<view class="title">
<text>在线充值</text>
<view>就诊卡预存充值</view>
</view>
<view class="payIcon"></view>
<!-- <image src=""></image> -->
</view>
</view>
<view class="serviceList">
<view wx:for="{{list}}" wx:key="item" data-item="{{item}}" bindtap="naviTo">
<!-- <image src="{{item.icon}}"></image> -->
<view class="iconWrap {{item.icon}}"></view>
<text>{{item.name}}</text>
</view>
</view>
<view class="service">
<icon></icon>
<text>医院服务</text>
</view>
<view class="hospitalList">
<view wx:for="{{serviceList}}" wx:key="item" data-item="{{item}}" bindtap="naviToHos">
<!-- <image src="{{item.icon}}"></image> -->
<view class="iconWrap {{item.icon}}"></view>
<text>{{item.name}}</text>
</view>
</view>
<view wx:if="{{isComprehensive}}">
<view class="service">
<icon></icon>
<text>医院管理</text>
</view>
<view class="hospitalList">
<view wx:for="{{managerList}}" wx:key="item" data-item="{{item}}" bindtap="naviToManager">
<view class="iconWrap {{item.icon}}"></view>
<text>{{item.name}}</text>
</view>
</view>
</view>
</view>
<van-overlay show="{{ showOver }}" bindtap="closeOver">
<view class="an">
<view class="du">
<image src='../../images/ma.jpg' class="showImg" show-menu-by-longpress="{{true}}" />
<view catchtap='openOver' class="over_title">长按二维码进入国家满意度平台</view>
</view>
</view>
</van-overlay>
<van-overlay show="{{ showOver1 }}" bindtap="closeOver1">
<view class="an">
<view class="du">
<image src='../../images/dzpj.jpg' class="showImg" show-menu-by-longpress="{{true}}" />
</view>
</view>
</van-overlay>
<van-overlay show="{{ showOverhz }}" bindtap="closeOverhz">
<view class="an">
<view class="select_box">
<view class="select_one" bindtap="hzd">患者端</view>
<view class="select_one" bindtap="ysd">医生端</view>
</view>
</view>
</van-overlay>
</view>
<!-- <view class="bg" bindtap='hideview' style='display:{{display}}'></view>
<view class="showImg" style='display:{{display}}'>
</view>
</view> -->