environment_hk_js.html 464 Bytes
{{# WEnvironment}}
    <script type="text/javascript" src="http://localhost:8000/js/util/seajs.js?nowrap"></script>
{{/ WEnvironment}}

{{^ WEnvironment}}
    <script type="text/javascript" src="http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_hk.js"></script>
    <script type="text/javascript" src="http://cmsres.test.yoho.cn/res/new/girls/index.js"></script>
    <script type="text/javascript">
        seajs.use("index");
    </script>
{{/ WEnvironment}}