Authored by happyhour7

JS开发方式确定

<script type="text/javascript" charset="utf-8">
//详情页面JS
seajs.use(['yohogirls-frontend-web/0.0.1/js/channel/detail-debug'], function(detail) {
if (detail) {
detail.init();
}
});
</script>
\ No newline at end of file
... ...