30 lines
907 B
Plaintext
30 lines
907 B
Plaintext
<view class="title">请选择您的身份</view>
|
|
<view>
|
|
<view class="item">
|
|
<t-image
|
|
bindtap="toGo" data-url="/Pages/yaoshi/home/home"
|
|
class="item_img"
|
|
src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yi.png"
|
|
mode="heightFix"
|
|
height="220rpx"
|
|
aria-label="医师端"
|
|
loading="slot"
|
|
>
|
|
<t-loading slot="loading" theme="circular" size="40rpx" loading />
|
|
</t-image>
|
|
</view>
|
|
<view class="item">
|
|
<t-image
|
|
bindtap="toGo" data-url="/Pages/yaoshi/my/my"
|
|
class="item_img"
|
|
src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yao.png"
|
|
mode="heightFix"
|
|
height="220rpx"
|
|
aria-label="药师端"
|
|
loading="slot">
|
|
<t-loading slot="loading" theme="circular" size="40rpx" loading />
|
|
</t-image>
|
|
</view>
|
|
</view>
|
|
|