/* 未能缩小。正在返回未缩小的内容。 (1808,49-50): run-time error JS1195: Expected expression: > (1886,44-52): run-time error JS1193: Expected ',' or ')': function (1886,54-55): run-time error JS1195: Expected expression: ) (1886,56-57): run-time error JS1004: Expected ';': { (1898,38-39): run-time error JS1195: Expected expression: ) (1898,41-42): run-time error JS1195: Expected expression: > (1901,37-38): run-time error JS1195: Expected expression: ) (1901,40-41): run-time error JS1195: Expected expression: > (1905,26-27): run-time error JS1195: Expected expression: , (1908,13-14): run-time error JS1002: Syntax error: } (1911,13-14): run-time error JS1002: Syntax error: } (1914,25-26): run-time error JS1004: Expected ';': { (1939,50-51): run-time error JS1100: Expected ',': = (1949,34-35): run-time error JS1014: Invalid character: ` (1949,36-37): run-time error JS1193: Expected ',' or ')': { (1949,46-47): run-time error JS1195: Expected expression: . (1949,56-57): run-time error JS1014: Invalid character: ` (1949,57-58): run-time error JS1195: Expected expression: , (1951,10-11): run-time error JS1195: Expected expression: ) (1954,5-6): run-time error JS1002: Syntax error: } (1970,1-2): run-time error JS1002: Syntax error: } (1965,5,1969,6): run-time error JS1018: 'return' statement outside of function: return { init: function () { init(); } } */ var yb = { error: function (text) { openInfo(text); }, info: function (text) { }, warning: function (text) { }, tmpl: function (template, data) { var result = template; $.each(data, function (key, val) { result = result.replace(new RegExp('{{' + key + '}}', 'gm'), val); }); return result; }, appendParam: function (url, param, param_value) { var pattern = param + '=([^&]*)'; var replaceText = param + '=' + param_value; if (url.match(pattern)) { var tmp = '/(' + param + '=)([^&]*)/gi'; tmp = url.replace(eval(tmp), replaceText); return tmp; } else { if (url.match('[\?]')) { return url + '&' + replaceText; } else { return url + '?' + replaceText; } } } } String.prototype.format = function() { var args = arguments; return this.replace(/\{(\d+)\}/g, function(m,i){ return args[i]; }); }; ; /***Functions***/ var sValue = ""; var intervalObj = null; function screensize() { $(window).bind('orientationchange', function (e) { var swb = 1.0; var meta = 'width=device-width, initial-scale=' + swb + ',maximum-scale=' + swb + ',minimum-scale=' + swb + ',user-scalable=0'; $("meta[name=viewport]").attr("content", meta); }).trigger("orientationchange"); } screensize(); function CartCount() { if (location.href.toLocaleLowerCase().indexOf("/yaodian/") <= 0 && location.href.toLocaleLowerCase().indexOf("/cart") <= 0) { var timeParam = Math.round(new Date().getTime() / 1000); jQuery.getJSON("/Common/GetCartCount", { s: timeParam }, function (data) { if (data.code > 0) { SetCartCountNum(data.result); // $.cookie("cartcount", data.result, { expires: 1, path: "/", domain: $("#jsDomain").val() }); } }) } } function InquiryCartCount() { if (location.href.toLocaleLowerCase().indexOf("/yaodian/") <= 0 && location.href.toLocaleLowerCase().indexOf("/cart") <= 0) { var timeParam = Math.round(new Date().getTime() / 1000); jQuery.getJSON("/Common/GetInquiryCartCount", { s: timeParam }, function (data) { if (data.code > 0) { SetInquiryCountNum(data.result); // $.cookie("cartcount", data.result, { expires: 1, path: "/", domain: $("#jsDomain").val() }); } }) } } function isMobile(strMobile) { var reg1 = /^1\d{10}$/; var my = false; if (reg1.test(strMobile)) my = true; if (!my) { return false; } return true; } function SetCartCountNum(data) { if (parseInt(data) >= 100) { data = "99+"; } $("#CartNum").html(data); //$("#CartNum2").html(data); $(".js-cart-num").html(data); if (data == 0) { $("#CartNum").hide(); /*$("#CartNum2").hide();*/ $(".js-cart-num").hide(); } else { $("#CartNum").show(); /*$("#CartNum2").show();*/ $(".js-cart-num").show(); } } function SetInquiryCountNum(data) { if (parseInt(data) >= 100) { data = "99+"; } $(".inq_num").html(data); if (data == 0) { $(".inq_num").hide(); } else { $(".inq_num").show(); } } //跳转商品详情页 function ToDetail(smid) { var url = ToDetail_1(smid, 'h5'); if (url != null && url != '') { location.href = url; if (window.event) { window.event.returnValue = false; } } } //跳转商品详情页 function ToDetail_1(smid, os) { var url = ''; if (os == undefined || os == '' || os.toLowerCase() == 'h5') { url = url + "/detail-" + smid+".html"; } if (os.toLowerCase() == 'app' || os.toLowerCase() == 'ios' || os.toLowerCase() == 'android') { var openData = {}; openData.type = 'get_shop_goods_detail'; openData.id = smid; if (openData.hasOwnProperty('type')) { postMessage(JSON.stringify(openData)); } } else if (os.toLowerCase() == 'miniapp') { wx.miniProgram.navigateTo({ url: '/pages/YFWGoodsDetailModule/YFWGoodsDetailPage/YFWGoodsDetail?params=' + JSON.stringify({ value: smid }) }) } return url; } //跳转商品比价页 function ToPrice(smid) { var url = ToPrice_1(smid, 'h5'); if (url != null && url != '') { location.href = url; if (window.event) { window.event.returnValue = false; } } } //跳转商品比价页 function ToPrice_1(smid, os) { var url = ''; if (os == undefined || os == '' || os.toLowerCase() == 'h5') { url = url + "/medicine/" + smid + "/"; } if (os.toLowerCase() == 'app_alipay') { my.navigateTo({ url: '/pages/YFWSellersListModule/YFWSellersListViewPage/YFWSellersListView?params=' + JSON.stringify({ type: "get_goods_detail", value: smid }) }) }else if (os.toLowerCase() == 'miniapp') { wx.miniProgram.navigateTo({ url: '/pages/YFWSellersListModule/YFWSellersListViewPage/YFWSellersListView?params=' + JSON.stringify({ type: "get_goods_detail",value: smid }) }) }else if (os.toLowerCase() == 'app' || os.toLowerCase() == 'ios' || os.toLowerCase() == 'android') { var openData = {}; openData.type = 'get_goods_detail'; openData.id = smid; openData.sort = "priceasc"; if (openData.hasOwnProperty('type')) { postMessage(JSON.stringify(openData)); } } return url; } //购物车 // smid 商家商品IDid quantity数量 smpId套餐id ligm=0添加购物车 =1跳转到结算页 =2 跳转到购物车 function AddCart(smid, quantity, ligm, smpId) { var url = AddCart_1(smid, quantity, ligm, smpId, 'h5'); if (url != null && url != '') { location.href = url; if (window.event) { window.event.returnValue = false; } } } // smid 商家商品IDid quantity数量 smpId套餐id ligm=0添加购物车 =1跳转到结算页 =2 跳转到购物车 function AddCart_1(smid, quantity, ligm, smpId, os) { if (os == undefined || os == '' || os.toLowerCase() == 'h5') { var url = AddCart_2(smid, quantity, ligm, smpId, 'h5', '') return url; } if (os.toLowerCase() == 'app' || os.toLowerCase() == 'ios' || os.toLowerCase() == 'android') { var url = AddCart_2(smid, quantity, ligm, smpId, 'app', ''); return url; } } //基础 // smid 商家商品IDid quantity数量 smpId套餐id ligm=0添加购物车 =1跳转到结算页 =2 跳转到购物车 // extraParams object对象 示例{name1:1,name2:2} function AddCart_2(smid, quantity, ligm, smpId, os, extraParams) { var timeParam = Math.round(new Date().getTime() / 1000); var type = ""; if (ligm == 1 || ligm == 2) { type = "buy"; } os = os.toLowerCase(); var url = ""; $.ajax({ url: "/Common/AddCart", data: { smid: smid, q: quantity, smpId: smpId, s: timeParam, type: type }, dataType: "", type: 'post', async: false, timeout: 10000, success: function (data) { if (data.code > 0) { if (ligm != 1 && ligm != 2) { // 加入购物车 //写入缓存 if (data.result != null && os != 'app') { //普通商品 setCarCookie('carneedcheck', data.result.cartids); } if (data.result != null && os != 'app') {//套餐 setCarCookie('carPackneedcheck', data.result.packageids); } if (os == 'app' || os == 'ios' || os == 'android') { refreshappcart(); } CartCount(); msg.success("加入购物车成功"); return ""; } else { if (data.result != null) { var carlist = data.result.cartids; var packlist = data.result.packageids; var carliststr = ""; var packliststr = ""; for (var i in carlist) { carliststr = carliststr + carlist[i] + ',' } for (var i in packlist) { packliststr = packliststr + packlist[i] + ',' } if (carliststr.length > 0) { carliststr = carliststr.substr(0, carliststr.length - 1); } if (packliststr.length > 0) { packliststr = packliststr.substr(0, packliststr.length - 1); } if (ligm == 2) {// 跳转到购物车页面 if (os == 'app') { url = toapp('get_shopping_car', carliststr, packliststr, extraParams); return url; } else if (os == 'h5') { url = toh5('car', carliststr, packliststr, extraParams); return url; } } else if (ligm == 1) {//跳转到结算页 if (os == 'app') { url = toapp('get_orderSettlement', carliststr, packliststr, extraParams); return url; } else if (os == 'h5') { url = toh5('confirm', carliststr, packliststr, extraParams); return url; } } } } } else { if (data.code == -999) { redirctLogin(); return; } openInfo(data.msg, 3000); } } }) return url; } //在线问诊立即购药 function AddCart3(smids, quantitys, rxids, inquiryid, isneed_rx) { var url = AddCart_3(smids, quantitys, 'h5', "", rxids, inquiryid, isneed_rx); if (url != null && url != '') { location.href = url; if (window.event) { window.event.returnValue = false; } } } //在线问诊立即购药 // smid 商家商品IDid quantity数量 smpId套餐id ligm=0添加购物车 =1跳转到结算页 =2 跳转到购物车 // extraParams object对象 示例{name1:1,name2:2} function AddCart_3(smids, quantitys, os, extraParams, rxids, inquiryid, isneed_rx) { var timeParam = Math.round(new Date().getTime() / 1000); var type = ""; os = os.toLowerCase(); var url = ""; $.ajax({ url: "/Common/AddCart3", data: { smid: smids, q: quantitys, s: timeParam, isneed_rx: isneed_rx, rx_ids: rxids }, dataType: "", type: 'post', async: false, timeout: 10000, success: function (data) { if (data.code > 0) { if (data.result != null) { var carlist = data.result.cartids; var packlist = data.result.packageids; var carliststr = ""; var packliststr = ""; for (var i in carlist) { carliststr = carliststr + carlist[i] + ',' } for (var i in packlist) { packliststr = packliststr + packlist[i] + ',' } if (carliststr.length > 0) { carliststr = carliststr.substr(0, carliststr.length - 1); } if (packliststr.length > 0) { packliststr = packliststr.substr(0, packliststr.length - 1); } //跳转到结算页 if (os == 'app') { url = toapp('get_orderSettlement', carliststr, packliststr, extraParams); return url; } else if (os == 'h5') { url = toh5('confirm', carliststr, packliststr, extraParams); if (isneed_rx != undefined && isneed_rx != null && isneed_rx == 1) { var list_rxid = data.result.list_rxid; inquiryid = data.result.inquiryid; if (list_rxid != null && list_rxid != undefined) { rxids = list_rxid[0]; } if (rxids != undefined && rxids != null && rxids != '') url = url + "&rxids=" + rxids; if (inquiryid != undefined && inquiryid != null && inquiryid != '') url = url + "&inquiryid=" + inquiryid; } else { if (rxids != undefined && rxids != '') url = url + "&rxids=" + rxids; if (inquiryid != undefined && inquiryid != '') url = url + "&inquiryid=" + inquiryid; } return url; } } } else { if (data.code == -999) { redirctLogin(); return; } openInfo(data.msg, 3000); } } }) return url; } function refreshappcart() { var openData = {}; openData.type = "refresh_shopCar_count"; if (openData.hasOwnProperty('type')) { postMessage(JSON.stringify(openData)); } } function toapp(name, cids, pids, urlstr) { var openData = {}; openData.type = name; openData.packageids = pids; openData.cartids = cids ; if (name == 'get_orderSettlement') { openData.extraParams = urlstr; } if (openData.hasOwnProperty('type')) { postMessage(JSON.stringify(openData)); } return ''; } function toh5(name, cids, pids, urlstr) { if (name == 'confirm') { var url = "/settle/confirm"; var carliststr = "?cartids="; var packliststr = "&pids="; var extraParams = ''; if (urlstr != undefined && urlstr != '' && Object.keys(urlstr).length > 0) { for (var i in Object.keys(urlstr)) { extraParams = extraParams + '&' + Object.keys(urlstr)[i] + '=' + urlstr[Object.keys(urlstr)[i]]; } } url = url + carliststr + cids + packliststr + pids + extraParams; return url; } else if (name == 'car') { return '/cart'; } } function setCarCookie(name, list) { for (var i in list) { if ($.cookie(name) != null) { var needCKstr = $.cookie(name); var needCKstr2 = "|" + needCKstr + "|"; var list2 = "|" + list[i] + "|"; var bo = false; if (needCKstr2.indexOf(list2) == -1) { needCKstr = needCKstr + "|" + list[i]; } $.cookie(name, needCKstr, { expires: 0.5, path: "/", domain: $("#domain").val() }); } else { $.cookie(name, list[i], { expires: 0.5, path: "/", domain: $("#domain").val() }); } } } //function AddCart(smid, quantity, ligm, smpId) { // AddCart_url(smid, quantity, ligm, smpId, "", ""); // var timeParam = Math.round(new Date().getTime() / 1000); // var type = ""; // if (ligm == 1) { // type = "buy"; // } // $.ajax({ // url: "/Common/AddCart", // data: { smid: smid, q: quantity, smpId: smpId, s: timeParam, type: type }, // dataType: "", // type: 'post', // async: false, // timeout: 10000, // success: function (data) { // if (data.code > 0) { // if ($.cookie("cartcount") != null) { // $.cookie("cartcount", 0, { expires: -1, path: "/", domain: $("#jsDomain").val() }); // } // if (data.result != null) { //普通商品 // var carlist = data.result.cartids; // for (var i in carlist) { // if ($.cookie("carneedcheck") != null) { // var needCKstr = $.cookie('carneedcheck'); // var needCKstr2 = "|" + needCKstr + "|"; // var carlistr2 = "|" + carlist[i] + "|"; // var bo = false; // if (needCKstr2.indexOf(carlistr2) == -1) { // needCKstr = needCKstr + "|" + carlist[i]; // } // $.cookie("carneedcheck", needCKstr, { expires: 0.5, path: "/", domain: $("#domain").val() }); // } else { // $.cookie("carneedcheck", carlist[i], { expires: 0.5, path: "/", domain: $("#domain").val() }); // } // } // } // if (data.result != null) {//套餐 // var packlist = data.result.packageids; // for (var i in packlist) { // if ($.cookie("carPackneedcheck") != null) { // var needCKstr = $.cookie('carPackneedcheck'); // var needCKstr2 = "|" + needCKstr + "|"; // var packlist2 = "|" + packlist[i] + "|"; // var bo = false; // if (needCKstr2.indexOf(packlist2) == -1) { // needCKstr = needCKstr + "|" + packlist[i]; // } // $.cookie("carPackneedcheck", needCKstr, { expires: 0.5, path: "/", domain: $("#domain").val() }); // } else { // $.cookie("carPackneedcheck", packlist[i], { expires: 0.5, path: "/", domain: $("#domain").val() }); // } // } // } // CartCount(); // if (ligm != 1) { // msg.success("加入购物车成功"); // return ""; // } // else { // //跳转到结算页 // if (data.result != null) { // var carlist = data.result.cartids; // var packlist = data.result.packageids; // var carliststr = "&cartids="; // var packliststr = "&pids="; // var url = "/cart/confirm?"; // if (data.result.cartids != undefined && data.result.cartids.length>0) { // url = url + carliststr + carlist[0]; // } // if (data.result.packageids != undefined && data.result.packageids.length > 0) { // url = url + carliststr + packlist[0]; // } // location.href = url; // if (window.event) { window.event.returnValue = false; } // } else { // url = "/cart/?hisurl=" + encodeURIComponent(location.href); // location.href = url; // if (window.event) { window.event.returnValue = false; } // } // } // } // else { // if (data.code == -999) { // redirctLogin(); // return; // } // openInfo(data.msg, 3000); // } // } // }) //} function AddInquiryCart(mid, quantity, ligm) { var timeParam = Math.round(new Date().getTime() / 1000); var type = ""; if (ligm == 1) { type = "buy"; } $.ajax({ url: "/Common/AddInquiryCart", data: { mid: mid, q: quantity, s: timeParam, type: type }, dataType: "", type: 'post', timeout: 10000, success: function (data) { if (data.code > 0) { if ($.cookie("inquirycartcount") != null) { $.cookie("inquirycartcount", 0, { expires: -1, path: "/", domain: $("#jsDomain").val() }); } InquiryCartCount(); if (ligm != 1) { msg.success("加入问诊单成功"); } else { location.href = "/inquiry/?hisurl=" + encodeURIComponent(location.href); if (window.event) { window.event.returnValue = false; } } } else { if (data.code == -999) { redirctLogin(); return; } openInfo(data.msg, 3000); } } }) } function openTip(title, description, buttonsHtml) { obj = $("#layer"); $(obj).find("h6").html(title); $(obj).find(".html").html(description); if (buttonsHtml != "") { $(obj).find(".op").html(buttonsHtml); } else { $(obj).find(".op").html("关闭"); } $(obj).css("position", "fixed"); var layerWidth = $(obj).width(); var layerHeight = $(obj).height(); $(obj).css("left", ($(window).width() - layerWidth) / 2 + "px"); $(obj).css("top", ($(window).height() - layerHeight) / 2 + "px"); $("#pagemask").css("height", $(document).height() + "px").show(); $(obj).show(); } function closeTip() { obj = $("#layer"); $(obj).hide(); $("#pagemask").hide(); } function redirctLogin() { location.href = "/login.html?Referer=" + encodeURIComponent(location.href); } function openInfo(description,timeout) { obj = $("#layer_info"); $(obj).find(".txt").html(description); $(obj).css("position", "fixed"); var layerWidth = $(obj).width(); var layerHeight = $(obj).height(); $(obj).css("left", ($(window).width() - (layerWidth + parseInt($(obj).css("padding-left").replace("px", "")) * 2)) / 2 + "px"); $(obj).css("top", ($(window).height() - (layerHeight + parseInt($(obj).css("padding-top").replace("px", "")) * 2)) / 2 + "px"); $(obj).show(); setTimeout("closeInfo()", timeout||1250); } function closeInfo() { obj = $("#layer_info"); $(obj).fadeOut(); } function OpenFixBt(obj) { $("#pagemask").css("height", $(document).height() + "px").show(); $(obj).show(); } function closeFixBt() { obj = $(".fixBt"); $("#pagemask").hide(); $(obj).hide(); } let currentDialogName = '' function openDialogBtn(className) { currentDialogName = className $(currentDialogName).addClass('active') } // 隐藏弹窗 $('.js-yfwh5-dialog-close').click(function () { $(currentDialogName).addClass('out') }) $('.product-common-dialog').on('animationend', function () { if ($(this).hasClass('out')) { $(this).removeClass('active') $(this).removeClass('out') } }) function SetYear(obj, start, end) { var str = ""; var cur = $(obj).attr("par"); for (var i = start; i < end + 1; i++) { str += ""; } $(obj).append(str); if (cur != "") { $(obj).val(cur).change(); } } function SetMonth(obj) { var str = ""; var cur = $(obj).attr("par"); var monthStr = ""; for (var i = 1; i <= 12; i++) { monthStr = (i < 10 ? ("0" + i) : i); str += ""; } $(obj).append(str); if (cur != "") { $(obj).val(cur).change(); SetDate($(obj).next(), $(obj).prev().val(), $(obj).val(), "-日期-"); } } function SetDate(obj, year, month, noSelectText) { var cur = $(obj).attr("par"); if (isNaN(year) || isNaN(month) || year == "" || year == -1 || month == "" || month == -1) { $(obj).empty(); if (noSelectText != "") { $(obj).append(""); } return; } var str = ""; var dDate = new Date(); daysInMonth = GetDaysInMonth(year, month); $(obj).empty(); if (noSelectText != "") { $(obj).append(""); } for (d = 1; d <= parseInt(daysInMonth); d++) { var dayStr = (d < 10 ? ("0" + d) : d); str += ""; } $(obj).append(str); if (cur != "") { $(obj).val(cur).change(); } } function GetDaysInMonth(year, month) { var dPrevDate = new Date(year, month, 0); return dPrevDate.getDate(); } function requesturl(paras) { var url = location.href; var value = undefined; if (url.indexOf('?') > -1) { var pagenames = url.split('?') var strs = pagenames[1].split('&'); for (var i = 0; i < strs.length; i++) { if (strs[i].indexOf('=') > -1) { if (paras.toLowerCase() == strs[i].split('=')[0].toLowerCase()) { value = strs[i].split('=')[1] } } } } return value; } function SetUnionId() { if (requesturl("fuid") != undefined && requesturl("fuid") != "undefined" && (requesturl("to") == "undefined" || requesturl("to") == undefined)) { var fuid = requesturl("fuid"); var sid = ""; if (requesturl("fsid") != undefined && requesturl("fsid") != "undefined") { sid = requesturl("fsid") } jQuery.post("/common/addunionip", { uid: fuid, sid: sid }, function (json) { }) } else { var unionCookie = $.cookie("unioncooike"); if (unionCookie == null || (unionCookie != null && unionCookie.indexOf("65|") >= 0 && unionCookie.indexOf("165|") < 0)) { jQuery.post("/common/addunionip", { uid: 32, sid: '' }, function (json) { }) } /*else { -- 得特殊处理,要不然请求太多了 if (unionCookie != null) { jQuery.post("/common/addunionip", { uid: unionCookie.split('|')[0], sid: '' }, function (json) { }); } }*/ } } //1:手机端; 2: 平板; 3:PC端 function getClientType() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsKindle = sUserAgent.match(/kindle/i) == "kindle"; var bIsIphone = sUserAgent.match(/iphone/i) == "iphone"; var bIsIpod = sUserAgent.match(/ipod/i) == "ipod"; var bIsBlackberry = sUserAgent.match(/blackberry/i) == "blackberry"; var bIsNokia = sUserAgent.match(/nokia/i) == "nokia"; var bIsPhone = sUserAgent.match(/phone/i) == "phone"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsMobile = sUserAgent.match(/mobile/i) == "mobile"; var bIsAndroidmobile = sUserAgent.match(/mobile safari/i) == "mobile safari"; var bIsIemobile = sUserAgent.match(/iemobile/i) == "iemobile"; if (bIsIphone || bIsIpod || bIsBlackberry || bIsNokia || bIsPhone || bIsAndroidmobile || bIsIemobile || (bIsAndroid && bIsMobile)) { return 1; } if (bIsIpad || bIsKindle || bIsAndroid) { return 2; } return 3; } var FixdInterval = null; function StartFixd() { FixdInterval = setInterval("FixedCheck()", 500); } function FixedCheck() { if (document.body.scrollTop > 200 || document.documentElement.scrollTop > 200) { $("#btnTop").fadeIn(); } else { $("#btnTop").fadeOut(); } } function StartSlide() { var mySwiper = new Swiper('.swiper-container', { pagination: '.pagination', paginationClickable: true, autoplay: 3000, loop: true, calculateHeight: true }); $(".swiper-slide").show(); } function ResizeImg() { if (arguments.length <= 0) { jQuery.each($('.prod.grid img'), function (i, n) { $(n).css("height", $(n).css("width")); }); } else { jQuery.each($(arguments[0]), function (i, n) { $(n).css("height", $(n).css("width")); }); } } function checkSearch() { var keyword = $("#keyword").val(); keyword = keyword.replace(/\s/gi, ""); if (keyword == "" || keyword == "药品、症状、品牌、药店") { openInfo("请输入查询关键字"); return false; } return true; } function AppendSropMenu() { if ($("#dropMenu").length > 0) { $(".dropmenu").appendTo($(".topBg")); } } $("#keyword").keydown(function (event) { switch (event.keyCode) { case 13: $("#searchbtn").click(); break; default: start(); break; } }); function start() { if (jQuery.trim($("#keyword").val()) == "") { $('#resultDiv').hide(); if (jQuery.trim($("#hisDiv .hislist").text()) != "") { $("#hisDiv").show(); } $("#hotDiv").show(); } if (intervalObj != null) { return; } setHistoryResult(); setHistoryResult_shop(); intervalObj = setInterval(function (event) { var keyword = jQuery.trim($("#keyword").val()); var search_type = "search_Yao"; if (sValue != keyword) { sValue = keyword; if (keyword != "") { var cached = jQuery.data(document.body, search_type + "_" + keyword); var type = 0; if (search_type == 'search_Mill') { type = 2; } else if (search_type === 'search_Hospital') { type = 1; } if (cached) { showResult(cached, search_type); } else { jQuery.getJSON("/common/getAssociateKeywords_new", { type: type, keyword: $("#keyword").val() }, function (data) { if (data.code < 0) { return; } jQuery.data(document.body, search_type + "_" + $("#keyword").val(), data.result); showResult(data.result, search_type); }); } } else { if (jQuery.trim($("#hisDiv .hislist").text()) != "") { $("#hisDiv").show(); } $("#hotDiv").show(); $('#resultDiv').hide(); } } }, 100); } $(function () { $(document).on("click", ".associate-item", function () { var keyword = jQuery.trim($("#keyword").val()); setSearchHistory_shop(keyword); var url = "/yaodian/search.html?keyword=" + keyword; window.location.href = url; }); }); function isChinese(keyword) { var re = new RegExp("[\\u4E00-\\u9FFF]+", "g"); if (!re.test(keyword)) return false; return true; } function showResult(data, search_type) { var isHaveResult = false; var keyword = jQuery.trim($("#keyword").val()); var search_shop = keyword != "" && isChinese(keyword) ? "
" + (n).substring(0, keyword.length) + "
").appendTo("#resultDiv .hislist"); } else { $("" + n + "
").appendTo("#resultDiv .hislist"); } } else { $("" + n + "
").appendTo("#resultDiv .hislist"); } } }) if (!isHaveResult) { $('#resultDiv').hide(); if (jQuery.trim($("#hisDiv .hislist").text()) != "") { $("#hisDiv").show(); } $("#hotDiv").show(); } else { if ($("#resultDiv .hislist").html() != "") { $("#hisDiv").hide(); $("#hotDiv").hide(); $("#resultDiv").show(); } } } function fun_search(keyword) { keyword = jQuery.trim(keyword); if (jQuery.trim(keyword) != "" && jQuery.trim(keyword).length >= 2) { if ($("#search").attr("action").indexOf("yaodian") < 0 && $("#search").attr("action").indexOf("yaochang") < 0 && $("#search").attr("action").indexOf("yiyuan") < 0) { jQuery.getJSON("/common/getsearchid", { keyword: encodeURIComponent(keyword) }, function (data) { if (data.code > 0 && data.result > 0) { window.location.href = $("#search").attr("action").replace("search.html", "search/") + data.result + ".html"; } else { window.location.href = $("#search").attr("action") + "?keyword=" + encodeURIComponent(keyword); } }) } else { window.location.href = $("#search").attr("action") + "?keyword=" + encodeURIComponent(keyword); } return false; } } function fun_search(keyword, standard) { keyword = jQuery.trim(keyword); standard = jQuery.trim(standard); if (jQuery.trim(keyword) != "" && jQuery.trim(keyword).length >= 2) { if ($("#search").attr("action").indexOf("yaodian") < 0 && $("#search").attr("action").indexOf("yaochang") < 0 && $("#search").attr("action").indexOf("yiyuan") < 0) { jQuery.getJSON("/common/getsearchid", { keyword: encodeURIComponent(keyword) }, function (data) { if (data.code > 0 && data.result > 0) { window.location.href = $("#search").attr("action").replace("search.html", "search/") + data.result + ".html"; } else { window.location.href = $("#search").attr("action") + "?keyword=" + encodeURIComponent(keyword) + "&standard=" + encodeURIComponent(standard.indexOf("所有规格") == 0 ? "" : standard); } }) } else { window.location.href = $("#search").attr("action") + "?keyword=" + encodeURIComponent(keyword); } return false; } } function setHistoryResult() { $(".js-hislist").html(""); var historysearch = $.cookie("historysearch"); if (historysearch != null) { var his = historysearch.split("||"); if (his.length > 0 && his != "") { for (i = 0; i < his.length; i++) { if (his[i] != "") { $("" + his[i] + " ×").appendTo(".js-hislist"); } } $("#hisDiv").show(); $(".his_medicine_area").show(); } } } function setHistoryResult_shop() { $(".js-hislist-shop").html(""); var historysearch = $.cookie("historysearch_shop"); if (historysearch != null) { var his = historysearch.split("||"); if (his.length > 0 && his != "") { var domain = $("#jsDomain").val(); var pre_href = domain.indexOf("yaofangwang") > 0 ? "https://m" : "http://m"; for (i = 0; i < his.length; i++) { if (his[i] != "") { $("" + his[i] + " ×").appendTo(".js-hislist-shop"); } } $("#hisDiv").show(); $(".his_shop_area").show(); } } } $(document).on('click', '.clearhisSingle', function (e) { var e = e || window.event e.preventDefault(); $(this).parent().remove(); var hisTxt = $(this).siblings(".hisTxt").text(); var historysearch = $.cookie("historysearch"); var coo = historysearch.replace(hisTxt + "||", ""); $.cookie("historysearch", decodeURIComponent(jQuery.trim(coo)), { expires: 30, path: "/", domain: $("#jsDomain").val() }); var historysearch_shop = $.cookie("historysearch_shop"); var coo_shop = historysearch_shop.replace(hisTxt + "||", ""); $.cookie("historysearch_shop", decodeURIComponent(jQuery.trim(coo_shop)), { expires: 30, path: "/", domain: $("#jsDomain").val() }); var shop_count = $(".js-hislist-shop a").size(); var medicine_count = $(".js-hislist a").size(); if (shop_count == 0) { $(".his_shop_area").hide(); } if (medicine_count == 0) { $(".his_medicine_area").hide(); } if (shop_count == 0 && medicine_count == 0) { $("#hisDiv").hide(); } return; }); function setSearchHistory(keyword) { var regex = /^([a-zA-Z]+)$/; if (regex.test(keyword)) { return false; } var historysearch = $.cookie("historysearch"); if (historysearch == null) { $.cookie("historysearch", decodeURIComponent(jQuery.trim(keyword)), { expires: 30, path: "/", domain: $("#jsDomain").val() }); } else { var isExist = false; var his = historysearch.split("||"); for (i = 0; i < his.length; i++) { if (his[i] == jQuery.trim(keyword)) { isExist = true; break; } } if (!isExist) { var temp = ""; if (his.length >= 10) { for (i = 0; i < 9; i++) { if (i == 8) { temp += his[i]; } else { temp += his[i] + "||"; } } } else { temp = historysearch; } $.cookie("historysearch", decodeURIComponent(jQuery.trim(keyword)) + "||" + temp, { expires: 30, path: "/", domain: $("#jsDomain").val() }); } } } function setSearchHistory_shop(keyword) { var regex = /^([a-zA-Z]+)$/; if (regex.test(keyword)) { return false; } var historysearch = $.cookie("historysearch_shop"); if (historysearch == null) { $.cookie("historysearch_shop", decodeURIComponent(jQuery.trim(keyword)), { expires: 30, path: "/", domain: $("#jsDomain").val() }); } else { var isExist = false; var his = historysearch.split("||"); for (i = 0; i < his.length; i++) { if (his[i] == jQuery.trim(keyword)) { isExist = true; break; } } if (!isExist) { var temp = ""; if (his.length >= 10) { for (i = 0; i < 9; i++) { if (i == 8) { temp += his[i]; } else { temp += his[i] + "||"; } } } else { temp = historysearch; } $.cookie("historysearch_shop", decodeURIComponent(jQuery.trim(keyword)) + "||" + temp, { expires: 30, path: "/", domain: $("#jsDomain").val() }); } } } function SearchShopMedicine(keyword) { var keyword = document.getElementById("keyword").value; keyword = keyword.replace(/\s/gi, ""); if (keyword == "" || keyword == "搜索店内商品") { openInfo("请输入查询关键字"); return false; } window.location.href = $("#search").attr("action") + "?keyword=" + encodeURIComponent(keyword); } function SearchOrderList(keyword) { var keyword = document.getElementById("keyword").value; keyword = keyword.replace(/\s/gi, ""); if (keyword == "" || keyword == "输入完整的订单号") { openInfo("请输入查询的订单号"); return false; } window.location.href = $("#searchorder").attr("action") + "?keywords=" + encodeURIComponent(keyword); } function SetNavStatus() { var url = location.href.toLowerCase(); var domain = $("#jsDomain").val(); $(".navBar a").removeClass("cur"); if (url.endsWith(domain + "/") || url.endsWith("m" + domain + "/index.html") || url.endsWith("m" + domain)) { $("#n_home").addClass("cur"); } else if (url.indexOf("catalog") > 0) { $("#n_catalogs").addClass("cur"); } else if (url.indexOf("from=1") > 0) { $("#n_inquirys").addClass("cur"); } else if (url.indexOf("cart/") > 0 || url.endsWith("/cart") || url.indexOf("buy.aspx") > 0) { $("#n_cart").addClass("cur"); } else if (url.indexOf("/manage/") > 0 || url.endsWith("/manage")) { $("#n_customer").addClass("cur"); } else if (url.indexOf("yaodian/manage/order.aspx") > 0) { $("#n_sorder").addClass("cur"); } else if (url.indexOf("yaodian/manage/index.aspx") > 0) { $("#n_smanage").addClass("cur"); } } function SetShareScript(APPID, WxJSAPI_Timestamp, WxJSAPI_Noncestr, WxJSAPI_Signature, title, desc, link, imgUrl) { wx.config({ debug: false, appId: APPID, timestamp: WxJSAPI_Timestamp, nonceStr: WxJSAPI_Noncestr, signature: WxJSAPI_Signature, jsApiList: ['onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', 'onMenuShareQZone'] }); wx.ready(function () { wx.onMenuShareTimeline({ title: title, link: link, imgUrl: imgUrl, success: function () { }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: title, desc: desc, link: link, imgUrl: imgUrl, type: '', dataUrl: '', success: function () { }, cancel: function () { } }); wx.onMenuShareQQ({ title: title, desc: desc, link: link, imgUrl: imgUrl, success: function () { }, cancel: function () { } }); wx.onMenuShareWeibo({ title: title, desc: desc, link: link, imgUrl: imgUrl, success: function () { }, cancel: function () { } }); wx.onMenuShareQZone({ title: title, desc: desc, link: link, imgUrl: imgUrl, success: function () { }, cancel: function () { } }); }); wx.error(function (res) { }); } $(function () { //var ClientType = getClientType(); if ((ClientType == 2 || ClientType == 3) && location.href.toLowerCase().indexOf(".yaofangwang.com")>0) { location.href = "https://www.yaofangwang.com"; } //$(document).ready(function() {$('#top').stickUp();}); SetNavStatus(); AppendSropMenu(); $('.lazyload').each(function () { if ($(this).data('method')) { return; } $(this).data('method', 'ResizeImg();'); }) $(".lazy,img[data-original],.lazyload").lazyload(); $("#keywordFake,#searchIcon,#searchIconOrder").click(function () { $("#wrap").hide(); var url = location.href.toLowerCase(); var domain = $("#jsDomain").val(); $(".seachOuter").show(); $(".mhome").removeAttr("style"); $(".dropmenu").removeAttr("style"); appDownLoad.hide(); $("#keyword").focus(); if ($("#keywordFake").length > 0) { $("#keyword").val($("#keywordFake").val()); } if (jQuery.trim($("#hisDiv .hislist").text()) == "") { $("#hisDiv").hide(); } else { $("#hisDiv").show(); } }); $("#searchbtnFake").click(function () { $("#keyword").val($("#keywordFake").val()); $("#searchbtn").click(); }); $(".hislist p").live('click', function () { var isShow = isShowStandards(); if (!isShow) { $("#keyword").val(jQuery.trim($(this).text())); sValue = jQuery.trim($(this).text()); $("#searchbtn").click(); } else { fun_search($("#keyword").val(),$(this).text()); } }); $(".base_sure").click(function () { var keyword = $("#keywordFake").val(); var standard = $(".special_text").html(); if (standard.indexOf("/") > -1 && standard != "选择规格") { fun_search(keyword, standard); return; } else { fun_search(keyword); return; } }) $("#searchbtn").click(function () { var keyword = $("#keyword").val() setSearchHistory(keyword); //fun_search(keyword); if ($("#resultDiv .hislist p").length == 0) { fun_search(keyword); } else { /* var isShow = isShowStandards(); if(isShow){ keyword = $("#keyword").val(); var standard = $("#result p.cur").eq(0).text(); alert(standard); var url = "//www"+ $("#jsDomain").val() +"/search.html?keyword=" + encodeURIComponent(keyword); if(standard.indexOf("所有规格") != 0){ url += ("&standard=" + encodeURIComponent(standard)); } window.location.href = url; return; }*/ var exists = false; var index = 0; $("#resultDiv .hislist p").each(function (i, n) { if ($(n).text() == keyword && (($("#resultDiv .hislist p").length > 1 && index != 0) || $("#resultDiv .hislist p").length == 1)) { exists = true; } index++; }); if (!exists) { fun_search(keyword); return; } if (!exists) { fun_search(keyword); return; } //alert("old " + keyword); /* if($("#result p.cur").length > 0){ keyword = $("#result p.cur").eq(0).text(); }else{ keyword = $("#result p").eq(0).text(); }*/ //$("#keyword").val(keyword); //alert("new " + keyword); //alert(keyword); //alert(keyword + " 加载规格"); var top = 10 $.getJSON("/common/getAssociateStandards", { keyword: keyword, top: top }, function (data) { if (data.code < 0) { return; } if (data.result.length == 0) { //alert("aaaa " + data.result.length); fun_search(keyword); } else { //alert("bbbbbbb " +data.result.length); setShowStandard(); if (data.result.length > 1) { data.result[data.result.length] = "所有规格>>"; } //alert("data.result " + data.result) showAssociateStandardsResult(data.result, 0); } } ); } }); function showAssociateStandardsResult(data, search_type) { var isHaveResult = false; $('#resultDiv .hislist').html(""); jQuery.each(data, function (i, n) { if (jQuery.trim(n) != '') { isHaveResult = true; var keyword = jQuery.trim($("#keyword").val()); if (search_type == "search_Yao") { if ((n).indexOf(keyword) > -1) { $("" + (n).substring(0, keyword.length) + "
").appendTo("#resultDiv .hislist"); } else { $("" + n + "
").appendTo("#resultDiv .hislist"); } } else { $("" + n + "
").appendTo("#resultDiv .hislist"); } } }) if (!isHaveResult) { $('#resultDiv').hide(); if (jQuery.trim($("#hisDiv .hislist").text()) != "") { $("#hisDiv").show(); } $("#hotDiv").show(); } else { if ($("#resultDiv .hislist").html() != "") { $("#hisDiv").hide(); $("#hotDiv").hide(); $("#resultDiv").show(); } } } $("#keyword").focus(function () { start(); }).click(function () { start(); }); $("#clearSearch").click(function () { $("#keyword").val(""); }); // del $("#clearHisBtn").live("click", function () { $('#dialog__clearhisConfirm').show() }); // dialog $('#confirmDelHistory').on('click', function () { var historysearch = $.cookie("historysearch"); if (historysearch != null) { $.cookie("historysearch", "", { expires: 1, path: "/", domain: $("#jsDomain").val() }); $("#hisDiv .hislist").empty(); } var historysearch_shop = $.cookie("historysearch_shop"); if (historysearch_shop != null) { $.cookie("historysearch_shop", "", { expires: 1, path: "/", domain: $("#jsDomain").val() }); $("#hisDiv .hislist").empty(); } $("#dialog__clearhisConfirm").hide(); $("#hisDiv").hide(); }) // ico $('#clearHiscontrol').on('click', function () { $("#clearHisBtn").show() $("#clearHisfinish").show() $('#clearHiscontrol').hide() $('.clearhisSingle').show() }) // wc $("#clearHisfinish").on('click', function () { $("#clearHisfinish").hide() $("#clearHisBtn").hide() $('#clearHiscontrol').show() $('.clearhisSingle').hide() }) $("#dropMenu").live("click", function () { $(".dropmenu").toggle(); }); $(".dropmenu").mouseleave(function () { $(".dropmenu").hide(); }); $("#shopsearchbtn").click(function () { SearchShopMedicine(); }); $("#searchbtnOrder").click(function () { SearchOrderList(); }); $("#sclose").click(function () { $(".seachOuter").hide().removeClass("mt"); $("#wrap").show(); appDownLoad.show(); }) $("#btnTop").click(function () { $('body,html').animate({ scrollTop: 0 }, 200); return false; }); $("#layer_info i").click(function () { closeInfo(); }); $(".fixBt .close").click(function () { closeFixBt(); }); $(window).resize(function () { ResizeImg(); }); $("#pagemask").click(function () { $(".fixBt").hide(); $("#pagemask").hide(); $("#layer").hide(); }); $("#showtype,.js-showtype").click(function () { var showtype = "list"; if ($.cookie("showtype") == "null" || $.cookie("showtype") == null || $.cookie("showtype") == "list") { showtype = "grid"; } $.cookie("showtype", showtype, { expires: 30, path: "/", domain: $("#jsDomain").val() }); location.href = location.href; }); $("#showtype_static,.js-showtype").click(function () { //var showtype = "list"; //if ($.cookie("showtype") == "null" || $.cookie("showtype") == null || $.cookie("showtype") == "list") { // showtype = "grid"; //} //$.cookie("showtype", showtype, { expires: 30, path: "/", domain: $("#jsDomain").val() }); //location.href = location.href; var showtype = $(this).attr('param'); var urlstr = location.href; if (showtype == "grid") { if (urlstr.indexOf("showlist") < 0) { urlstr = urlstr.replace(".html", "-showgrid.html") } else { urlstr = urlstr.replace("showlist", "showgrid") } } else if ((showtype == "list")) { if (urlstr.indexOf("showgrid") < 0) { urlstr = urlstr.replace(".html", "-showlist.html") } else { urlstr = urlstr.replace("showgrid", "showlist") } } top.window.location = urlstr; }); $("#closeApp").click(function () { var expiresDate = new Date(); expiresDate.setTime(expiresDate.getTime() + (60 * 60 * 1000)); $.cookie("appflag", 1, { expires: expiresDate, path: "/", domain: $("#jsDomain").val() }); }); $("#deseaseSbtn").click(function () { if ($("#deseaseSinput").val().length > 0) { location.href = "/disease/search-0-p1.html?keyword=" + $("#deseaseSinput").val(); } else { openInfo("请输入疾病或症状名称"); } }); if ($.cookie("hotkeywords") == null) { var tParam = Math.round(new Date().getTime() / 1000); $.get("/common/GetHotKeywords", { s: tParam }, function (data) { showHotKeywords(data); var date = new Date(); date.setTime(date.getTime() + 3600 * 1000 * 3); $.cookie("hotkeywords", data, { expires: date, path: "/", domain: $("#jsDomain").val() }); }); } else { var data = $.cookie("hotkeywords"); showHotKeywords(data); } CartCount(); SetUnionId(); addins.load(); }); function showHotKeywords(data) { var html = ''; var url = ''; var eachItem = ''; var classname = ''; var otherwebsite = false; for (var i = 0; i < data.split('@@').length; i++) { eachItem = data.split('@@')[i]; if (eachItem.length > 1) { var eachItems = eachItem.split('##'); if (eachItems.length > 2) { if (eachItems[2].toLowerCase() == '1') { url = 'm' + $("#jsDomain").val() + '/search/' + eachItem.split('##')[3] + '.html'; } else if (eachItems[2].toLowerCase() == '2') { url = 'm' + $("#jsDomain").val() + '/medicine/' + eachItem.split('##')[3] + '/'; } else if (eachItems[2].toLowerCase() == '3') { url = 'm' + $("#jsDomain").val() + '/detail-' + eachItem.split('##')[3] + '.html'; } else if (eachItems[2].toLowerCase() == '5') { url = 'm' + $("#jsDomain").val() + '/catalog-' + eachItem.split('##')[3] + '.html'; } else { url = 'm' + $("#jsDomain").val() + '/search.html?keyword=' + eachItem.split('##')[0]; } } else { url = 'm' + $("#jsDomain").val() + '/search.html?keyword=' + eachItem.split('##')[0]; } if (url.indexOf($("#jsDomain").val()) < 0) otherwebsite = true; url = url.replace('www.', 'm.'); url = url.replace('http://', '@http:@'); url = url.replace('https://', '@https:@'); url = url.replace('//', '/'); url = url.replace('@http:@', 'http://'); url = url.replace('@https:@', 'https://'); if (url.indexOf('http://') < 0 && url.indexOf('https://') < 0) url = 'https://' + url; if (i == 0) { classname = ' class="'; if (eachItem.split('##')[1] == '1') classname += ' hlight'; classname += '"'; } else { classname = ' class="'; if (eachItem.split('##')[1] == '1') classname += 'hlight'; classname += '"'; } classname = classname.replace(' class=""', ''); var starget = ''; if (otherwebsite) { starget = 'target="_blank"'; } html += '' + eachItem.split('##')[0] + '{0}