11.4修改
This commit is contained in:
@@ -25,9 +25,9 @@ Component({
|
||||
this.triggerEvent('handleFocus',true)
|
||||
},
|
||||
goInquirtForm(){
|
||||
// wx.navigateTo({
|
||||
// url: '/patient/pages/kepuList/kepuList',
|
||||
// })
|
||||
wx.navigateTo({
|
||||
url: '/patient/pages/agreeList/agreeList',
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!--components/navbar/navbar.wxml-->
|
||||
<view class="barcontain">
|
||||
<view class="barcon">
|
||||
<text class="text" bindtap="goInquirtForm">肝胆相照互联网医院</text>
|
||||
<view class="titlebox">
|
||||
<text class="text" >肝胆相照互联网医院</text>
|
||||
<view class="titlebox" bindtap="goInquirtForm">
|
||||
<image src="{{img_host+'/safe_index.png'}}" mode="" style="width:18rpx;height:22rpx" class="bg"/>
|
||||
<view class="text"> 国家卫健委认证医疗机构・深耕肝病领域10余年</view>
|
||||
<van-icon name="arrow" color="#fff" size="20rpx"/>
|
||||
|
||||
Reference in New Issue
Block a user