* Fix bugs.

This commit is contained in:
hufangzhou
2021-01-21 16:03:34 +08:00
parent 8ca990dfb8
commit 1bfaba7751
15 changed files with 122 additions and 44 deletions
+2
View File
@@ -188,4 +188,6 @@
</div>
<?php js::set('weekend', $config->project->weekend);?>
<?php js::set('errorSameProducts', $lang->project->errorSameProducts);?>
<?php js::set('notRemoveProducts',$notRemoveProducts);?>
<?php js::set('tip', $lang->project->notAllowRemoveProducts);?>
<?php include '../../common/view/footer.html.php';?>