|
|
1
|
+<?php return function ($in, $debugopt = 1) {
|
|
|
2
|
+ $cx = array(
|
|
|
3
|
+ 'flags' => array(
|
|
|
4
|
+ 'jstrue' => false,
|
|
|
5
|
+ 'jsobj' => false,
|
|
|
6
|
+ 'spvar' => true,
|
|
|
7
|
+ 'prop' => false,
|
|
|
8
|
+ 'method' => false,
|
|
|
9
|
+ 'mustlok' => true,
|
|
|
10
|
+ 'echo' => false,
|
|
|
11
|
+ 'debug' => $debugopt,
|
|
|
12
|
+ ),
|
|
|
13
|
+ 'constants' => array(),
|
|
|
14
|
+ 'helpers' => array(),
|
|
|
15
|
+ 'blockhelpers' => array(),
|
|
|
16
|
+ 'hbhelpers' => array(),
|
|
|
17
|
+ 'partials' => array(),
|
|
|
18
|
+ 'scopes' => array(),
|
|
|
19
|
+ 'sp_vars' => array('root' => $in),
|
|
|
20
|
+ 'lcrun' => 'Plugin\LCRun3',
|
|
|
21
|
+
|
|
|
22
|
+ );
|
|
|
23
|
+
|
|
|
24
|
+ return ''.'<!DOCTYPE html>
|
|
|
25
|
+<html>
|
|
|
26
|
+<head>
|
|
|
27
|
+<meta charset="utf-8">
|
|
|
28
|
+<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title>
|
|
|
29
|
+<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'">
|
|
|
30
|
+<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'">
|
|
|
31
|
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
|
32
|
+<meta http-equiv="cleartype" content="on">
|
|
|
33
|
+<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
34
|
+<meta content="telephone=no" name="format-detection" />
|
|
|
35
|
+<meta content="email=no" name="format-detection" />
|
|
|
36
|
+<script type="text/javascript">
|
|
|
37
|
+ (function(doc, win) {
|
|
|
38
|
+ var docEl = doc.documentElement;
|
|
|
39
|
+ (function() {
|
|
|
40
|
+ var clientWidth = docEl.clientWidth;
|
|
|
41
|
+ if (!clientWidth) {
|
|
|
42
|
+ return;
|
|
|
43
|
+ }
|
|
|
44
|
+ docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
|
|
|
45
|
+ }());
|
|
|
46
|
+ })(document, window);
|
|
|
47
|
+</script>
|
|
|
48
|
+<link rel="dns-prefetch" href="//cdn.yoho.cn">
|
|
|
49
|
+<link rel="dns-prefetch" href="//static.yohobuy.com">
|
|
|
50
|
+<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
|
|
|
51
|
+<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
|
|
|
52
|
+'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css">
|
|
|
53
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css">
|
|
|
54
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css">
|
|
|
55
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
|
|
|
56
|
+';}).'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
|
|
|
57
|
+<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
|
|
|
58
|
+<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
|
|
|
59
|
+</head>
|
|
|
60
|
+<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'>
|
|
|
61
|
+'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate">
|
|
|
62
|
+ <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
|
|
|
63
|
+ <span>X</span>
|
|
|
64
|
+ </div>
|
|
|
65
|
+';}).''.''.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';}).'">
|
|
|
66
|
+'.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"></a>
|
|
|
67
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span>
|
|
|
68
|
+';}).''.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=YOHO币介绍" class="iconfont nav-home"></a>
|
|
|
69
|
+';}).''.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=如何使用YOHO币支付" class="iconfont nav-home"></a>
|
|
|
70
|
+';}).''.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"></a>
|
|
|
71
|
+';}).''.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>
|
|
|
72
|
+';}).'</header>
|
|
|
73
|
+'.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';}).'">
|
|
|
74
|
+ <ul>
|
|
|
75
|
+ <li>
|
|
|
76
|
+ <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'">
|
|
|
77
|
+ <i class="iconfont"></i>
|
|
|
78
|
+ <span>首页</span>
|
|
|
79
|
+ </a>
|
|
|
80
|
+ </li>
|
|
|
81
|
+ <li>
|
|
|
82
|
+ <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'">
|
|
|
83
|
+ <i class="iconfont"></i>
|
|
|
84
|
+ <span>分类</span>
|
|
|
85
|
+ </a>
|
|
|
86
|
+ </li>
|
|
|
87
|
+ <li>
|
|
|
88
|
+ <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'">
|
|
|
89
|
+ <i class="iconfont"></i>
|
|
|
90
|
+ <span>购物车</span>
|
|
|
91
|
+ </a>
|
|
|
92
|
+ </li>
|
|
|
93
|
+ <li>
|
|
|
94
|
+ <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'">
|
|
|
95
|
+ <i class="iconfont"></i>
|
|
|
96
|
+ <span>我的</span>
|
|
|
97
|
+ </a>
|
|
|
98
|
+ </li>
|
|
|
99
|
+ </ul>
|
|
|
100
|
+</div>
|
|
|
101
|
+';}).'
|
|
|
102
|
+';}).''.''.'<div class="ps-detail-page ps-page yoho-page">
|
|
|
103
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('ps')), $in, false, function($cx, $in) {return ' <div id="brand-info" class="header brand-info ps-block" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'">
|
|
|
104
|
+ <img class="banner lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('banner')), ENT_QUOTES, 'UTF-8').'">
|
|
|
105
|
+ <img class="logo lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('logo')), ENT_QUOTES, 'UTF-8').'">
|
|
|
106
|
+ <div class="header-content clearfix">
|
|
|
107
|
+ <p class="name-islike-container">
|
|
|
108
|
+ <span class="name">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</span>
|
|
|
109
|
+ <a id="brand-like" class="brand-islike iconfont '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isLike')), $in, false, function($cx, $in) {return 'like';}).'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('likeUrl')), ENT_QUOTES, 'UTF-8').'">
|
|
|
110
|
+ 
|
|
|
111
|
+ </a>
|
|
|
112
|
+ </p>
|
|
|
113
|
+ <p id="intro" class="intro">
|
|
|
114
|
+ '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('intro')), ENT_QUOTES, 'UTF-8').'
|
|
|
115
|
+ </p>
|
|
|
116
|
+'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('intro')), $in, function($cx, $in) {return ' <span id="more-intro" class="more-intro">
|
|
|
117
|
+ <span id="intro-more-txt">more</span>
|
|
|
118
|
+ <i class="icon iconfont"></i>
|
|
|
119
|
+ </span>
|
|
|
120
|
+';}).' </div>
|
|
|
121
|
+ </div>
|
|
|
122
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('newArrival')), $in, false, function($cx, $in) {return ' <div class="new-arrival ps-block">
|
|
|
123
|
+ <div class="new-arrival-header">
|
|
|
124
|
+ <span class="header-text">NEW ARRIVAL</span>
|
|
|
125
|
+ <a class="more-prods iconfont" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('moreUrl')), ENT_QUOTES, 'UTF-8').'"></a>
|
|
|
126
|
+ </div>
|
|
|
127
|
+ <div class="new-arrival-content clearfix">
|
|
|
128
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('naList')), $in, false, function($cx, $in) {return ''.' '.Plugin\LCRun3::ifv($cx, $in, $in, function($cx, $in) {return '
|
|
|
129
|
+ <div class="good-info" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'">
|
|
|
130
|
+ <div class="tag-container clearfix">
|
|
|
131
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p>
|
|
|
132
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p>
|
|
|
133
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p>
|
|
|
134
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p>
|
|
|
135
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p>
|
|
|
136
|
+';}).'';}).' </div>
|
|
|
137
|
+ <div class="good-detail-img">
|
|
|
138
|
+ <a class="good-thumb" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">
|
|
|
139
|
+ <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
|
|
|
140
|
+ </a>
|
|
|
141
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p>
|
|
|
142
|
+';}).' </div>
|
|
|
143
|
+ <div class="good-detail-text">
|
|
|
144
|
+ <div class="name">
|
|
|
145
|
+ <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
|
|
|
146
|
+ </div>
|
|
|
147
|
+ <div class="price">
|
|
|
148
|
+ <span class="sale-price '.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('price')))) ? 'no-price' : '').'">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salePrice')), ENT_QUOTES, 'UTF-8').'</span>
|
|
|
149
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</span>
|
|
|
150
|
+';}).' </div>
|
|
|
151
|
+ </div>
|
|
|
152
|
+ </div>
|
|
|
153
|
+ ';}).''.'';}).' </div>
|
|
|
154
|
+ <div class="more-goods-container">
|
|
|
155
|
+ <a class="mg-text" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('moreUrl')), ENT_QUOTES, 'UTF-8').'">
|
|
|
156
|
+ 更多商品
|
|
|
157
|
+ <span class="more-prods iconfont"></span>
|
|
|
158
|
+ </a>
|
|
|
159
|
+ </div>
|
|
|
160
|
+ </div>
|
|
|
161
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('infos')), $in, function($cx, $in) {return ' <div class="related-infos ps-block">
|
|
|
162
|
+ <div>
|
|
|
163
|
+ <h2 class="related-info-title">相关资讯</h2>
|
|
|
164
|
+ </div>
|
|
|
165
|
+ <div id="related-infos-container" class="related-infos-container">
|
|
|
166
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('infos')), $in, false, function($cx, $in) {return ''.' <div class="guang-info" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'">
|
|
|
167
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('author')), $in, false, function($cx, $in) {return ' <a class="info-author clearfix" href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'>
|
|
|
168
|
+ <img class="lazy avatar" data-original='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('avatar')), ENT_QUOTES, 'UTF-8').'>
|
|
|
169
|
+ <span class="name">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</span>
|
|
|
170
|
+ </a>
|
|
|
171
|
+';}).'
|
|
|
172
|
+ <div class="info-img">
|
|
|
173
|
+'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('showTags')), $in, function($cx, $in) {return ' <a href="javascript:;" class="info-match">
|
|
|
174
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isTip')), $in, false, function($cx, $in) {return ' 小贴士
|
|
|
175
|
+ <div class="info-tag tip"></div>
|
|
|
176
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isCollocation')), $in, false, function($cx, $in) {return ' 搭配
|
|
|
177
|
+ <div class="info-tag collocation"></div>
|
|
|
178
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isFashionMan')), $in, false, function($cx, $in) {return ' 潮人
|
|
|
179
|
+ <div class="info-tag fashion-man"></div>
|
|
|
180
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isFashionGood')), $in, false, function($cx, $in) {return ' 潮品
|
|
|
181
|
+ <div class="info-tag fashion-good"></div>
|
|
|
182
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isTopic')), $in, false, function($cx, $in) {return ' 话题
|
|
|
183
|
+ <div class="info-tag topic"></div>
|
|
|
184
|
+';}).' </a>
|
|
|
185
|
+';}).' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">
|
|
|
186
|
+ <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('alt')), ENT_QUOTES, 'UTF-8').'">
|
|
|
187
|
+ </a>
|
|
|
188
|
+ </div>
|
|
|
189
|
+
|
|
|
190
|
+ <div class="info-deps">
|
|
|
191
|
+ <a class="info-title-container" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">
|
|
|
192
|
+ <h2 class="info-title">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</h2>
|
|
|
193
|
+ </a>
|
|
|
194
|
+ <p class="info-text">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('text')), ENT_QUOTES, 'UTF-8').'</p>
|
|
|
195
|
+'.' <div class="time-view-like-share clearfix">
|
|
|
196
|
+ <i class="iconfont"></i>
|
|
|
197
|
+ '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('publishTime')), ENT_QUOTES, 'UTF-8').'
|
|
|
198
|
+ <i class="iconfont"></i>
|
|
|
199
|
+ <span class="page-view">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('pageView')), ENT_QUOTES, 'UTF-8').'</span>
|
|
|
200
|
+ <div class="like-share-container">
|
|
|
201
|
+'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('like')), $in, false, function($cx, $in) {return ' <i class="iconfont like-btn'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isLiked')), $in, false, function($cx, $in) {return ' like';}).'"></i>
|
|
|
202
|
+ <span class="like-count">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('count')), ENT_QUOTES, 'UTF-8').'</span>
|
|
|
203
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('collect')), $in, false, function($cx, $in) {return ' <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'>
|
|
|
204
|
+ <i class="iconfont collect-btn'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isCollected')), $in, false, function($cx, $in) {return ' collected';}).'"></i>
|
|
|
205
|
+ </a>
|
|
|
206
|
+';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('share')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont share-btn"></a>
|
|
|
207
|
+';}).' </div>
|
|
|
208
|
+ </div>'.' </div>
|
|
|
209
|
+ </div>'.'';}).' </div>
|
|
|
210
|
+ </div>
|
|
|
211
|
+';}).'
|
|
|
212
|
+ <input id="jump-to-app" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpToApp')), ENT_QUOTES, 'UTF-8').'">
|
|
|
213
|
+
|
|
|
214
|
+ <input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'">
|
|
|
215
|
+ <input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'">
|
|
|
216
|
+ <input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'">
|
|
|
217
|
+ <input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'">
|
|
|
218
|
+';}).'</div>
|
|
|
219
|
+'.''.''.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">
|
|
|
220
|
+ <p class="op-row">
|
|
|
221
|
+ <span class="back-to-top">
|
|
|
222
|
+ Back to top
|
|
|
223
|
+ <i class="iconfont"></i>
|
|
|
224
|
+ </span>
|
|
|
225
|
+ </p>
|
|
|
226
|
+ <address class="copyright">
|
|
|
227
|
+ CopyRight©2007-2016 南京新与力文化传播有限公司
|
|
|
228
|
+ </address>
|
|
|
229
|
+</footer>
|
|
|
230
|
+';}).'
|
|
|
231
|
+'.''.''.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">
|
|
|
232
|
+ <div class="float-layer-left">
|
|
|
233
|
+ <span class="yoho-icon iconfont"></span>
|
|
|
234
|
+ <p>新用户送千元礼包</p>
|
|
|
235
|
+ </div>
|
|
|
236
|
+ <a href="javascript:void(0);" id="float-layer-close" >
|
|
|
237
|
+ <i class="close-icon iconfont"></i>
|
|
|
238
|
+ <div class="circle-rightbottom"></div>
|
|
|
239
|
+ </a>
|
|
|
240
|
+ <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn">
|
|
|
241
|
+ 立即下载
|
|
|
242
|
+ </a>
|
|
|
243
|
+</div>
|
|
|
244
|
+';}).'
|
|
|
245
|
+
|
|
|
246
|
+
|
|
|
247
|
+ '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
|
|
248
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script>
|
|
|
249
|
+<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script>
|
|
|
250
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script>
|
|
|
251
|
+<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script>
|
|
|
252
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script>
|
|
|
253
|
+<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script>
|
|
|
254
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
|
|
|
255
|
+<script>seajs.config({base: \'http://localhost:8000/\'});</script>
|
|
|
256
|
+';}).''.'<script>
|
|
|
257
|
+ seajs.use(\'js/common\');
|
|
|
258
|
+</script>
|
|
|
259
|
+'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script>
|
|
|
260
|
+ seajs.use(\'js/guang/plus-star/list\');
|
|
|
261
|
+</script>
|
|
|
262
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script>
|
|
|
263
|
+ seajs.use(\'js/guang/plus-star/detail\');
|
|
|
264
|
+</script>
|
|
|
265
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script>
|
|
|
266
|
+ seajs.use(\'js/guang/home\');
|
|
|
267
|
+</script>
|
|
|
268
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script>
|
|
|
269
|
+ seajs.use(\'js/guang/list\');
|
|
|
270
|
+</script>
|
|
|
271
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script>
|
|
|
272
|
+ seajs.use(\'js/guang/detail\', function(d) {
|
|
|
273
|
+ d.i(true);
|
|
|
274
|
+ });
|
|
|
275
|
+</script>
|
|
|
276
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script>
|
|
|
277
|
+ seajs.use(\'js/guang/detail\', function(d) {
|
|
|
278
|
+ d.i(false);
|
|
|
279
|
+ });
|
|
|
280
|
+</script>
|
|
|
281
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script>
|
|
|
282
|
+ seajs.use(\'js/passport/register/register\');
|
|
|
283
|
+</script>
|
|
|
284
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script>
|
|
|
285
|
+ seajs.use(\'js/passport/register/code\');
|
|
|
286
|
+</script>
|
|
|
287
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script>
|
|
|
288
|
+ seajs.use(\'js/passport/register/password\');
|
|
|
289
|
+</script>
|
|
|
290
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script>
|
|
|
291
|
+ seajs.use(\'js/passport/bind/bind\');
|
|
|
292
|
+</script>
|
|
|
293
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script>
|
|
|
294
|
+ seajs.use(\'js/passport/bind/code\');
|
|
|
295
|
+</script>
|
|
|
296
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script>
|
|
|
297
|
+ seajs.use(\'js/passport/bind/password\');
|
|
|
298
|
+</script>
|
|
|
299
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script>
|
|
|
300
|
+ seajs.use(\'js/passport/login/login\');
|
|
|
301
|
+</script>
|
|
|
302
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script>
|
|
|
303
|
+ seajs.use(\'js/passport/login/international\');
|
|
|
304
|
+</script>
|
|
|
305
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script>
|
|
|
306
|
+ seajs.use(\'js/passport/back/email\');
|
|
|
307
|
+</script>
|
|
|
308
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script>
|
|
|
309
|
+ seajs.use(\'js/passport/back/email-success\');
|
|
|
310
|
+</script>
|
|
|
311
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script>
|
|
|
312
|
+ seajs.use(\'js/passport/back/mobile\');
|
|
|
313
|
+</script>
|
|
|
314
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script>
|
|
|
315
|
+ seajs.use(\'js/passport/back/code\');
|
|
|
316
|
+</script>
|
|
|
317
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script>
|
|
|
318
|
+ seajs.use(\'js/passport/back/new-password\');
|
|
|
319
|
+</script>
|
|
|
320
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script>
|
|
|
321
|
+ seajs.use(\'js/index/channel\');
|
|
|
322
|
+ seajs.use(\'js/index/footer\');
|
|
|
323
|
+</script>
|
|
|
324
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script>
|
|
|
325
|
+ seajs.use(\'js/home/home\', function(h) {
|
|
|
326
|
+ h.set(\'girls\');
|
|
|
327
|
+ });
|
|
|
328
|
+ seajs.use(\'js/index/footer\');
|
|
|
329
|
+</script>
|
|
|
330
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script>
|
|
|
331
|
+ seajs.use(\'js/home/home\', function(h) {
|
|
|
332
|
+ h.set(\'boys\');
|
|
|
333
|
+ });
|
|
|
334
|
+ seajs.use(\'js/index/footer\');
|
|
|
335
|
+</script>
|
|
|
336
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script>
|
|
|
337
|
+ seajs.use(\'js/home/home\', function(h) {
|
|
|
338
|
+ h.set(\'kids\');
|
|
|
339
|
+ });
|
|
|
340
|
+ seajs.use(\'js/index/footer\');
|
|
|
341
|
+</script>
|
|
|
342
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script>
|
|
|
343
|
+ seajs.use(\'js/home/home\', function(h) {
|
|
|
344
|
+ h.set(\'lifestyle\');
|
|
|
345
|
+ });
|
|
|
346
|
+ seajs.use(\'js/index/footer\');
|
|
|
347
|
+</script>
|
|
|
348
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script>
|
|
|
349
|
+ seajs.use(\'js/product/newsale/newarrival\');
|
|
|
350
|
+ seajs.use(\'js/index/footer\');
|
|
|
351
|
+</script>
|
|
|
352
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script>
|
|
|
353
|
+ seajs.use(\'js/product/newsale/discount\');
|
|
|
354
|
+ seajs.use(\'js/index/footer\');
|
|
|
355
|
+</script>
|
|
|
356
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script>
|
|
|
357
|
+ seajs.use(\'js/product/newsale/hot-rank\');
|
|
|
358
|
+ seajs.use(\'js/index/footer\');
|
|
|
359
|
+</script>
|
|
|
360
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script>
|
|
|
361
|
+ seajs.use(\'js/product/list\');
|
|
|
362
|
+ seajs.use(\'js/index/footer\');
|
|
|
363
|
+</script>
|
|
|
364
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script>
|
|
|
365
|
+ seajs.use(\'js/product/detail/detail\');
|
|
|
366
|
+</script>
|
|
|
367
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script>
|
|
|
368
|
+ seajs.use(\'js/product/detail/loadmore\');
|
|
|
369
|
+</script>
|
|
|
370
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script>
|
|
|
371
|
+ seajs.use(\'js/product/detail/comments-consults\');
|
|
|
372
|
+</script>
|
|
|
373
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script>
|
|
|
374
|
+ seajs.use(\'js/product/detail/consultform\');
|
|
|
375
|
+</script>
|
|
|
376
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script>
|
|
|
377
|
+ seajs.use(\'js/category/index\');
|
|
|
378
|
+ seajs.use(\'js/index/footer\');
|
|
|
379
|
+</script>
|
|
|
380
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script>
|
|
|
381
|
+ seajs.use(\'js/category/brand\');
|
|
|
382
|
+ seajs.use(\'js/index/footer\');
|
|
|
383
|
+</script>
|
|
|
384
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script>
|
|
|
385
|
+ seajs.use(\'js/index/search\');
|
|
|
386
|
+ seajs.use(\'js/index/footer\');
|
|
|
387
|
+</script>
|
|
|
388
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script>
|
|
|
389
|
+ seajs.use(\'js/cart/cart\');
|
|
|
390
|
+</script>
|
|
|
391
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script>
|
|
|
392
|
+ seajs.use(\'js/cart/gift-advance\');
|
|
|
393
|
+</script>
|
|
|
394
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script>
|
|
|
395
|
+ seajs.use(\'js/cart/gift-advance\');
|
|
|
396
|
+</script>
|
|
|
397
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script>
|
|
|
398
|
+ seajs.use(\'js/cart/order-ensure\');
|
|
|
399
|
+</script>
|
|
|
400
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script>
|
|
|
401
|
+ seajs.use(\'js/me/address\');
|
|
|
402
|
+ seajs.use(\'js/cart/select-address\');
|
|
|
403
|
+</script>
|
|
|
404
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script>
|
|
|
405
|
+ seajs.use(\'js/cart/select-coupon\');
|
|
|
406
|
+</script>
|
|
|
407
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script>
|
|
|
408
|
+ seajs.use(\'js/me/index\');
|
|
|
409
|
+ seajs.use(\'js/index/footer\');
|
|
|
410
|
+</script>
|
|
|
411
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script>
|
|
|
412
|
+ seajs.use(\'js/me/order\');
|
|
|
413
|
+</script>
|
|
|
414
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script>
|
|
|
415
|
+ seajs.use(\'js/me/order-detail\');
|
|
|
416
|
+</script>
|
|
|
417
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script>
|
|
|
418
|
+ seajs.use(\'js/me/fav\');
|
|
|
419
|
+</script>
|
|
|
420
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script>
|
|
|
421
|
+ seajs.use(\'js/me/suggest\');
|
|
|
422
|
+</script>
|
|
|
423
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script>
|
|
|
424
|
+ seajs.use(\'js/me/coupons\');
|
|
|
425
|
+</script>
|
|
|
426
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script>
|
|
|
427
|
+ seajs.use(\'js/me/online-service\');
|
|
|
428
|
+</script>
|
|
|
429
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script>
|
|
|
430
|
+ seajs.use(\'js/index/footer\');
|
|
|
431
|
+</script>
|
|
|
432
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script>
|
|
|
433
|
+ seajs.use(\'js/me/address\');
|
|
|
434
|
+</script>
|
|
|
435
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script>
|
|
|
436
|
+ seajs.use(\'js/me/address-act\');
|
|
|
437
|
+</script>
|
|
|
438
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script>
|
|
|
439
|
+ seajs.use(\'js/me/my-guang\');
|
|
|
440
|
+</script>
|
|
|
441
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script>
|
|
|
442
|
+ seajs.use(\'js/me/personal-details\');
|
|
|
443
|
+</script>
|
|
|
444
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script>
|
|
|
445
|
+ seajs.use(\'js/me/browse-record\');
|
|
|
446
|
+</script>
|
|
|
447
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script>
|
|
|
448
|
+ seajs.use(\'js/me/logistic\');
|
|
|
449
|
+</script>
|
|
|
450
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script>
|
|
|
451
|
+ seajs.use(\'js/me/pay\');
|
|
|
452
|
+</script>
|
|
|
453
|
+';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script>
|
|
|
454
|
+ seajs.use(\'js/me/currency\');
|
|
|
455
|
+</script>
|
|
|
456
|
+';}).'
|
|
|
457
|
+'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script>
|
|
|
458
|
+ seajs.use(\'js/me/currency-new\');
|
|
|
459
|
+</script>
|
|
|
460
|
+';}).'
|
|
|
461
|
+'.''.'<!-- Google Tag Manager -->
|
|
|
462
|
+<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
|
463
|
+<script>
|
|
|
464
|
+ var _hmt = _hmt || [];
|
|
|
465
|
+ function async_load(){
|
|
|
466
|
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
|
|
|
467
|
+ new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
|
|
|
468
|
+ j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
|
|
|
469
|
+ \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
|
|
|
470
|
+ })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
|
|
|
471
|
+ (function() {
|
|
|
472
|
+ var hm = document.createElement("script");
|
|
|
473
|
+ hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
|
|
|
474
|
+ hm.async = 1;
|
|
|
475
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
476
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
477
|
+ })();
|
|
|
478
|
+ (function() {
|
|
|
479
|
+ var hm = document.createElement("script");
|
|
|
480
|
+ hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
|
|
|
481
|
+ hm.async = 1;
|
|
|
482
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
483
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
484
|
+ })();
|
|
|
485
|
+ (function() {
|
|
|
486
|
+ var hm = document.createElement("script");
|
|
|
487
|
+ hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764";
|
|
|
488
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
489
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
490
|
+ })();
|
|
|
491
|
+ (function() {
|
|
|
492
|
+ var hm = document.createElement("script");
|
|
|
493
|
+ hm.src = "http://static.yohobuy.com/js/analytics/analysis.js";
|
|
|
494
|
+ hm.async = 1;
|
|
|
495
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
496
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
497
|
+ })();
|
|
|
498
|
+ }
|
|
|
499
|
+ window.addEventListener(\'load\', async_load, false);
|
|
|
500
|
+</script>
|
|
|
501
|
+<script>
|
|
|
502
|
+ window._py = window._py||[];
|
|
|
503
|
+ window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']);
|
|
|
504
|
+ window._py.push([\'domain\',\'stats.ipinyou.com\']);
|
|
|
505
|
+ window._py.push([\'e\',\'\']);
|
|
|
506
|
+ if(typeof _goodsData!=\'undefined\'){
|
|
|
507
|
+ window._py.push([\'pi\',_goodsData]);
|
|
|
508
|
+ }
|
|
|
509
|
+ -function(d){
|
|
|
510
|
+ var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1;
|
|
|
511
|
+ c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\';
|
|
|
512
|
+ var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h);
|
|
|
513
|
+ }(document);
|
|
|
514
|
+</script>
|
|
|
515
|
+<script src="http://static.yohobuy.com/m/v1/js/om_code.js" async="async"></script>'.'</body>
|
|
|
516
|
+</html>'.'';
|
|
|
517
|
+}
|
|
|
518
|
+?> |