Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
9 years ago
Commit
8eea88449a835a1a140e4bc83f675dd797f5e19b
1 parent
e3584220
master
...
feature/blk-miniapp
feature/brand-multi-shops
feature/change
feature/context
feature/context-and-tracking
feature/docker
feature/hotfix
feature/leftScrollMore
feature/listGoodsList
feature/style
feature/tracking
feature/webpack-hash
feature/webpack2
gray
hotfix/moreGoods
hotfix/ssr
release/0725
release/5.8
2017.09.01
fix-cant-loadmore
物流 bug 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/intercept-click.js
public/js/common/intercept-click.js
View file @
8eea884
...
...
@@ -158,7 +158,7 @@ const matchHeader = (path, qs, titleMap) => {
if
(
/
\/
me
\/
logistic$/
.
test
(
path
))
{
header
=
titleMap
[
1
];
header
.
title
.
des
=
'物流
详情
'
;
header
.
title
.
des
=
'物流
信息
'
;
return
header
;
}
...
...
Please
register
or
login
to post a comment