소스 검색

修复点击报警按钮无反应问题

git 6 년 전
부모
커밋
ad8dade4cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/amap/amap.js

+ 1 - 1
pages/amap/amap.js

@@ -78,7 +78,7 @@
 				// 		}
 				// 	});
                 // });
-                $('#alarm-110').on('tap', function () {
+                $('.lr-btn').on('tap', function () {
                     renlian.nav.go({ path: 'baojingindex', title: '110丢失报警', isBack: true, isHead: true,type:'right' });
                     if(infoWindow){infoWindow.close( );}
 				});