git修复
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user