achao 2 년 전
부모
커밋
91bf7a57f7
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      xiaochengxu/pages/cardHolder/cardHolder.vue

+ 8 - 0
xiaochengxu/pages/cardHolder/cardHolder.vue

@@ -419,6 +419,9 @@
 			}
 		},
 		methods: {
+			downCallback(){
+				this.mescroll.resetUpScroll()
+			},
 			freeTell(item) {
 				uni.makePhoneCall({
 					phoneNumber: item.phone, //仅为示例,并非真实的电话号码
@@ -969,6 +972,7 @@
 					})
 				} else {
 					this.typeName = e.value[0].circleName
+					if(this.typeName =="全部分类") this.typeName = ''
 					this.mescroll.resetUpScroll()
 				}
 				this.isShowType = false
@@ -1029,7 +1033,11 @@
 							message: failres.errmsg,
 						})
 					}).then(res => {
+						res.data.items.unshift({
+							circleName:'全部分类'
+						})
 						this.typeColumns = [res.data.items]
+						
 						console.log(this.typeColumns)
 					})