appointment.wxml 2.2 KB

1
  1. <view class="content"><view class="top"><view class="input_box flex_item"><view class="input_left">病人姓名:</view><input class="input_right" type="text" value="" placeholder="请输入病人真实姓名"/></view><view class="input_box flex_item"><view class="input_left">联系电话:</view><input class="input_right" type="number" value="" placeholder="请输入联系电话"/></view><view class="input_box flex_item"><view class="input_left">主营项目:</view><input class="input_right" type="text" value="" placeholder="请输入详细预约时间"/></view><view class="input_box flex_item"><view class="input_left">详细地址:</view><input class="input_right" type="text" value="" placeholder="请输入预约的详细地址"/></view></view><view data-event-opts="{{[['tap',[['payopen',['$event']]]]]}}" class="sub-bottom" bindtap="__e">提交预约</view><uni-popup class="vue-ref" vue-id="1185774c-1" type="bottom" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><view class="payment"><view data-event-opts="{{[['tap',[['payclose']]]]}}" class="first flex " bindtap="__e"><text class="word">选择支付方式</text><image src="../../static/img/img25.png"></image></view><view class="pay-type-list"><view data-event-opts="{{[['tap',[['changePayType',[1]]]]]}}" class="type-item b-b" bindtap="__e"><view class="img"><image class="yue" src="../../static/img/img26.png"></image></view><view class="con"><text class="tit">微信支付</text></view><label class="radio"><radio value="" color="#FC4141" checked="{{payType==1}}"></radio></label></view><view data-event-opts="{{[['tap',[['changePayType',[2]]]]]}}" class="type-item flex_item" bindtap="__e"><view class="img"><image class="yue" src="../../static/img/img017.png"></image></view><view class="con"><text class="tit">余额支付</text></view><label class="radio"><radio value="" color="#FC4141" checked="{{payType==2}}"></radio></label></view></view><view class="one"></view><view class="Third flex"><view class="two1"><text class="two1-1 ">合计:</text><text class="two1-2">¥</text><text class="two1-2 size">200.0</text></view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="two2" catchtap="__e"><text>立即支付</text></view></view></view></uni-popup></view>