...
|
...
|
@@ -69,9 +69,9 @@ |
|
|
// seajs.use('yohood',function(yohood){
|
|
|
// yohood.index();
|
|
|
// })
|
|
|
// seajs.use(['jquery', 'channel'], function($, channel) {
|
|
|
// channel.common();
|
|
|
// channel.brand();
|
|
|
// })
|
|
|
seajs.use(['jquery', 'channel'], function($, channel) {
|
|
|
channel.common();
|
|
|
channel.brand();
|
|
|
})
|
|
|
</script>
|
|
|
<?php $this->_endblock();?> |
...
|
...
|
|