2016-12-09 48 views

回答

0

刪除緩存並使用索引

php bin/magento indexer:reindex 
php bin/magento cache:clean 

然後再次部署:

rm -rf var/* 
rm -rf pub/static/* 
php bin/magento setup:static-content:deploy 
chmod -R 7777 var pub/static 

如果它不會工作,然後檢查你的minicart.phtml也UI組件。

相關問題