Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
f09b469f148ca1679e7751fbede49b72713dbf3e
1 parent
78fd5a5f
yas 版本升级
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
13 deletions
static/js/common.js
static/js/product/list.js
static/package.json
yohobuy/m.yohobuy.com/configs/application.developer.ini
yohobuy/m.yohobuy.com/configs/application.preview.ini
yohobuy/m.yohobuy.com/configs/application.production.ini
yohobuy/m.yohobuy.com/configs/application.testing.ini
static/js/common.js
View file @
f09b469
...
...
@@ -191,7 +191,7 @@ function reMarginFooter(fixedElement) {
a
.
async
=
1
;
a
.
src
=
j
;
m
.
parentNode
.
insertBefore
(
a
,
m
);
}
)(
window
,
document
,
'script'
,
(
'https:'
==
document
.
location
.
protocol
?
'https'
:
'http'
)
+
'://'
+
'cdn.yoho.cn/yas-jssdk/1.0.15/yas.js'
,
'_yas'
);
}
(
window
,
document
,
'script'
,
(
'https:'
===
document
.
location
.
protocol
?
'https'
:
'http'
)
+
'://'
+
'cdn.yoho.cn/yas-jssdk/1.0.16/yas.js'
,
'_yas'
)
);
(
function
()
{
var
uid
=
getUid
();
...
...
@@ -201,7 +201,7 @@ function reMarginFooter(fixedElement) {
window
.
_ozuid
=
uid
;
//暴露ozuid
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
5
'
,
'yohobuy_m'
,
uid
,
''
,
''
);
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
6
'
,
'yohobuy_m'
,
uid
,
''
,
''
);
}
}());
...
...
@@ -308,6 +308,3 @@ window.getShoppingKey = getShoppingKey;
window
.
rePosFooter
=
rePosFooter
;
window
.
reMarginFooter
=
reMarginFooter
;
...
...
static/js/product/list.js
View file @
f09b469
...
...
@@ -275,15 +275,15 @@ function search(opt) {
if
(
window
.
_yas
)
{
switch
(
navType
)
{
case
'newest'
:
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
5
'
,
'yohobuy_m'
,
window
.
_ozuid
,
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
6
'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
$
(
'.new-goods .good-info .good-detail-img .good-thumb'
));
break
;
case
'price'
:
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
5
'
,
'yohobuy_m'
,
window
.
_ozuid
,
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
6
'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
$
(
'.price-goods .good-info .good-detail-img .good-thumb'
));
break
;
case
'discount'
:
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
5
'
,
'yohobuy_m'
,
window
.
_ozuid
,
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
6
'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
$
(
'.discount-goods .good-info .good-detail-img .good-thumb'
));
break
;
}
...
...
static/package.json
View file @
f09b469
{
"name"
:
"yohobuy"
,
"version"
:
"1.3.2
6
"
,
"version"
:
"1.3.2
7
"
,
"description"
:
"yohobuy statics"
,
"keywords"
:
[],
"homepage"
:
""
,
...
...
yohobuy/m.yohobuy.com/configs/application.developer.ini
View file @
f09b469
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.3.2
6
"
application.version
=
"1.3.2
7
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
yohobuy/m.yohobuy.com/configs/application.preview.ini
View file @
f09b469
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.3.2
6
"
application.version
=
"1.3.2
7
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
yohobuy/m.yohobuy.com/configs/application.production.ini
View file @
f09b469
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.3.2
6
"
application.version
=
"1.3.2
7
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
yohobuy/m.yohobuy.com/configs/application.testing.ini
View file @
f09b469
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.3.2
6
"
application.version
=
"1.3.2
7
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
Please
register
or
login
to post a comment