123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891 |
- var coreServer = $("#coreServer").val();
- var isPC = ($(window).width()>768);
- var globalUserData = '';
- var GLOBAL_TOKEN = 'X-Token';
- var GLOBAL_USER_ID = 0; // 用户Id
- var GLOBAL_USER_IDENTITY = 0;//2-会员机构;3-供应商;4-普通机构
- var GLOBAL_SHOP_ID = 0; // 供应商Id
- var GLOBAL_VIP_FLAG = 0; // 超级会员标记
- var GLOBAL_CLUB_TYPE = 0; // 会员类型 1 医美机构 2 胜美机构
- var IDENTITY = 0; // 用户标记
- var isForbidTabs = true; //控制菜单
- if(localStorage.getItem('userInfo')){
- globalUserData = JSON.parse(localStorage.getItem('userInfo'));
- GLOBAL_TOKEN = globalUserData.token;
- GLOBAL_USER_ID = globalUserData.userId*1;
- GLOBAL_USER_IDENTITY = globalUserData.userIdentity*1;
- IDENTITY = globalUserData.userIdentity*1;
- GLOBAL_VIP_FLAG = globalUserData.vipFlag;
- GLOBAL_SHOP_ID = globalUserData.shopId*1;
- GLOBAL_CLUB_TYPE = globalUserData.firstClubType ? globalUserData.firstClubType : null;
- if (GLOBAL_USER_ID === 5261 || GLOBAL_USER_ID === 10947 || GLOBAL_USER_ID === 11579) {
- GLOBAL_USER_IDENTITY = 1;
- GLOBAL_VIP_FLAG == 1;
- IDENTITY = 1;
- }else if(GLOBAL_CLUB_TYPE == 1){
- IDENTITY = 5;
- }
- if(globalUserData.listingFee === 1){
- isForbidTabs = false;
- }
- } else {
- var pathname = window.location.pathname;
- var weChatLoginFlag = (Number(getBaseCookie("weChatAutoLogin"))===1 || Number(getBaseCookie("weChatAutoLogin"))===2);
- if(pathname.indexOf('/product/auth/') === -1 && !weChatLoginFlag ){
- var userAgent = navigator.userAgent.toLowerCase();
- if (userAgent.match(/MicroMessenger/i)) {
- // 微信浏览器自动授权登录
- var urlForWeChat = 'https://www.caimei365.com/we_chat/redirect_uri.html';
- $.get(coreServer+'/user/login/auth/link?mode=1&redirectUri='+urlForWeChat, function(r){
- if(r.code===0 && r.data){
- setBaseCookie("weChatAutoLogin", 1);
- setBeforeUrl();
- window.location.href = r.data;
- }
- });
- }
- }
- }
- // 头部
- var globalHead = new Vue({
- el: '#globalHead',
- data: {
- loginStatus: false,
- userData: {},
- classify: [],
- headCart: {
- cartList: [],
- cartCount: 0,
- productCount: 0,
- priceTotal: 0
- },
- noticeNum:0,
- shopId:'',
- userIdentity:'',
- articleType: '',
- isFiexd:false,
- classifyIndex:1
- },
- watch:{
- isFiexd: function(nVal,oVal){
- // 防止跳动
- if(nVal && isPC){
- $("body").css('paddingTop', $("#globalHead").height() + "px");
- }else{
- $("body").css('paddingTop', "0px");
- }
- }
- },
- methods: {
- changeClassify: function(value){
- this.classifyIndex=value;
- },
- // 初始化分类菜单效果
- initClassufyTab: function(){
- if(isPC){
- setTimeout(function(){
- $('#mainClassify').slide({
- mainCell:".clsCon",
- titCell:".clsTab a",
- trigger: "mouseover"
- });
- $('#mainClassify_1').slide({
- mainCell:".tabItem_right",
- titCell:".tabItem_lift a",
- trigger: "mouseover"
- });
- $('#mainClassify_2').slide({
- mainCell:".tabItem_right",
- titCell:".tabItem_lift a",
- trigger: "mouseover"
- });
- $("#mainClassify_2 .tabItem_lift a").eq(0).trigger("mouseover");
- $("#mainClassify_1 .tabItem_lift a").eq(0).trigger("mouseover");
- },500);
- }else{
- setTimeout(function(){
- $('#mainClassify').slide({
- mainCell:".clsCon",
- titCell:".clsTab a",
- trigger: "click"
- });
- $('#mainClassify_1').slide({
- mainCell:".tabItem_right",
- titCell:".tabItem_lift a",
- trigger: "click"
- });
- $('#mainClassify_2').slide({
- mainCell:".tabItem_right",
- titCell:".tabItem_lift a",
- trigger: "click"
- });
- $("#mainClassify_2 .tabItem_lift a").eq(0).trigger("click");
- $("#mainClassify_1 .tabItem_lift a").eq(0).trigger("click");
- },500);
- }
- },
- // 头部购物车数据
- getHeadCart: function(userId) {
- var _self = this;
- ShoppingApi.getHeaderCartList({userId: userId},function(response){
- if (response.code === 0 && response.data) {
- var data = response.data;
- _self.headCart.cartList = data.list;
- _self.headCart.cartCount = data.list.length;
- _self.headCart.productCount = 0;
- _self.headCart.priceTotal = 0;
- data.list.map(function(item){
- _self.headCart.productCount += item.number;
- _self.headCart.priceTotal += item.number*item.price;
- });
- }else if(r.code== -99){
- CAIMEI.Storage.clear();
- location.href = "/login.html";
- }
- });
- },
- getAuthClubCount:function (clubId) {
- var _self = this;
- PublicApi.getAuthClubCount({commonId: clubId},function(response){
- if (response.code === 0 && response.data) {
- var data = response.data;
- if(data.count>99){
- _self.noticeNum = '99+'
- }else{
- _self.noticeNum = data.count
- }
- console.log('noticeNum',_self.noticeNum)
- }else{
- console.log('获取机构通知消息数量异常')
- }
- });
- },
- getAuthShopCount:function (shopId) {
- var _self = this;
- PublicApi.getAuthShopCount({commonId: shopId},function(response){
- if (response.code === 0 && response.data) {
- var data = response.data;
- if(data.count>99){
- _self.noticeNum = '99+'
- }else{
- _self.noticeNum = data.count
- }
- }else{
- console.log('获取供应商通知消息数量异常')
- }
- });
- },
- goMsgLinkFn:function (url) {
- var _self = this;
- if(_self.loginStatus){
- window.location.href= url;
- }else{
- window.location.href='/login.html';
- }
- },
- goCartsLinkFn:function(){
- var _self = this;
- if(_self.loginStatus){
- window.location.href='/shopping/cart.html';
- }else{
- window.location.href='/login.html';
- }
- },
- productDetailsFn:function(id){ // 跳转详情
- window.location.href='/product-'+id+'.html';
- },
- DeleteCartProducts:function(id){ // 删除购物车
- var _self = this;
- ShoppingApi.DeleteCartProducts({userId: this.userData.userId, productIds: id},function(response){
- if(response.code === 0){
- _self.getHeadCart(_self.userData.userId);
- }else{
- CAIMEI.Alert(response.msg,'确定',false);
- }
- });
- },
- pageLinkSupplier: function(){//预览商品
- window.open('/supplier-'+this.shopId+'.html');
- },
- // 退出登录
- userLogOut: function(){
- localStorage.removeItem('userInfo');
- delBaseCookie("loginBeforePath");
- this.loginStatus = false;
- window.location.href = "/index.html";
- },
- showGlobalMenu: function(){
- if(!isPC){
- $("#mGlobalMenu").show().find(".cShow").slideDown(500);
- }
- },
- hideGlobalMenu: function(){
- if(!isPC){
- $("#mGlobalMenu").hide().find(".cShow").hide();
- }
- }
- },
- created: function () {
- var _self = this;
- // 判断登录状态
- if (globalUserData.token) {
- this.loginStatus = true;
- this.userData = globalUserData;
- if(this.userData.userIdentity === 3){
- // 获取头部通知消息数量
- setTimeout(function(){
- _self.getAuthShopCount(_self.userData.shopId);
- }, 1000);
- // 获取头部通知消息数量
- var timerShopCount = setInterval(function(){
- _self.getAuthShopCount(_self.userData.shopId);
- }, 1000*120);
- }else{
- setTimeout(function(){
- // 获取头部购物车数据
- _self.getHeadCart(_self.userData.userId);
- _self.getAuthClubCount(_self.userData.clubId);
- }, 1000);
- // 获取头部通知消息数量
- var timerClubCount = setInterval(function(){
- _self.getAuthClubCount(_self.userData.clubId);
- }, 1000*120);
- }
- }
- // 信息中心
- this.articleType = getUrlParam("type");
- },
- mounted:function(){
- var _self = this;
- // 初始化分类菜单效果
- this.initClassufyTab();
- var userData = JSON.parse(window.localStorage.getItem('userInfo'));
- if(userData!=null) {
- this.userIdentity = userData.userIdentity;
- this.shopId = userData.shopId;
- }
- if($(window).height() > 750){
- $(window).on('scroll', function() {
- var scrollTop = $(this).scrollTop();
- if(scrollTop>200){
- _self.isFiexd = true;
- }else{
- _self.isFiexd = false;
- }
- })
- }
- // 判断导航菜单高亮-对比url
- setTimeout(function(){
- var path = window.location.pathname;
- var paramsArr = path.split(".")[0].split("-");
- var key = paramsArr[0].split("/")[1];
- var pageId = paramsArr.length>=1 ? paramsArr[1] : '';
- if(key && key.length>0) {
- $('.navBox li').each(function () {
- var href = $(this).find('a').attr("href");
- if (href.indexOf(path)>=0){
- $(this).find('a').addClass('on');
- return false;
- } else if (key != 'product' && key != 'info' && href.indexOf('/'+key)>=0) {
- $(this).find('a').addClass('on');
- return false;
- }
- });
- }
- },500);
- }
- });
- // 初始化效果
- $(function(){
- // PC,H5切换时刷新
- $(window).resize(function() {
- var flag = (isPC && $(window).width()<=768) || (!isPC && $(window).width()>768);
- if(flag){
- window.location.reload();
- }
- });
- // 导航分类
- if(isPC){
- jqClickShow(".baseHeadTop .cTab", ".baseHeadTop .cShow");
- jqSelect(".jqSelect");
- jqHoverShow(".classBtn", "#mainClassify");
- }else{
- jqMultipleShow("click", ".footLink .list", ".tab", ".con", true);
- $('body').on('click', '.baseHeadCenter .mClassBtn',function () {
- $('#mainClassify').show();
- fixedBody();
- }).on('click', '#mainClassify .close,#mainClassify .mClassBtn',function () {
- $('#mainClassify').hide();
- looseBody();
- }).on('click', '#mainClassify',function (e) {
- e.stopPropagation();
- });
- }
- // 登录弹窗
- function loginAert(content, btnTxt){
- $.confirm({
- useBootstrap: false,
- boxWidth: (isPC?'338px':'74.6vw'),
- title: false,
- content:'<div class="loginAlert">'+content+'</div>',
- closeIcon: true,
- animation: 'opacity',
- closeAnimation: 'opacity',
- animateFromElement: false,
- scrollToPreviousElement: false,
- buttons: {
- login: {
- text: btnTxt,
- btnClass: 'btn-confirm-login',
- action: function(){
- setBeforeUrl();
- window.location.href = '/login.html';
- }
- },
- close: {
- text: '取消',
- btnClass: 'btn-cancel-login'
- }
- }
- });
- }
- // 去登录弹窗
- $('body').on("click", '.toLogin',function () {
- //loginAert('<span>你还未登录</span><span>请登录后再进行购买</span>', '去登录');
- setBeforeUrl();
- window.location.href = '/login.html';
- });
- // 退出登录
- $('body').on("click", '.toLogOut',function () {
- localStorage.removeItem('userInfo');
- delBaseCookie("loginBeforePath");
- globalHead.loginStatus = false;
- window.location.href = "/index.html";
- });
- // 置顶
- $('#scrollTop').on("click", '.toTop',function () {
- $("html,body").animate({scrollTop:0},500);
- });
- // 热线
- if(!isPC){
- $('#scrollTop').on("click", '.phone',function () {
- $('#scrollTop').find('.phoneHover').show();
- fixedBody();
- }).on("click", '.phoneHover div',function (e) {
- e.stopPropagation();
- }).on("click", '.phoneHover,.phoneHover .close',function () {
- $('#scrollTop').find('.phoneHover').hide();
- looseBody();
- });
- $('body').on("click", '#centerNav .home',function () {
- if($('#centerNav').find('.home').hasClass("on")){
- $('#centerNav').find('.home').removeClass("on");
- $('#centerNav').find('.centerBox').slideUp();
- looseBody();
- }else{
- $('#centerNav').find('.home').addClass("on");
- $('#centerNav').find('.centerBox').slideDown();
- fixedBody();
- }
- }).on("click", '#centerNav .wrap',function (e) {
- e.stopPropagation();
- }).on("click", '#centerNav .centerBox',function () {
- $('#centerNav').find('.home').removeClass("on");
- $('#centerNav').find('.centerBox').slideUp();
- looseBody();
- });
- }
- // 侧边栏滚动判断
- $(window).scroll(function () {
- if($('body').attr("style") && $('body').attr("style").indexOf('fixed')>0){
- return false;
- }
- var scoll = Math.max($('html').scrollTop(), $('body').scrollTop());
- if(scoll >200){
- $('#scrollTop').show();
- }else {
- $('#scrollTop').hide();
- }
- });
- // 顶部搜索框
- $('#topSearch').on("click", '.searchBtn', function(){
- var type = isPC ? $('#topSearch').find('[data-select]').attr("data-select")*1 : $('#topSearch').find('select').val()*1;
- var keyword = $.trim($('#topSearch').find('.keyword').val());
- // 商品,文章
- if (keyword.length < 2 && (type === 0 || type > 2)) {
- $.confirm({
- useBootstrap: false,
- boxWidth: (isPC?'300px':'70%'),
- title:'提示',
- content:'请至少输入两个关键字!',
- closeIcon: true,
- animation: 'opacity',
- closeAnimation: 'opacity',
- animateFromElement: false,
- buttons: {
- close: {
- text: '确定',
- btnClass: 'btn-confirm'
- }
- }
- });
- return false;
- }
- if (type === 0) {
- window.location.href = '/product/list.html?keyword='+encodeURIComponent(keyword);
- } else if(type === 1) {
- // 供应商
- if( keyword === '' ){
- window.location.href = '/supplier/list.html';
- }else{
- window.location.href = '/supplier/list.html?keyword='+encodeURIComponent(keyword);
- }
- } else if (type === 2) {
- // 项目仪器
- if( keyword === '' ){
- window.location.href = '/equipment/list.html';
- }else{
- window.location.href = '/equipment/list.html?keyword=' + encodeURIComponent(keyword);
- }
- } else{
- if( keyword === '' ){
- $.confirm({
- useBootstrap: false,
- boxWidth: (isPC?'300px':'70%'),
- title:'提示',
- content:'请至少输入文章关键字!',
- closeIcon: true,
- animation: 'opacity',
- closeAnimation: 'opacity',
- animateFromElement: false,
- buttons: {
- close: {
- text: '确定',
- btnClass: 'btn-confirm'
- }
- }
- });
- return;
- }
- // 文章
- window.location.href = '/info/search-1.html?keyword=' + encodeURIComponent(keyword);
- }
- }).on('keyup', '.keyword', function(event) {
- // 搜索输入框 按回车键搜索
- var keyCode = event.keyCode || event.which;
- if(keyCode === 13){
- $(this).parents('#topSearch').find('.searchBtn').trigger("click");
- }
- }).on("click", '.hotKey .word', function(){
- // 点击热词 触发搜索
- $(this).parents('#topSearch').find('.keyword').val($(this).text());
- $(this).parents('#topSearch').find('.searchBtn').trigger("click");
- });
- // 支付弹框复制标识
- $('body').on("click", '.payAlert .copy',function () {
- var oInput = document.createElement('textarea');
- oInput.value = $(this).parents('.payAlert').find('.no').text();
- document.body.appendChild(oInput);
- oInput.select(); // 选择对象
- document.execCommand("Copy"); // 执行浏览器复制命令
- document.body.removeChild(oInput);
- CAIMEI.dialog('复制成功');
- });
- });
- /*function uuid() {
- var s = [];
- var hexDigits = "0123456789abcdef";
- for (var i = 0; i < 36; i++) {
- s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
- }
- s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010
- s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01
- s[8] = s[13] = s[18] = s[23] = "-";
- return s.join("");
- }*/
- function setBeforeUrl(){
- var baseUrl = window.location.href;
- var flag = baseUrl.indexOf('/login.html')>0 || baseUrl.indexOf('/register.html')>0 || baseUrl.indexOf('/we_chat/redirect_uri.html')>0;
- if(!flag){
- setBaseCookie("loginBeforePath", baseUrl);
- }
- }
- // 公共方法
- function setBaseCookie(cname,cvalue,exdays){
- if (exdays) {
- var d = new Date();
- d.setTime(d.getTime()+(exdays*24*60*60*1000));
- var expires = "expires="+d.toGMTString();
- document.cookie = cname+"="+cvalue+"; path=/; "+expires;
- } else {
- document.cookie = cname+"="+cvalue+"; path=/";
- }
- }
- function getBaseCookie(cname){
- if (document.cookie) {
- var name = cname + "=";
- var ca = document.cookie.split(';');
- for(var i=0; i<ca.length; i++) {
- var c = ca[i].trim();
- if (c && c.indexOf(name)===0) {
- return c.substring(name.length,c.length);
- }
- }
- }
- return "";
- }
- function delBaseCookie(cname){
- var exp = new Date();
- exp.setTime(exp.getTime() - 1);
- var cval=getBaseCookie(cname);
- if(cval!=null) {
- document.cookie= cname + "="+cval+";expires="+exp.toGMTString();
- }
- }
- function getDateStr(dd, addCount) {
- dd.setDate(dd.getDate() + addCount);//获取addCount天后的日期
- var y = dd.getFullYear();
- var m = (dd.getMonth() + 1) < 10 ? "0" + (dd.getMonth() + 1) : (dd.getMonth() + 1);//获取当前月份的日期,不足10补0
- var d = dd.getDate() < 10 ? "0" + dd.getDate() : dd.getDate();
- return y + "/" + m + "/" + d;
- }
- function jqClickShow(tab, con){
- $("body").on("click", tab, function(e){
- e.stopPropagation();
- if($(tab).hasClass("on")){
- $(tab).removeClass("on");
- $(con).slideUp("fast");
- }else{
- $(tab).addClass("on");
- $(con).slideDown("fast");
- }
- }).on("click", function(){
- $(tab).removeClass("on");
- $(con).slideUp("fast");
- });
- }
- function jqHoverShow(tab, con){
- $("body").on("mouseover", tab, function(e){
- e.stopPropagation();
- if($(tab).hasClass("on")){
- $(tab).removeClass("on");
- $(con).slideUp("fast");
- }else{
- $(tab).addClass("on");
- $(con).slideDown("fast");
- }
- }).on("mouseover", con, function(e){
- e.stopPropagation();
- }).on("mouseover", function(e){
- $(tab).removeClass("on");
- $(con).slideUp("fast");
- });
- }
- function jqMultipleShow(event, item, tab, con, stop){
- $("body").on(event, item+' '+tab, function(e){
- e.stopPropagation();
- $(this).parents(item).siblings(item).find(con).slideUp("fast");
- $(this).parents(item).siblings(item).removeClass("on");
- $(this).parents(item).siblings(item).find(tab).removeClass("on");
- if($(this).hasClass("on")){
- $(this).removeClass("on");
- $(this).parents(item).removeClass("on");
- $(this).parents(item).find(con).slideUp("fast");
- }else{
- $(this).addClass("on");
- $(this).parents(item).addClass("on");
- $(this).parents(item).find(con).slideDown("fast");
- }
- }).on(event, item+' '+con, function(e){
- e.stopPropagation();
- }).on(event, function(){
- if(stop){
- $(item+' '+tab).removeClass("on");
- $(item).removeClass("on");
- $(item+' '+con).slideUp("fast");
- }
- });
- }
- function jqSelect(selectBox){
- $("body").on("click", selectBox, function(e){
- e.stopPropagation();
- var select = $(this).find("select");
- var options = select.find("option");
- var list = "";
- for (var i=0; i<options.length; i++){
- list += '<li data-id="'+$(options[i]).val()+'">'+$(options[i]).text()+'</li>';
- if($(options[i]).val()===select.val()){
- $(this).find("[data-select]").text($(options[i]).text()).attr('data-select',$(options[i]).val());
- }
- }
- $(this).find("ul").html(list);
- $(this).find("ul").slideToggle("fast");
- }).on("click", selectBox + " li", function(e){
- e.stopPropagation();
- $(this).parent().prev().attr('data-select',$(this).attr("data-id")).text($(this).text());
- $(this).parents("pc").next().val($(this).attr("data-id"));
- $(this).parent().slideUp("fast");
- }).on("click", function(){
- $(selectBox).find("ul").slideUp("fast");
- });
- }
- //解决移动端滚动穿透
- function fixedBody(){
- var scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
- setTimeout(function(){
- document.body.style.cssText += 'position:fixed;top:-'+scrollTop+'px;';
- },10);
- }
- function looseBody() {
- var body = document.body;
- body.style.position = '';
- var top = body.style.top;
- document.body.scrollTop = document.documentElement.scrollTop = -parseInt(top);
- body.style.top = '';
- }
- //url参数
- function getUrlParam(name) {
- var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
- var r = decodeURIComponent(window.location.search).substr(1).match(reg);
- if (r != null) {
- return (r[2])
- }
- return null;
- }
- function updateUrlParam(params) {
- var loca = window.location;
- var baseUrl = loca.origin + loca.pathname + "?";
- var query = loca.search.substr(1).toLowerCase();
- var queryArr = query.split("&");
- var keys = Object.keys(params);
- if (keys.length > 0) {
- var obj = {};
- for (var i = 0; i < queryArr.length; i++) {
- queryArr[i] = queryArr[i].split("=");
- obj[queryArr[i][0]] = queryArr[i][1]
- }
- for (var k = 0; k < keys.length; k++) {
- var name = keys[k];
- var value = params[name];
- obj[name.toLowerCase()] = value;
- }
- var url = baseUrl + JSON.stringify(obj).replace(/["\{\}]/g, "").replace(/\:/g, "=").replace(/\,/g, "&");
- return url;
- }
- }
- function setSearchProductList(list, userId, callback) {//处理搜索
- var productIdArr = [];
- var resultData = [];
- list.map(function (item) {
- resultData.push({
- productId: item.productId,
- name: item.name,
- image: item.image,
- unit: item.unit,
- brandName: item.brandName,
- priceFlag: item.priceFlag,
- priceGrade: item.priceGrade,
- actStatus: 0,
- priceLoaded: false,
- beautyActFlag:item.beautyActFlag,
- productType:item.productType
- });
- // 0公开价格 1不公开价格 2仅对会员机构公开
- if (item.priceFlag !== 1) {
- productIdArr.push(item.productId)
- }
- });
- if (userId && userId > 0) {
- setProductPrice(resultData, productIdArr.join(","), userId, callback);
- }else {
- setProductPrice(resultData, productIdArr.join(","), 0, callback);
- }
- return resultData;
- }
- function setProductPrice(productList, productIds, userId, callback){
- $.getJSON(coreServer+"/commodity/price/list",{
- userId: userId,
- productIds: productIds,
- source: 1
- }).done(function (r) {
- if (r.code === 0 && r.data) {
- var priceList = r.data;
- productList.map(function(product){
- priceList.map(function(item){
- if(product.productId*1 === item.productId){
- product.shopId = item.shopId;
- product.userIdentity = item.userIdentity;
- product.price = item.price;
- product.originalPrice = item.originalPrice;
- product.priceLoaded = true;
- product.ladderPriceFlag = item.ladderPriceFlag;
- product.actStatus =item.actStatus;
- product.couponsLogo =item.couponsLogo;
- product.promotions =item.promotions;
- product.svipPriceTag =item.svipPriceTag;
- product.svipPriceType =item.svipPriceType;
- product.svipProductFlag =item.svipProductFlag;
- }
- });
- });
- }
- return callback();
- }).fail(function(){
- return callback();
- })
- }
- // 登录后返回登录前页面
- function toBeforePath(){
- var loginBeforePath = getBaseCookie("loginBeforePath");
- if (loginBeforePath && loginBeforePath!='undefined' && loginBeforePath.indexOf('.html')>0) {
- delBaseCookie("loginBeforePath");
- window.location.href = loginBeforePath;
- }
- window.location.href = '/index.html';
- }
- function toLogin() {//去登录
- setBeforeUrl();
- window.location.href = '/login.html';
- }
- function upgrade () { //升级会员
- window.location.href='';
- }
- function toLogOut() {//登出
- localStorage.removeItem('userInfo');
- delBaseCookie("loginBeforePath");
- this.loginStatus = false;
- window.location.href = "/index.html";
- }
- /**
- * 至少保留两位小数
- * 10 => "10.00"
- * @param {number} num
- */
- function toFloat(num) {
- var temp = String(num).split('.');
- if (temp.length === 1 || temp[1].length < 2) {
- return Number(num).toFixed(2);
- }else{
- return Number(num);
- }
- }
- /** 表单输入框校验 */
- function verifyHandle(obj){
- if ($(obj).is(":hidden")) { return false; }
- var v = $.trim($(obj).val()).replace(/\s+/g,"");
- var reg = $(obj).attr("rule");
- var errorTxt = $(obj).siblings('.errTips').attr("tips");
- if ($.trim(v) === '') {
- if ($(obj).attr("placeholder") && $(obj).attr("placeholder").indexOf("请输入")>=0) {
- errorTxt = $(obj).attr("placeholder").split("请输入")[1]+'不能为空';
- } else {
- errorTxt = '不能为空';
- }
- setErrorTxt(obj, errorTxt);
- return false;
- }else if (typeof reg != "undefined") {
- reg = new RegExp(reg);
- if (!reg.test(v)) {
- setErrorTxt(obj, errorTxt);
- return false;
- }
- }
- clearErrorTxt(obj);
- }
- function setErrorTxt(obj, txt) {
- $(obj).parent().addClass("error").find('.checked').removeClass("show");
- $(obj).siblings('.errTips').text(txt).addClass("show");
- }
- function clearErrorTxt(obj) {
- $(obj).siblings('.errTips').removeClass("show");
- $(obj).parent().removeClass("error").find('.checked').addClass("show");
- }
- // 提交时验证表单
- function verifyForm() {
- $("[needverify]:visible").each(function (index, ele) {
- if (!$(ele).siblings('.checked').hasClass("show")) {
- verifyHandle(ele);
- }
- });
- var len = $('.errTips.show:visible').length;
- return (len === 0);
- }
- // 单个验证表单
- function verifyCheack(ele) {
- if (!$(ele).siblings('.checked').hasClass("show")) {
- verifyHandle(ele);
- }
- var len = $(ele).siblings('.errTips.show:visible').length;
- return (len === 0);
- }
- // 公共信息提示弹框
- function alertInfo(txt,callback) {
- $.confirm({
- useBootstrap: false,
- boxWidth: (isPC?'300px':'70%'),
- title:'提示',
- content: txt,
- closeIcon: true,
- animation: 'opacity',
- closeAnimation: 'opacity',
- animateFromElement: false,
- buttons: {
- close: {
- text: '确定',
- btnClass: 'btn-confirm',
- action: function () {
- callback()
- }
- }
- }
- });
- }
- //公共吐司
- function dialog(txt,callback) {
- $.confirm({
- title: false,
- content: txt,
- boxWidth: (isPC?'300px':'70%'),
- autoClose: 'close|2000',
- useBootstrap:false,
- buttons: {
- close:{
- isHidden: true,
- action: function () {
- callback()
- }
- }
- }
- });
- }
- /** 时间格式化
- * @param {Date} date 标准时间格式 -> new Date()
- * @param {string} format 时间格式化的格式 'yyyy-MM-dd hh:mm:ss'
- * @returns {string} 格式化后的时间 '2017-01-01 01:00:00'
- */
- function dateFormat(date = new Date(), format = 'yyyy-MM-dd hh:mm:ss') {
- var o = {
- 'M+': date.getMonth() + 1, // month
- 'd+': date.getDate(), // day
- 'h+': date.getHours(), // hour
- 'm+': date.getMinutes(), // minute
- 's+': date.getSeconds(), // second
- 'q+': Math.floor((date.getMonth() + 3) / 3), // quarter
- S: date.getMilliseconds(), // millisecond
- };
- if (/(y+)/.test(format)) {
- format = format.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.length))
- }
- for (var k in o) {
- if (new RegExp('(' + k + ')').test(format)) {
- format = format.replace(RegExp.$1, RegExp.$1.length === 1 ? o[k] : ('00' + o[k]).substr(('' + o[k]).length))
- }
- }
- return format
- }
|