Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
Your Name
2016-06-20 15:59:59 +0800
Commit
1e0e80ea8db8bfd6d0703df0ea0f65099b23678c
2 parents
30445384
82f05c05
Merge branch 'release/4.7' of
http://git.yoho.cn/fe/YOHOBUYPC
into release/4.7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/models/Index/Brands.php
yohobuy/www.yohobuy.com/application/models/Product/Detail.php
yohobuy/www.yohobuy.com/application/models/Index/Brands.php
View file @
1e0e80e
...
...
@@ -6,7 +6,7 @@ use Api\Yohobuy;
use
LibModels\Web\Product\BrandData
;
use
Index\HomeModel
;
use
WebPlugin\Helpers
;
use
Plugin\Images
;
use
Web
Plugin\Images
;
use
WebPlugin\Cache
;
use
LibModels\Web\Home\IndexData
;
use
LibModels\Web\Product\SearchData
;
...
...
yohobuy/www.yohobuy.com/application/models/Product/Detail.php
View file @
1e0e80e
...
...
@@ -3,7 +3,7 @@
namespace
Product
;
use
LibModels\Web\Product\DetailData
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
/**
* 商品详情页模板相关的数据模型
...
...
Please
register
or
login
to post a comment