diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/contacts/contacts.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/contacts/contacts.js index 365ec1237..b54845d72 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/contacts/contacts.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/contacts/contacts.js @@ -107,7 +107,6 @@ // 注册点击事件 $('#lr_contact_companylist').on('tap', function (e) { e = e || window.event; - console.log(1213); var et = e.target || e.srcElement; var $et = $(et); if (et.tagName === 'IMG' || et.tagName === 'SPAN') { @@ -117,7 +116,6 @@ var $list = $('
'); var flag = false; var id = $et.attr('data-value'); - console.log(id); if ($et.hasClass('company')) { if ($et.hasClass('bottom')) { $et.removeClass('bottom'); @@ -130,7 +128,7 @@ var _html = '\
\ \ - ' + _item.name + '\ + ' + _item.name + '('+_item.mobile+')\
'; $list.append(_html); @@ -177,7 +175,7 @@ var _html = '\
\ \ - ' + _item.name + '\ + ' + _item.name + '('+_item.mobile+')\
'; $list.append(_html);