zhengkaixin 1 year ago
parent
commit
b5d5947fbd
1 changed files with 4 additions and 2 deletions
  1. 4 2
      pages/oawork/addressbook.vue

+ 4 - 2
pages/oawork/addressbook.vue

@@ -155,14 +155,16 @@
 					this.historyList.pop();
 					
 					this.query(item)
-					this.scrollTop1=0
-					this.scrollTop2=0
+					this.scrollTop1=10
+					this.scrollTop2=10
 				}
 				
 			},
 			ckInfo(item){
 				this.historyIndex++;
 				this.historyList.push(item)
+				this.scrollTop1=10
+				this.scrollTop2=10
 				this.query(item)
 			},
 			query(item){