Merge branch 'feature/delete_index_btns' into develop
# Conflicts: # Pages/index/index.wxml
This commit is contained in:
commit
19f7098123
35
Pages/index/index.wxml
Normal file
35
Pages/index/index.wxml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<view class="title">请选择您的身份</view>
|
||||||
|
<view>
|
||||||
|
<view class="item" data-usertype="2"
|
||||||
|
data-url="/Pages/yishi/index/index" bindtap="goCheck" >
|
||||||
|
<t-image
|
||||||
|
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"
|
||||||
|
data-url="/Pages/yaoshi/home/home"
|
||||||
|
data-usertype="3" bindtap="goCheck">
|
||||||
|
<t-image
|
||||||
|
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>
|
||||||
|
|
||||||
|
<!-- <button bindtap="shenfang">审方提醒(长期)</button>
|
||||||
|
<button bindtap="yici">患者回复通知(一次)</button>
|
||||||
|
<button bindtap="check">获取订阅状态</button> -->
|
||||||
|
|
||||||
|
</view>
|
||||||
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"projectname": "test_miniprogram2",
|
"projectname": "miniprogram-doctor",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"urlCheck": false
|
"urlCheck": false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user