异次元店铺修改首页title里的购物两个字
文件所在地址:
/app/Controller/User/Index.php
大概46行左右
return $this->theme("购物", "INDEX", "Index/Index.html", [
'user' => $this->getUser(),
'from' => $from,
"categoryId" => $_GET['cid'],
"category" => $category
]);
把代码里的购物两个字替换即可








