init version kelfy-mini for new gitea
This commit is contained in:
67
pages/topay/topay.wxml
Normal file
67
pages/topay/topay.wxml
Normal file
@@ -0,0 +1,67 @@
|
||||
<!--pages/topay/topay.wxml-->
|
||||
<view class="topay">
|
||||
<view class="lists">
|
||||
<view class="list">
|
||||
<text>订单号 :</text>
|
||||
<text class="text">{{orderId}}</text>
|
||||
</view>
|
||||
<view class="list">
|
||||
<text>订单名称 :</text>
|
||||
<text class="text">门诊缴费</text>
|
||||
</view>
|
||||
<view class="list">
|
||||
<text>应付金额 :</text>
|
||||
<text class="text">{{money}}</text>
|
||||
</view>
|
||||
<view class="list list1">
|
||||
<text class="may">还需支付 :</text>
|
||||
<text class="mayTO">{{money}}</text>
|
||||
</view>
|
||||
<view>
|
||||
</view>
|
||||
<view>
|
||||
<radio-group bindchange="radioChange">
|
||||
<label wx:for="{{dataList}}" wx:key="index" class="list list2">
|
||||
<view class="image">
|
||||
<image src='../../images/wei.svg' class="img" wx:if="{{item.icon==true}}"/>
|
||||
<image src='../../images/medical-logo.png' class="img1" wx:if="{{index==0&&leate==0}}"/>
|
||||
<view>{{item.name}}</view>
|
||||
</view>
|
||||
<view>
|
||||
<radio value="{{item.value}}"/>
|
||||
</view>
|
||||
</label>
|
||||
</radio-group>
|
||||
</view>
|
||||
<!-- <view class="noSupport" wx:if="leate!=0">
|
||||
<view class="ti">温馨提示 :</view>
|
||||
<view class="texts">目前只支持本人医保移动支付,非本人暂不支持</view>
|
||||
</view> -->
|
||||
<view class="tips" wx:if="{{showtips}}">结算处理中,请稍后...</view>
|
||||
|
||||
</view>
|
||||
<view class="arrow">
|
||||
<view class="left">
|
||||
<view bindtap="toPayment" class="right">
|
||||
返回<van-icon name="arrow-left"/>
|
||||
</view>
|
||||
|
||||
<view class="right1" wx:if="{{!showRight}}">
|
||||
<van-icon name="arrow" />去缴费
|
||||
</view>
|
||||
|
||||
<view bindtap="toChat" wx:else class="right">
|
||||
<van-icon name="arrow"/>去缴费
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<van-dialog id="van-dialog" />
|
||||
|
||||
<van-overlay show="{{show1}}">
|
||||
<div class="loading">
|
||||
<van-loading type="spinner" color="#1989fa" vertical>加载中...</van-loading>
|
||||
</div>
|
||||
</van-overlay>
|
||||
</view>
|
||||
Reference in New Issue
Block a user