Browse Source

html页面更新

dev01 3 years ago
parent
commit
66cf8df10f
8 changed files with 13368 additions and 2431 deletions
  1. BIN
      img/erweima_ios.png
  2. 13311 2382
      package-lock.json
  3. 5 1
      src/css/register.css
  4. 41 38
      src/js/register.js
  5. 8 0
      template/common.html
  6. 0 7
      template/user/signIn.html
  7. 1 1
      webpack-dll.config.js
  8. 2 2
      webpack.config.js

BIN
img/erweima_ios.png


File diff suppressed because it is too large
+ 13311 - 2382
package-lock.json


+ 5 - 1
src/css/register.css

@@ -26,7 +26,7 @@ a:focus,a,a:hover {
 .title{width:100%;height:50px;font-size: 2rem;color:#5C5C5D;
 line-height:50px;padding-left:50px;}
 .shadow{width:775px;height:25px;margin:0 auto;margin-top:-3px;}
-.regist{width:450px;height:100%;padding:0 35px;box-sizing: border-box;margin-right: 50px;
+.regist{width:450px;height: 488px;;padding:0 35px;box-sizing: border-box;margin-right: 50px;
     position: absolute;top:0px;right:0;background: #fff; box-shadow: 0 0 10px rgb(90, 90, 90);}
 .zhuce_input{width:95%;height:50px;position: relative;
 margin-bottom:10px;line-height:50px;background: #eeeeee}
@@ -220,3 +220,7 @@ padding: 20px 50px;overflow-y: auto;box-shadow: 0 4px 10px 0 #777;}
     background: url(../../img/dianhua1.png)no-repeat;
     background-size:100% 100%;
 }
+
+.smg input {
+    width: 500px!important;
+}

+ 41 - 38
src/js/register.js

@@ -166,43 +166,46 @@ $(function () {
                 $('.Tips').addClass('active');
                 return ;
             }
-            if(phopoVal[0]!==usePhoto){
-                tipFun.call($('#usePhoto'),true,'当前手机号与获得验证码的手机号不一致.')
-                return ;
-            }
-        if($('.Tips.active').length){
-            return;
-        } else {
-            $('.loading').show();
-            $.ajax({
-                type: "POST",
-                dataType: "json",
-                url: globalConfig.context + "/register",
-                data: {
-                    "unitName": user,
-                    "password": password1,
-                    "mobile": usePhoto,
-                    "mobileCode": mobileCode,
-                    "type":customerType,
-                    "beInviteCode":codeV
-                },
-                success: function (rest) {
-                    $('.loading').hide()
-                    if (rest.error && rest.error.length) {
-                        msg(rest.error[0].message);
-                    } else {
-                        setTimeout(()=>{
-                            msg("注册成功,请登录个人中心操作");
-                            initVal();
-                            if($('.header ul li a').hasClass('head_login')){
-                                $('.login').fadeIn(800);
-                                $('#form_register').fadeOut(800)
-                            }
-                        },2000)
-                    }
-                }
-            })
-        }
+            // if(phopoVal[0]!==usePhoto){
+            //     tipFun.call($('#usePhoto'),true,'当前手机号与获得验证码的手机号不一致.')
+            //     return ;
+            // }
+        // if($('.Tips.active').length){
+        //     return;
+        // } else {
+        //     $('.loading').show();
+        //     $.ajax({
+        //         type: "POST",
+        //         dataType: "json",
+        //         url: globalConfig.context + "/register",
+        //         data: {
+        //             "unitName": user,
+        //             "password": password1,
+        //             "mobile": usePhoto,
+        //             "mobileCode": mobileCode,
+        //             "type":customerType,
+        //             "beInviteCode":codeV
+        //         },
+        //         success: function (rest) {
+        //             $('.loading').hide()
+        //             if (rest.error && rest.error.length) {
+        //                 msg(rest.error[0].message);
+        //             } else {
+        //                 setTimeout(()=>{
+                                msg("恭喜您,注册成功!入驻发布信息,请联系平台管理员激活账户,谢谢");
+                                setTimeout(() => {
+                                    window.location.pathname = 'portal/index';
+                                }, 1000)
+        //                     initVal();
+        //                     if($('.header ul li a').hasClass('head_login')){
+        //                         $('.login').fadeIn(800);
+        //                         $('#form_register').fadeOut(800)
+        //                     }
+        //                 },2000)
+        //             }
+        //         }
+        //     })
+        // }
     })
     agreement();
     function agreement(){
@@ -215,7 +218,7 @@ $(function () {
     }
     var tt = 30;
 
-    $('#photo').click(function () {
+    $('#tipFun').click(function () {
         phopoVal=[];
         var ophoto = $('#usePhoto').val().trim();
         if (ophoto) {

+ 8 - 0
template/common.html

@@ -51,6 +51,10 @@
 					</li>
 				</ul>
 			</div>
+			<div class="technology">
+				<span>技术创新</span>
+				<span>技术评估</span>
+			</div>
 			<div class="APP">
 				<img th:src="${portalHost+'/img/indedImg/inded30.png'}" alt="" />
 				<a>APP下载
@@ -61,6 +65,10 @@
 						<img th:src="${portalHost+'/img/erweima_android.jpg'}" alt="">
 						<p>Android版</p>
 					</div>
+					<div class="cont_rights android" id="Android">
+						<img th:src="${portalHost+'/img/erweima_ios.jpg'}" alt="">
+						<p>ios版</p>
+					</div>
 				</div>
 			</div>
 		</div>

+ 0 - 7
template/user/signIn.html

@@ -32,13 +32,6 @@
 						<span class="Tips "></span>
 					</div>
 					<div class="zhuce_input">
-						<img th:src="${portalHost+'/img/indedImg/enroll4.png'}" alt=""/>
-						<input type="text" name="cellCode" placeholder="手机验证码" id="photo_num" autocomplete="off" />
-						<input type="button" id="photo" value="获取验证码" disabled="disabled"/>
-						<span class="star"> * </span>
-						<span class="Tips"></span>
-					</div>
-					<div class="zhuce_input">
 						<img th:src="${portalHost+'/img/indedImg/enroll6.png'}" alt=""/>
 						<input type="password" name="userPassword" placeholder="请输入密码" id="userpassword" autocomplete="off"/>
 						<span class="star"> * </span>

+ 1 - 1
webpack-dll.config.js

@@ -10,7 +10,7 @@ let theme = {
   '@link-color': '#58a3ff'
 };
 module.exports = (function () {
-	let staticHost = 'http://172.16.0.253:80';
+	let staticHost = 'http://172.16.1.187:80';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';

+ 2 - 2
webpack.config.js

@@ -515,7 +515,7 @@ module.exports = (function () {
         }));
     }
 
-    let staticHost = 'http://172.16.0.253:80';
+    let staticHost = 'http://172.16.1.187:80';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';
@@ -547,7 +547,7 @@ module.exports = (function () {
         plugins: plugins,
         devServer: {
             disableHostCheck: true,
-            host: '172.16.0.253',
+            host: '172.16.1.187',
             port: 80,
             allowedHosts: ['192.168.0.222', '192.168.0.99', '192.168.0.20','192.168.0.17'],
             headers: {