* code for task #6171.

This commit is contained in:
wangyidong
2019-08-15 15:03:31 +08:00
parent bd0eb7d8db
commit 92d402f86d
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -14,6 +14,7 @@
$webRoot = $this->app->getWebRoot();
$jsRoot = $webRoot . "js/";
js::set('type', $type);
if(isset($pageCSS)) css::internal($pageCSS);
?>
<div class='modal-dialog w-500px'>
<div class="modal-header">
@@ -66,6 +67,7 @@ js::set('type', $type);
</div>
</div>
<script>
<?php if(isset($pageJS)) echo $pageJS;?>
var currentRoot = <?php echo $module->root;?>;
var currentParent = <?php echo $module->parent;?>;
function getProductModules(productID)