﻿$(document).ready(function () {
    var currentPrductCateGory = productCateGoryJs; //productCateGoryJs在后台生成，路径在setconfig下，可根据需求修改描述
    $(".class-c").append(currentPrductCateGory);
    $(".menu3").leftmenu();
    $(".menu-left").bind("mouseleave", function () {
        $(".menu-left").hide();
    });
});
