Authored by tmq

bug

... ... @@ -77,5 +77,10 @@
SITE_JS . '/lib/seajs.js'
));?>
<?php $this->_endblock();?>
<script type="text/javascript">
seajs.use('admin/partner',function(partner){
partner.info();
});
</script>
</body>
</html>
\ No newline at end of file
... ...