You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<?php
|
|
|
|
|
namespace apps\cart\controllers;
|
|
|
|
|
use apps\base\controllers\FrontendController;
|
|
|
|
|
|
|
|
|
|
class FittingsController extends FrontendController {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 构造,加载文件语言包和helper文件
|
|
|
|
|
*/
|
|
|
|
|
public function __construct(){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 购物车中商品的相关配件
|
|
|
|
|
*/
|
|
|
|
|
public function actionIndex()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|