| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
- <meta name="description" content="" />
- <meta name="author" content="" />
- <title>CWG Markets</title>
- <link rel="icon" type="image/x-icon" href="imgs/favicon.ico" />
- <link href="css/bootstrap.min.css" rel="stylesheet" />
- <link href="css/style.css" rel="stylesheet" />
- <link rel="stylesheet" href="../../css/element-ui.css" />
- <link rel="stylesheet" href="../../css/element@2.12.2.css" />
- <link rel="stylesheet" href="../../css/preloading.css" />
- <!-- <link rel="stylesheet" href="css/active5.css" /> -->
- <link rel="stylesheet" href="assets/iconfont/iconfont.css" />
- <!-- Start of cwgmarkets Zendesk Widget script -->
- <!-- <script
- id="ze-snippet"
- src="https://static.zdassets.com/ekr/snippet.js?key=9f69a229-9696-4c86-adee-bdfb18d4b293"
- ></script> -->
- <script type="text/javascript">
- window.__lc = window.__lc || {};
- window.__lc.license = 18945964;
- (function (n, t, c) {
- function i(n) {
- return e._h ? e._h.apply(null, n) : e._q.push(n);
- }
- var e = {
- _q: [],
- _h: null,
- _v: "2.0",
- on: function () {
- i(["on", c.call(arguments)]);
- },
- once: function () {
- i(["once", c.call(arguments)]);
- },
- off: function () {
- i(["off", c.call(arguments)]);
- },
- get: function () {
- if (!e._h)
- throw new Error(
- "[LiveChatWidget] You can't use getters before load."
- );
- return i(["get", c.call(arguments)]);
- },
- call: function () {
- i(["call", c.call(arguments)]);
- },
- init: function () {
- var n = t.createElement("script");
- (n.async = !0),
- (n.type = "text/javascript"),
- (n.src = "https://cdn.livechatinc.com/tracking.js"),
- t.head.appendChild(n);
- },
- };
- !n.__lc.asyncInit && e.init(),
- (n.LiveChatWidget = n.LiveChatWidget || e);
- })(window, document, [].slice);
- </script>
- <noscript>
- <a href="https://www.livechat.com/chat-with/18945964/" rel="nofollow"
- >Chat with us</a
- >, powered by
- <a
- href="https://www.livechat.com/?welcome"
- rel="noopener nofollow"
- target="_blank"
- >LiveChat</a
- >
- </noscript>
- <script>
- (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
- 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
- })(window,document,'script','dataLayer','GTM-T8P44WHV');
- </script>
- </head>
- <style>
- [v-cloak] {
- display: none;
- }
- </style>
- <body id="page-top">
- <div
- id="pre"
- style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; "
- >
- <div
- style="background-color: rgba(0, 0, 0, 1); width: 100%; height: 100%;"
- >
- <div
- style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"
- >
- <div class="line-scale">
- <div></div>
- <div></div>
- <div></div>
- <div></div>
- <div></div>
- </div>
- </div>
- </div>
- </div>
- <div id="active1" v-cloak v-loading="pictLoading" element-loading-background = "rgba(43, 48, 67, 0.65)" element-loading-spinner = "el-icon-loading">
- <nav class="navbar navbar-expand-lg navbar-dark bg-menu fixed-top" id="mainNav">
- <div class="container-fluid px-4">
- <a class="navbar-brand" href="javascript:;">
- <img src="imgs/cwg-logo.png" class="img-responsive" alt="cwg-logo">
- </a>
- <div class="" id="">
- <ul class="navbar-nav ms-auto">
- <li class="nav-item">
- <el-dropdown trigger="click" @command="chooseLang">
- <span class="menu language-box">
- {{langList[language]}}
- <i class="el-icon-arrow-down el-icon--right"></i>
- </span>
- <el-dropdown-menu slot="dropdown">
- <el-dropdown-item command="cn">中文简体</el-dropdown-item>
- <el-dropdown-item command="zhHant">中文繁体</el-dropdown-item>
- <el-dropdown-item command="en">English</el-dropdown-item>
- <el-dropdown-item command="vn">Tiếng Việt</el-dropdown-item>
- <el-dropdown-item command="de">Deutsch</el-dropdown-item>
- <el-dropdown-item command="es">Español</el-dropdown-item>
- <el-dropdown-item command="id">Indonesian</el-dropdown-item>
- <el-dropdown-item command="ms">Melayu</el-dropdown-item>
- <el-dropdown-item command="th">ภาษาไทย</el-dropdown-item>
- <el-dropdown-item command="ar">العربية</el-dropdown-item>
- <el-dropdown-item command="ko">한국어</el-dropdown-item>
- <el-dropdown-item command="pt">Português</el-dropdown-item>
- <el-dropdown-item command="fa">زبان پارسی</el-dropdown-item>
- <el-dropdown-item command="tr">Türkçe</el-dropdown-item>
- </el-dropdown-menu>
- </el-dropdown>
- </li>
- </ul>
- </div>
- </div>
- </nav>
- <section class="section-bg">
- <div class="container">
- <div class="banner-signup" v-loading="loading">
- <!-- <div class="close" @click="dialogFormVisible = false">
- <i class="el-icon-close"></i>
- </div> -->
- <div class="title">
- <!-- <img src="imgs/logo.png" class="img-responsive" alt="cwg-logo"> -->
- <h1 class="text-primary fw-bolder">{{lang.headers1}}</h1>
- <div class="title2">{{lang.headers2}}</div>
- <div class="title3">{{lang.headers3}}</div>
- </div>
- <el-form
- :model="params"
- :rules="rules"
- ref="params"
- label-width="0"
- class="form"
- label-position="top"
- >
- <el-form-item prop="name">
- <div class="form_label">{{lang.table1}}</div>
- <el-input
- class="m-input"
- v-model="params.name"
- :placeholder="lang.table6"
- >
- </el-input>
- </el-form-item>
- <el-form-item prop="email">
- <div class="form_label">{{lang.table5}}</div>
- <el-input
- class="m-input"
- v-model="params.email"
- :placeholder="lang.table6"
- >
- </el-input>
- </el-form-item>
- <el-form-item prop="">
- <div class="form_label">{{lang.table4}}</div>
- <div class="areaCodeBox">
- <el-form-item prop="areaCode" class="areaCode">
- <el-select
- filterable
- class="country"
- v-model="params.areaCode"
- :placeholder="lang.table7"
- >
- <el-option
- v-for="item in mock_options"
- :key="item.id"
- :label="language == 'cn' ? (item.name + '(+' + item.callingCode + ')' ) : (item.enName + '(+' + item.callingCode + ')')"
- :value="item.callingCode"
- ></el-option>
- </el-select>
- </el-form-item>
- <el-form-item prop="number" class="number">
- <el-input
- class="m-input"
- v-model="params.number"
- :placeholder="lang.table6"
- >
- </el-input>
- </el-form-item>
- </div>
- </el-form-item>
- <el-form-item prop="referrer">
- <div class="form_label">{{lang.table2}}</div>
- <el-input
- class="m-input"
- v-model="params.referrer"
- :placeholder="lang.table6"
- ></el-input>
- </el-form-item>
- <el-form-item>
- <div class="banner-signup-btnBox">
- <a class="btn btn-gradient mt-5 sign-btn" href="javascript:;" @click="register" style="margin-right: 5px;">
- <!-- <img src="imgs/check.png" class="img-fluid" alt="check"> -->
- {{lang.item1}}
- </a>
- </div>
- </el-form-item>
- </el-form>
- </div>
- </div>
- </section>
-
-
-
-
- </div>
-
-
-
- <script src="js/bootstrap.bundle.min.js"></script>
- <script src="js/scripts.js"></script>
- <script src="../common/js/jquery.js"></script>
- <script src="../common/js/app.js"></script>
- <script src="../common/js/chunk-vendors.js"></script>
- <script src="../../js/vue.min.js"></script>
- <script src="../../js/axios.min.js"></script>
- <script src="../../js/element-ui.js"></script>
- <script src="../../js/element@2.12.2.js"></script>
- <script src="js/active1.js"></script>
- <!-- <script>
- var $zopim = null;
- rep = setInterval(aTimer, 10000);
- function aTimer() {
- if ($zopim) {
- $zopim(function() {
- if (sessionStorage.getItem("lang") == "cn") {
- $zopim.livechat.setLanguage("zh_CN");
- } else {
- $zopim.livechat.setLanguage("en");
- }
- });
- }
- }
- </script> -->
- <!-- Google Tag Manager (noscript) -->
- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8P44WHV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
- <!-- End Google Tag Manager (noscript) -->
- </body>
- </html>
|