1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-02 23:16:49 +08:00

优化积分兑换页

This commit is contained in:
xiaochong0302 2025-01-04 21:34:37 +08:00
parent 1ebb995fc1
commit 9b72c950c6

View File

@ -87,7 +87,7 @@ class PointGiftController extends Controller
$hotGifts = $this->getHotGifts();
$userBalance = $this->getUserBalance();
$this->seo->prependTitle(['积分兑换', $gift['name']]);
$this->seo->prependTitle(['积分商城', $gift['name']]);
$this->view->pick('point/gift/show');
$this->view->setVar('gift', $gift);