// 填充博乐纯门店数据 (function() { var $biotrueCitySelect = $('.regional-popup select.city'); jQuery.each(storedata.biotrue, function(i, item) { if (item) { var city = item[0]; var name = item[1]; var address = item[2]; var tel = item[3]; var cityData = $bio