患者端1.0
This commit is contained in:
@@ -24,6 +24,11 @@ Component({
|
||||
handleFocus(){
|
||||
this.triggerEvent('handleFocus',true)
|
||||
},
|
||||
goInquirtForm(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/sickDetail/sickDetail',
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
})
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user