From 933e5802824622d97c93a23aff021908307f0c9f Mon Sep 17 00:00:00 2001 From: "DESKTOP-A1SENDA\\HUzy" <472860318@qq.com> Date: Thu, 1 Jul 2021 17:46:23 +0800 Subject: [PATCH] ---- --- components/city-change/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/city-change/index.js b/components/city-change/index.js index fbe9300..22a7869 100644 --- a/components/city-change/index.js +++ b/components/city-change/index.js @@ -113,11 +113,6 @@ Component({ this.data.touchEndy = e.touches[0].pageY-this.data.topHeight; var lindex = parseInt(this.data.touchEndy / this.data.rightheight * 26);//根据前面分析获取手指触摸位置在letters中的index值 var value = this.data.letter[lindex]; - if(value){ - this.setData({ - cityListId: value - }); - } this.titleDialog(value) },