2023/5/23调试医院列表
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"van-calendar": "/miniprogram/miniprogram_npm/@vant/weapp/calendar/index",
|
||||
"van-cell": "/miniprogram/miniprogram_npm/@vant/weapp/cell/index",
|
||||
"van-action-sheet": "/miniprogram/miniprogram_npm/@vant/weapp/action-sheet/index",
|
||||
"van-nav-bar":"/miniprogram/miniprogram_npm/@vant/weapp/nav-bar/index"
|
||||
"van-nav-bar":"/miniprogram/miniprogram_npm/@vant/weapp/nav-bar/index",
|
||||
"van-field": "/miniprogram/miniprogram_npm/@vant/weapp/field/index"
|
||||
},
|
||||
"navigationBarTitleText": "下单"
|
||||
}
|
||||
@@ -34,15 +34,15 @@
|
||||
|
||||
<!--选择器-->
|
||||
<view class="row-wrap">
|
||||
|
||||
|
||||
<view class="label" style="margin-left: 33rpx;">就诊医院</view>
|
||||
<view class="label-right">
|
||||
|
||||
|
||||
<picker bindchange="bindPickerChange2" value="{{objectIndex}}" range="{{objectArray}}" range-key="text">
|
||||
<view class="picker">
|
||||
{{objectArray[objectIndex].text}} >
|
||||
</view>
|
||||
</picker>
|
||||
<view class="picker">
|
||||
{{objectArray[objectIndex].text}} >
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</view>
|
||||
<!--end-->
|
||||
@@ -63,6 +63,10 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<view class="row-wrap">
|
||||
<view class="label" style="margin-left: 33rpx;">报告收件地址</view>
|
||||
<view class="label-right">
|
||||
@@ -111,20 +115,4 @@
|
||||
</view>
|
||||
<view class="immediately" bindtap="confirm_payy">购买服务</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
Reference in New Issue
Block a user