初始化
This commit is contained in:
26
pages/joinFlow/manual/index.wxml
Normal file
26
pages/joinFlow/manual/index.wxml
Normal file
@@ -0,0 +1,26 @@
|
||||
<t-navbar title="选择康复计划"
|
||||
left-arrow
|
||||
fixed="{{false}}" />
|
||||
|
||||
<view class="content">
|
||||
<t-input value="{{formData.hospital}}"
|
||||
borderless
|
||||
label="医院"
|
||||
placeholder="请输入医院名称"
|
||||
bind:change="onInputChange"
|
||||
data-field="hospital" />
|
||||
<t-input value="{{formData.department}}"
|
||||
borderless
|
||||
label="科室"
|
||||
clearable="{{false}}"
|
||||
placeholder="请输入科室名称"
|
||||
bind:change="onInputChange"
|
||||
data-field="department" />
|
||||
|
||||
<view class="btn">
|
||||
<t-button block
|
||||
theme="primary" bind:tap="onSubmit">
|
||||
确认
|
||||
</t-button>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user