初始化
This commit is contained in:
40
pages/joinFlow/access/index.wxml
Normal file
40
pages/joinFlow/access/index.wxml
Normal file
@@ -0,0 +1,40 @@
|
||||
<view class="banner">
|
||||
<t-navbar t-class="fixed-nav"
|
||||
fixed="{{false}}" />
|
||||
<view class="info">
|
||||
<view class="text-1">术极守护</view>
|
||||
<view class="text-2">您的贴身康复管家</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="content">
|
||||
<view class="text-1">开始使用</view>
|
||||
<view class="text-2">请选择康复计划接入方式</view>
|
||||
<view class="item flex-align"
|
||||
bind:tap="handClick"
|
||||
data-type="1">
|
||||
<view class="icon flex-center">
|
||||
<t-icon name="qrcode" />
|
||||
</view>
|
||||
<view>
|
||||
<view class="t-1">扫码接入</view>
|
||||
<view class="t-2">扫描医护人员提供的二维码</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item flex-align"
|
||||
bind:tap="handClick"
|
||||
data-type="2">
|
||||
<view class="icon flex-center">
|
||||
<t-icon name="search" />
|
||||
</view>
|
||||
<view>
|
||||
<view class="t-1">手动选择</view>
|
||||
<view class="t-2">搜索医院、科室、手术名称</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="tip">
|
||||
<view>💡 温馨提示:</view>
|
||||
<view>首次使用需要录入基本信息,请准备好您的手术相关资料</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user