Authored by whb

webplugin

... ... @@ -6,7 +6,7 @@ use Api\Yohobuy;
use LibModels\Web\Product\BrandData;
use Index\HomeModel;
use WebPlugin\Helpers;
use Plugin\Images;
use WebPlugin\Images;
use WebPlugin\Cache;
use LibModels\Web\Home\IndexData;
use LibModels\Web\Product\SearchData;
... ...
... ... @@ -3,7 +3,7 @@
namespace Product;
use LibModels\Web\Product\DetailData;
use Plugin\Helpers;
use WebPlugin\Helpers;
/**
* 商品详情页模板相关的数据模型
... ...