患者端1.0

This commit is contained in:
zoujiandong
2023-11-27 16:14:26 +08:00
parent a74582961e
commit a92f1621b1
44 changed files with 1750 additions and 145 deletions
+5
View File
@@ -24,6 +24,11 @@ Component({
handleFocus(){
this.triggerEvent('handleFocus',true)
},
goInquirtForm(){
wx.navigateTo({
url: '/pages/sickDetail/sickDetail',
})
}
},
})
+1 -1
View File
@@ -1,7 +1,7 @@
<!--components/navbar/navbar.wxml-->
<view class="barcontain">
<view class="barcon">
<text class="text">肝胆相照互联网医院</text>
<text class="text" bindtap="goInquirtForm">肝胆相照互联网医院</text>
<view class="scon">
<input type="text" placeholder="输入姓名或医院查找医生" value="{{keyWord}}" disabled="{{true}}" bindtap="handleFocus" confirm-type="search" class="ipt"/>
<image src="{{img_host+'/ss.png'}}" class="ss"></image>