Browse Source

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

git 6 years ago
parent
commit
ad8dade4cb
1 changed files with 1 additions and 1 deletions
  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( );}
 				});