git修复

This commit is contained in:
zoujiandong
2024-04-25 16:12:01 +08:00
parent e597cc7cce
commit 4c267ccbd1
4 changed files with 32 additions and 18 deletions
+2 -2
View File
@@ -71,10 +71,10 @@ Page({
onScroll(event) {
wx.createSelectorQuery().select('#scroller')
.boundingClientRect((res) => {
// console.log(event.detail.scrollTop)
//console.log(event.detail.scrollTop)
let H=0;
if(event.detail.scrollTop>=175){
H=0;
H=1;
}else{
H=150
}
@@ -4,7 +4,7 @@
<view class="wraper">
<view class="containexpert" style="height:{{scrollHeight}}px">
<view class="containexpert" style="{{'height:'+scrollHeight+'px'}}">
<view class="searchbox">
<input type="text" placeholder="输入姓名或医院查找医生" disabled="{{true}}" bindtap="goSearch" bindconfirm="getIptvalue"/>
<image src="{{img_host+'/ss.png'}}"></image>