b60b957368c200101204b70e86f83583.php 75.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913
<?php return function ($in, $debugopt = 1) {
    $cx = array(
        'flags' => array(
            'jstrue' => false,
            'jsobj' => false,
            'spvar' => true,
            'prop' => false,
            'method' => false,
            'mustlok' => true,
            'echo' => false,
            'debug' => $debugopt,
        ),
        'constants' => array(),
        'helpers' => array(),
        'blockhelpers' => array(),
        'hbhelpers' => array(),
        'partials' => array(),
        'scopes' => array(),
        'sp_vars' => array('root' => $in),
        'lcrun' => 'Plugin\LCRun3',

    );
    
    return ''.''.'<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title>
<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'">
<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="cleartype" content="on">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta content="telephone=no" name="format-detection" />
<meta content="email=no" name="format-detection" />
<script type="text/javascript">
    (function(doc, win) {
        var docEl = doc.documentElement;
        (function() {
            var clientWidth = docEl.clientWidth;
            if (!clientWidth) {
                return;
            }
            docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
        }());
    })(document, window);
</script>
<link rel="dns-prefetch" href="//cdn.yoho.cn">
<link rel="dns-prefetch" href="//static.yohobuy.com">
<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css">
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css">
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css">
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="//static.dev.yohobuy.com/css/index.css">
';}).'<link rel="apple-touch-icon-precomposed" href="//static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
<link rel="apple-touch-startup-image" sizes="640x920" href="//static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
<link rel="apple-touch-startup-image" sizes="320x460" href="//static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
</head>
<body class="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'passport-body';}).' '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isWechat')), $in, function($cx, $in) {return 'wechat-body';}).'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return '    <div class="systemUpdate">
        <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
        <span>X</span>
    </div>
';}).''.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'">
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return '    <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back buriedpoint" data-bp-id="page_header_back_0">&#xe610;</a>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '    <span class="iconfont nav-home">&#xe638;</span>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('shopPage')), $in, false, function($cx, $in) {return '    <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'" class="nav-sub-right">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('text')), ENT_QUOTES, 'UTF-8').'</a>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return '    <a href="/home/helpDetail?code=20151230-102233&caption=有货币介绍" class="iconfont nav-home">&#xe639;</a>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return '    <a href="/home/helpDetail?code=20111130-152530&caption=如何使用有货币支付" class="iconfont nav-home">&#xe639;</a>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return '    <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home">&#xe641;</a>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return '    <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return '    <span class="nav-btn">提交</span>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('orderDetail')), $in, false, function($cx, $in) {return '    <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('serviceUrl')), ENT_QUOTES, 'UTF-8').'" target="_blank" class="iconfont nav-home">&#xe63c;</a>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('invoiceNotice')), $in, false, function($cx, $in) {return '    <span class="invoice-btn">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</span>
';}).'</header>
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'">
    <ul>
        <li>
            <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'">
                <i class="iconfont">&#xe62a;</i>
                <span>首页</span>
            </a>
        </li>
        <li>
            <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'">
                <i class="iconfont">&#xe62d;</i>
                <span>分类</span>
            </a>
        </li>
        <li>
            <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'">
                <i class="iconfont">&#xe62c;</i>
                <span>购物车</span>
            </a>
        </li>
        <li>
            <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'">
                <i class="iconfont">&#xe62b;</i>
                <span>我的</span>
            </a>
        </li>
    </ul>
</div>
';}).'
';}).''.''.'<div id="mainCart" class="shopping-cart-page yoho-page">
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCart')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showLoginInfo')), $in, function($cx, $in) {return '    <p class="login-info">
        <span class="iconfont">&#xe628;</span>
        请您先
        <a class="btn btn-login" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('signurl')), ENT_QUOTES, 'UTF-8').'">登录</a>
        可以同步电脑和手机中的商品
    </p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isEmptyCart')), $in, function($cx, $in) {return '        <div class="cart-zero">
            <i class="iconfont">&#xe640;</i>
            <p>您的购物车暂无商品</p>
            <a href="/product/new">随便逛逛</a>
        </div>
'.'                    <div class="recommend-for-you hide">
                    </div>'.'';}, function($cx, $in) {return ''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('cartNav')), $in, function($cx, $in) {return '        <ul class="cart-nav clearfix">
            
            <li class="active" id="common-cart-nav">
                <span >
                    普通商品('.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('commonGoodsCount')), ENT_QUOTES, 'UTF-8').')
                </span>
            </li>
            <li id="presell-cart-nav">
                <span >
                    预售商品('.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('presellGoodsCount')), ENT_QUOTES, 'UTF-8').')
                </span>
                <div id="presell-tip" class="presell-tip hide">
                    <div class="triangle"></div>
                    <p class="pt-content">预售商品点这里结算哦~</p>
                </div>
            </li>
            
        </ul>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('commonCart')), $in, false, function($cx, $in) {return '        <div class="cart-content common">
'.'            <div class="cart-goods">
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.'                    <div class="shopping-cart-good clearfix" data-promotion="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('promotion_id')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" data-skn="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('skn')), ENT_QUOTES, 'UTF-8').'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('inValid')), $in, function($cx, $in) {return '                            <span class="few-tag-expire">失效</span>
';}).'                    
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showCheckbox')), $in, function($cx, $in) {return '                            <span class="checkbox'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('checked')), $in, function($cx, $in) {return ' icon-cb-checked';}, function($cx, $in) {return ' icon-checkbox '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return 'disabled';}).'';}).' iconfont"></span>
';}).'                    
                        <div class="info">
                            <div class="prevent-img-click"></div>
                            <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'">
                                <img class="thumb lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
                            </a>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                <p class="few-tag plus-tag"><span>加价购</span></p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                <p class="few-tag gift-tag"><span>赠品</span></p>
';}).'                    
                            <div class="deps show">
                                <div class="fixed-height">
                                    <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" class="name row">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
                                    <span class="count">
                                        ×'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'
                                    </span>
                                    <p class="row color-size-row">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return '                                            <span class="color">
                                                颜色:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                    
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('size')), $in, function($cx, $in) {return '                                            <span class="size">
                                                尺码:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('size')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                    
                                    </p>
                                </div>
                                <p class="row">
                                        <p class="price">
                                            <span class="market-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('price')), ENT_QUOTES, 'UTF-8').'</span>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                            <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                            <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).'                                        </p>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isVipPrice')), $in, function($cx, $in) {return '                                        <span class="vip">
                                            VIP
                                        </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isStudents')), $in, function($cx, $in) {return '                                    <span class="vip">学</span>
';}).''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return ''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                            <span class="iconfont icon-edit" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe61e;</span>
';}).'';}).'                                    <span class="iconfont icon-del" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe621;</span>
                                </p>
                                <p class="la-tag row clearfix">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return '                                        <span class="low-stocks">
                                            库存不足
                                        </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('appearDate')), $in, function($cx, $in) {return '                                        <span class="appear-date">
                                            上市期:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('appearDate')), ENT_QUOTES, 'UTF-8').'
                                        </span>
';}).'                                </p>
                            </div>
                        </div>
                    </div>
'.'';}).'            </div>
            
            <div class="invalid-goods" id="failure-goods">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('notValidGoods')), $in, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('notValidGoods')), $in, false, function($cx, $in) {return ''.'                        <div class="shopping-cart-good clearfix" data-promotion="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('promotion_id')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" data-skn="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('skn')), ENT_QUOTES, 'UTF-8').'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('inValid')), $in, function($cx, $in) {return '                                <span class="few-tag-expire">失效</span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showCheckbox')), $in, function($cx, $in) {return '                                <span class="checkbox'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('checked')), $in, function($cx, $in) {return ' icon-cb-checked';}, function($cx, $in) {return ' icon-checkbox '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return 'disabled';}).'';}).' iconfont"></span>
';}).'                        
                            <div class="info">
                                <div class="prevent-img-click"></div>
                                <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'">
                                    <img class="thumb lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
                                </a>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                    <p class="few-tag plus-tag"><span>加价购</span></p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                    <p class="few-tag gift-tag"><span>赠品</span></p>
';}).'                        
                                <div class="deps show">
                                    <div class="fixed-height">
                                        <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" class="name row">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
                                        <span class="count">
                                            ×'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'
                                        </span>
                                        <p class="row color-size-row">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return '                                                <span class="color">
                                                    颜色:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('size')), $in, function($cx, $in) {return '                                                <span class="size">
                                                    尺码:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('size')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
                                        </p>
                                    </div>
                                    <p class="row">
                                            <p class="price">
                                                <span class="market-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('price')), ENT_QUOTES, 'UTF-8').'</span>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).'                                            </p>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isVipPrice')), $in, function($cx, $in) {return '                                            <span class="vip">
                                                VIP
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isStudents')), $in, function($cx, $in) {return '                                        <span class="vip">学</span>
';}).''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return ''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="iconfont icon-edit" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe61e;</span>
';}).'';}).'                                        <span class="iconfont icon-del" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe621;</span>
                                    </p>
                                    <p class="la-tag row clearfix">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return '                                            <span class="low-stocks">
                                                库存不足
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('appearDate')), $in, function($cx, $in) {return '                                            <span class="appear-date">
                                                上市期:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('appearDate')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                                    </p>
                                </div>
                            </div>
                        </div>
'.'';}).'';}).'            
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('offShelveGoods')), $in, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('offShelveGoods')), $in, false, function($cx, $in) {return ''.'                        <div class="shopping-cart-good clearfix" data-promotion="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('promotion_id')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" data-skn="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('skn')), ENT_QUOTES, 'UTF-8').'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('inValid')), $in, function($cx, $in) {return '                                <span class="few-tag-expire">失效</span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showCheckbox')), $in, function($cx, $in) {return '                                <span class="checkbox'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('checked')), $in, function($cx, $in) {return ' icon-cb-checked';}, function($cx, $in) {return ' icon-checkbox '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return 'disabled';}).'';}).' iconfont"></span>
';}).'                        
                            <div class="info">
                                <div class="prevent-img-click"></div>
                                <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'">
                                    <img class="thumb lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
                                </a>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                    <p class="few-tag plus-tag"><span>加价购</span></p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                    <p class="few-tag gift-tag"><span>赠品</span></p>
';}).'                        
                                <div class="deps show">
                                    <div class="fixed-height">
                                        <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" class="name row">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
                                        <span class="count">
                                            ×'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'
                                        </span>
                                        <p class="row color-size-row">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return '                                                <span class="color">
                                                    颜色:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('size')), $in, function($cx, $in) {return '                                                <span class="size">
                                                    尺码:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('size')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
                                        </p>
                                    </div>
                                    <p class="row">
                                            <p class="price">
                                                <span class="market-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('price')), ENT_QUOTES, 'UTF-8').'</span>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).'                                            </p>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isVipPrice')), $in, function($cx, $in) {return '                                            <span class="vip">
                                                VIP
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isStudents')), $in, function($cx, $in) {return '                                        <span class="vip">学</span>
';}).''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return ''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="iconfont icon-edit" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe61e;</span>
';}).'';}).'                                        <span class="iconfont icon-del" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe621;</span>
                                    </p>
                                    <p class="la-tag row clearfix">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return '                                            <span class="low-stocks">
                                                库存不足
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('appearDate')), $in, function($cx, $in) {return '                                            <span class="appear-date">
                                                上市期:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('appearDate')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                                    </p>
                                </div>
                            </div>
                        </div>
'.'';}).'';}).'            </div>
            
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('freebieOrAdvanceBuy')), $in, function($cx, $in) {return '                <ul class="freebie-and-advance-buy">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('freebie')), $in, function($cx, $in) {return '                        <li class="freebie">
                            <a href="/cart/index/gift?cartType='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cartType')), ENT_QUOTES, 'UTF-8').'">
                            <span class="iconfont">&#xe620;</span>
                            赠品
                                <span class="iconfont icon-right-arrow">&#xe614;</span>
                                <span class="count">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('giftCount')), ENT_QUOTES, 'UTF-8').'</span>
                            </a>
                            <span class="under-line"></span>
                        </li>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuy')), $in, function($cx, $in) {return '                        <li class="advance-buy">
                            <a href="/cart/index/advanceBuy?cartType='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cartType')), ENT_QUOTES, 'UTF-8').'">
                            <span class="iconfont">&#xe645;</span>
                            加价购
                                <span class="iconfont icon-right-arrow">&#xe614;</span>
                                <span class="count">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('advanceBuyCount')), ENT_QUOTES, 'UTF-8').'</span>
                            </a>
                            <span class="under-line"></span>
                        </li>
';}).'                </ul>
';}).'            
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('promotionInfo')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['sp_vars'], array('first')), $in, function($cx, $in) {return '            <div class="activity-title">
                <h1>已参与活动</h1>
            </div>
';}).'';}).'            
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('promotionInfo')), $in, function($cx, $in) {return '            <div class="activity">
                <ul>
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('promotionInfo')), $in, false, function($cx, $in) {return '                    <li>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</li>
';}).'                </ul>
            </div>
';}).'            
            <div class="price-compute">
                <p>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('formulaPrice')), ENT_QUOTES, 'UTF-8').'</p>
            </div>
            
'.'            <div class="recommend-for-you hide">
            </div>'.'            
            <div class="balance">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAllSelected')), $in, function($cx, $in) {return '                <span class="checkbox icon-cb-checked iconfont"></span>
';}, function($cx, $in) {return '                <span class="checkbox icon-checkbox iconfont"></span>
';}).'                <a class="btn-balance">
                    结算
                </a>
                <p>
                    <span id="good-total">
                        总计:¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('sumPrice')), ENT_QUOTES, 'UTF-8').' ('.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'件)
                    </span>
                    <span class="tip">(不含运费)</span>
                </p>
            </div>
'.'        </div>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('preSellCart')), $in, false, function($cx, $in) {return '        <div class="cart-content presell hide">
            <p class="presell-info">
                <span class="iconfont">&#xe61a;</span>
                <span class="txt">由于商品上市期不同,先到的将先发货</span>
                <span class="txt">预售商品不参加活动,不可使用优惠券</span>
            </p>
'.'            <div class="cart-goods">
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.'                    <div class="shopping-cart-good clearfix" data-promotion="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('promotion_id')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" data-skn="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('skn')), ENT_QUOTES, 'UTF-8').'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('inValid')), $in, function($cx, $in) {return '                            <span class="few-tag-expire">失效</span>
';}).'                    
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showCheckbox')), $in, function($cx, $in) {return '                            <span class="checkbox'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('checked')), $in, function($cx, $in) {return ' icon-cb-checked';}, function($cx, $in) {return ' icon-checkbox '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return 'disabled';}).'';}).' iconfont"></span>
';}).'                    
                        <div class="info">
                            <div class="prevent-img-click"></div>
                            <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'">
                                <img class="thumb lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
                            </a>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                <p class="few-tag plus-tag"><span>加价购</span></p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                <p class="few-tag gift-tag"><span>赠品</span></p>
';}).'                    
                            <div class="deps show">
                                <div class="fixed-height">
                                    <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" class="name row">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
                                    <span class="count">
                                        ×'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'
                                    </span>
                                    <p class="row color-size-row">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return '                                            <span class="color">
                                                颜色:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                    
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('size')), $in, function($cx, $in) {return '                                            <span class="size">
                                                尺码:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('size')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                    
                                    </p>
                                </div>
                                <p class="row">
                                        <p class="price">
                                            <span class="market-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('price')), ENT_QUOTES, 'UTF-8').'</span>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                            <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                            <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).'                                        </p>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isVipPrice')), $in, function($cx, $in) {return '                                        <span class="vip">
                                            VIP
                                        </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isStudents')), $in, function($cx, $in) {return '                                    <span class="vip">学</span>
';}).''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return ''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                            <span class="iconfont icon-edit" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe61e;</span>
';}).'';}).'                                    <span class="iconfont icon-del" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe621;</span>
                                </p>
                                <p class="la-tag row clearfix">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return '                                        <span class="low-stocks">
                                            库存不足
                                        </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('appearDate')), $in, function($cx, $in) {return '                                        <span class="appear-date">
                                            上市期:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('appearDate')), ENT_QUOTES, 'UTF-8').'
                                        </span>
';}).'                                </p>
                            </div>
                        </div>
                    </div>
'.'';}).'            </div>
            
            <div class="invalid-goods" id="failure-goods">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('notValidGoods')), $in, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('notValidGoods')), $in, false, function($cx, $in) {return ''.'                        <div class="shopping-cart-good clearfix" data-promotion="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('promotion_id')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" data-skn="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('skn')), ENT_QUOTES, 'UTF-8').'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('inValid')), $in, function($cx, $in) {return '                                <span class="few-tag-expire">失效</span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showCheckbox')), $in, function($cx, $in) {return '                                <span class="checkbox'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('checked')), $in, function($cx, $in) {return ' icon-cb-checked';}, function($cx, $in) {return ' icon-checkbox '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return 'disabled';}).'';}).' iconfont"></span>
';}).'                        
                            <div class="info">
                                <div class="prevent-img-click"></div>
                                <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'">
                                    <img class="thumb lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
                                </a>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                    <p class="few-tag plus-tag"><span>加价购</span></p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                    <p class="few-tag gift-tag"><span>赠品</span></p>
';}).'                        
                                <div class="deps show">
                                    <div class="fixed-height">
                                        <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" class="name row">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
                                        <span class="count">
                                            ×'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'
                                        </span>
                                        <p class="row color-size-row">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return '                                                <span class="color">
                                                    颜色:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('size')), $in, function($cx, $in) {return '                                                <span class="size">
                                                    尺码:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('size')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
                                        </p>
                                    </div>
                                    <p class="row">
                                            <p class="price">
                                                <span class="market-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('price')), ENT_QUOTES, 'UTF-8').'</span>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).'                                            </p>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isVipPrice')), $in, function($cx, $in) {return '                                            <span class="vip">
                                                VIP
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isStudents')), $in, function($cx, $in) {return '                                        <span class="vip">学</span>
';}).''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return ''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="iconfont icon-edit" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe61e;</span>
';}).'';}).'                                        <span class="iconfont icon-del" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe621;</span>
                                    </p>
                                    <p class="la-tag row clearfix">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return '                                            <span class="low-stocks">
                                                库存不足
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('appearDate')), $in, function($cx, $in) {return '                                            <span class="appear-date">
                                                上市期:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('appearDate')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                                    </p>
                                </div>
                            </div>
                        </div>
'.'';}).'';}).'            
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('offShelveGoods')), $in, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('offShelveGoods')), $in, false, function($cx, $in) {return ''.'                        <div class="shopping-cart-good clearfix" data-promotion="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('promotion_id')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" data-skn="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('skn')), ENT_QUOTES, 'UTF-8').'">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('inValid')), $in, function($cx, $in) {return '                                <span class="few-tag-expire">失效</span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showCheckbox')), $in, function($cx, $in) {return '                                <span class="checkbox'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('checked')), $in, function($cx, $in) {return ' icon-cb-checked';}, function($cx, $in) {return ' icon-checkbox '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return 'disabled';}).'';}).' iconfont"></span>
';}).'                        
                            <div class="info">
                                <div class="prevent-img-click"></div>
                                <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'">
                                    <img class="thumb lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
                                </a>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                    <p class="few-tag plus-tag"><span>加价购</span></p>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                    <p class="few-tag gift-tag"><span>赠品</span></p>
';}).'                        
                                <div class="deps show">
                                    <div class="fixed-height">
                                        <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" class="name row">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
                                        <span class="count">
                                            ×'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'
                                        </span>
                                        <p class="row color-size-row">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return '                                                <span class="color">
                                                    颜色:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('size')), $in, function($cx, $in) {return '                                                <span class="size">
                                                    尺码:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('size')), ENT_QUOTES, 'UTF-8').'
                                                </span>
';}).'                        
                                        </p>
                                    </div>
                                    <p class="row">
                                            <p class="price">
                                                <span class="market-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('price')), ENT_QUOTES, 'UTF-8').'</span>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="sale-price">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salesPrice')), ENT_QUOTES, 'UTF-8').'</span>
';}).'                                            </p>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isVipPrice')), $in, function($cx, $in) {return '                                            <span class="vip">
                                                VIP
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isStudents')), $in, function($cx, $in) {return '                                        <span class="vip">学</span>
';}).''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isAdvanceBuy')), $in, function($cx, $in) {return ''.Plugin\LCRun3::unl($cx, Plugin\LCRun3::v($cx, $in, array('isGift')), $in, function($cx, $in) {return '                                                <span class="iconfont icon-edit" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe61e;</span>
';}).'';}).'                                        <span class="iconfont icon-del" data-count="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'">&#xe621;</span>
                                    </p>
                                    <p class="la-tag row clearfix">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lowStocks')), $in, function($cx, $in) {return '                                            <span class="low-stocks">
                                                库存不足
                                            </span>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('appearDate')), $in, function($cx, $in) {return '                                            <span class="appear-date">
                                                上市期:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('appearDate')), ENT_QUOTES, 'UTF-8').'
                                            </span>
';}).'                                    </p>
                                </div>
                            </div>
                        </div>
'.'';}).'';}).'            </div>
            
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('freebieOrAdvanceBuy')), $in, function($cx, $in) {return '                <ul class="freebie-and-advance-buy">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('freebie')), $in, function($cx, $in) {return '                        <li class="freebie">
                            <a href="/cart/index/gift?cartType='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cartType')), ENT_QUOTES, 'UTF-8').'">
                            <span class="iconfont">&#xe620;</span>
                            赠品
                                <span class="iconfont icon-right-arrow">&#xe614;</span>
                                <span class="count">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('giftCount')), ENT_QUOTES, 'UTF-8').'</span>
                            </a>
                            <span class="under-line"></span>
                        </li>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuy')), $in, function($cx, $in) {return '                        <li class="advance-buy">
                            <a href="/cart/index/advanceBuy?cartType='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cartType')), ENT_QUOTES, 'UTF-8').'">
                            <span class="iconfont">&#xe645;</span>
                            加价购
                                <span class="iconfont icon-right-arrow">&#xe614;</span>
                                <span class="count">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('advanceBuyCount')), ENT_QUOTES, 'UTF-8').'</span>
                            </a>
                            <span class="under-line"></span>
                        </li>
';}).'                </ul>
';}).'            
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('promotionInfo')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['sp_vars'], array('first')), $in, function($cx, $in) {return '            <div class="activity-title">
                <h1>已参与活动</h1>
            </div>
';}).'';}).'            
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('promotionInfo')), $in, function($cx, $in) {return '            <div class="activity">
                <ul>
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('promotionInfo')), $in, false, function($cx, $in) {return '                    <li>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</li>
';}).'                </ul>
            </div>
';}).'            
            <div class="price-compute">
                <p>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('formulaPrice')), ENT_QUOTES, 'UTF-8').'</p>
            </div>
            
'.'            <div class="recommend-for-you hide">
            </div>'.'            
            <div class="balance">
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isAllSelected')), $in, function($cx, $in) {return '                <span class="checkbox icon-cb-checked iconfont"></span>
';}, function($cx, $in) {return '                <span class="checkbox icon-checkbox iconfont"></span>
';}).'                <a class="btn-balance">
                    结算
                </a>
                <p>
                    <span id="good-total">
                        总计:¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('sumPrice')), ENT_QUOTES, 'UTF-8').' ('.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'件)
                    </span>
                    <span class="tip">(不含运费)</span>
                </p>
            </div>
'.'        </div>
';}).'';}).'    <input id="cartType" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cartType')), ENT_QUOTES, 'UTF-8').'">
';}).'</div>
'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
    <p class="op-row">
        <span class="back-to-top">
            Back to top
            <i class="iconfont">&#xe608;</i>
        </span>
    </p>
    <address class="copyright">
        CopyRight©2007-2016 南京新与力文化传播有限公司
    </address>
</footer>
';}).'
'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
    <div class="float-layer-left">
        <span class="yoho-icon iconfont">&#xe60d;</span>
        <p>新用户送惊喜礼包</p>
    </div>
    <a href="javascript:void(0);" id="float-layer-close" >
        <i class="close-icon iconfont">&#xe623;</i>
        <div class="circle-rightbottom"></div>
    </a>
    <a href="javascript:void(0);" id="float-layer-btn">
        立即下载
    </a>
</div>
';}).'


   '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="//res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script>
<script src="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js?v='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'"></script>
<script src="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js?v='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'"></script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js?v='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'"></script>
<script src="//cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js?v='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'"></script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="//172.16.10.123:8000/static/js/sea.js?nowrap"></script>
<script>seajs.config({base: \'//172.16.10.123:8000/\'});</script>
';}).''.'<script>
    seajs.use(\'js/common\');
</script>
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/plus-star/list\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/plus-star/detail\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/home\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/list\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/detail\', function(d) {
        d.i(true);
    });
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/detail\', function(d) {
        d.i(false);
    });
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/register/register\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/register/code\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/register/password\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/bind/bind\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/bind/code\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('relateCode')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/bind/relate\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/bind/password\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/login/login\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/login/international\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/back/email\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/back/email-success\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/back/mobile\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/back/code\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/passport/back/new-password\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/index/channel\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/home/home\', function(h) {
        h.set(\'girls\');
    });
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/home/home\', function(h) {
        h.set(\'boys\');
    });
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/home/home\', function(h) {
        h.set(\'kids\');
    });
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/home/home\', function(h) {
        h.set(\'lifestyle\');
    });
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('secondChannelPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/home/home\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/newsale/newarrival\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/newsale/discount\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/newsale/hot-rank\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/list\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/detail/detail\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/detail/loadmore\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/detail/comments-consults\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/detail/consultform\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/category/index\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/category/brand\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/index/search\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/cart\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/gift-advance\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/gift-advance\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/order-ensure\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('invoiceInfoPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/invoice-info\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/address\');
    seajs.use(\'js/cart/select-address\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/select-coupon\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/index\');
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/order\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/order-detail\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/fav\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/suggest\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/coupons\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/online-service\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/index/footer\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/address\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/address-act\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/my-guang\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/personal-details\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/browse-record\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/logistic\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/pay\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/currency\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/currency-new\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('trendClassHomePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/star-classroom\');
    seajs.use(\'js/guang/calendar\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('trendClassCollocationPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/collocation-list\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('trendClassTopPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/guang/check-top\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('messagePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/message\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('messageDetailPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/message-detail\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('floorPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/index/coupon\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('jitDetailPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/cart/jit-detail\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('productCategoryPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/product-category\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shopPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/product/shop\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressModifyPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/me/address-modify\');
    seajs.use(\'js/me/address\');
</script>
';}).'
'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifePage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/life/login\');
</script>
';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponPage')), $in, function($cx, $in) {return '<script>
    seajs.use(\'js/life/coupon\');
</script>
';}).''.''.'<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
    var _hmt = _hmt || [];
    function async_load(){
        (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
                new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
                j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
                \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
        })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
    }
    window.addEventListener(\'load\', async_load, false);
</script>
<script>
    window._py = window._py||[];
    window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']);
    window._py.push([\'domain\',\'stats.ipinyou.com\']);
    window._py.push([\'e\',\'\']);
    if(typeof _goodsData!=\'undefined\'){
        window._py.push([\'pi\',_goodsData]);
    }
    -function(d){
        var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1;
        c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\';
        var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h);
    }(document);
</script>'.'</body>
</html>
'.'';
}
?>