|
@@ -3,7 +3,7 @@ import 'bootstrap/dist/js/bootstrap.js';
|
|
|
import '../css/public.css';
|
|
|
import '../css/register.css';
|
|
|
import './public.js'
|
|
|
-(function(){
|
|
|
+$(function(){
|
|
|
//查看技淘网协议
|
|
|
var hht=$(window).height();
|
|
|
$('.login_').height(hht);
|
|
@@ -29,8 +29,7 @@ import './public.js'
|
|
|
//选择专家和企业时要切换
|
|
|
var panduan;
|
|
|
$("#qiye").click(function(){
|
|
|
- panduan=$('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
- console.log(panduan);
|
|
|
+ panduan=$('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
if(panduan==1){
|
|
|
$(".businessName").css("display","block");
|
|
|
$(".linkmanName").css("display","block");
|
|
@@ -39,8 +38,7 @@ import './public.js'
|
|
|
}
|
|
|
});
|
|
|
$("#zhuangjia").click(function(){
|
|
|
- panduan=$('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
- console.log(panduan);
|
|
|
+ panduan=$('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
if(panduan==0){
|
|
|
$(".businessName").css("display","none");
|
|
|
$(".linkmanName").css("display","none");
|
|
@@ -49,116 +47,70 @@ import './public.js'
|
|
|
});
|
|
|
//点击账号后面那个×,清空账号
|
|
|
$(".log_del").click(function(){
|
|
|
- $("#username").val("");
|
|
|
- $('#photo').attr('disabled', true);
|
|
|
- $("#photo").css("color","#ccc");
|
|
|
- $('.sub').attr('disabled', true)
|
|
|
- $('.sub').css({background: '#CCCCCC',border: 'none'})
|
|
|
+ $("#username").val("");
|
|
|
+ $("#photo").css("color","#ccc");
|
|
|
});
|
|
|
//修改单选框的样式
|
|
|
//$('.leibie input').css("display","none");
|
|
|
- $(".qiye_lab").css({"background":"url(../img/checked.jpg) no-repeat center left","background-size":"13px 13px"});
|
|
|
- $(".zhuangjia_lab").css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"});
|
|
|
- $(".protocol_lab").css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"});
|
|
|
+ $("#qiye").prop('checked',true);
|
|
|
+ $(".qiye_lab").css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"13px 13px"});
|
|
|
+ $(".zhuangjia_lab").css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"});
|
|
|
+ $(".protocol_lab").css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"});
|
|
|
$('#qiye').click(function(){
|
|
|
- var Cheack=$(this).prop('checked')
|
|
|
+ var Cheack=$(this).prop('checked')
|
|
|
if(Cheack){
|
|
|
- $(this).parent().css({"background":"url(../img/checked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
$('#zhuangjia').prop('checked',false)
|
|
|
- $('#zhuangjia').parent().css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $('#zhuangjia').parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
}else{
|
|
|
$('#zhuangjia').prop('checked',true)
|
|
|
- $('#zhuangjia').parent().css({"background":"url(../img/checked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
- $(this).parent().css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $('#zhuangjia').parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
}
|
|
|
})
|
|
|
$('#zhuangjia').click(function(){
|
|
|
- var Cheack_no=$(this).prop('checked')
|
|
|
+ var Cheack_no=$(this).prop('checked')
|
|
|
if(Cheack_no){
|
|
|
- $(this).parent().css({"background":"url(../img/checked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
$('#qiye').prop('checked',false)
|
|
|
- $('#qiye').parent().css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $('#qiye').parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
}else{
|
|
|
$('#qiye').prop('checked',true)
|
|
|
- $('#qiye').parent().css({"background":"url(../img/checked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
- $(this).parent().css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $('#qiye').parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
}
|
|
|
- })
|
|
|
+ })
|
|
|
+ var xieyi=$('#protocol').prop("checked",false);
|
|
|
+ $('.sub').attr('disabled', true)
|
|
|
+ $('.sub').css({background: '#CCCCCC',border: 'none'})
|
|
|
$('#protocol').click(function(){
|
|
|
- var Cheack_no=$(this).prop('checked')
|
|
|
+ var Cheack_no=$(this).prop('checked')
|
|
|
if(Cheack_no){
|
|
|
- $(this).parent().css({"background":"url(../img/checked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
- }else{
|
|
|
- $(this).parent().css({"background":"url(../img/unchecked.jpg) no-repeat center left","background-size":"13px 13px"})
|
|
|
- }
|
|
|
- $('.sub').attr('disabled', true)
|
|
|
- $('.sub').css({background: '#CCCCCC',border: 'none'})
|
|
|
- var pp = $('#username').val();//手机号码
|
|
|
- var mim = $('#userpassword').val();//密码
|
|
|
- var mim2=$('#userpassword2').val();//密码
|
|
|
- var toname = $('#business').val();//企业名称
|
|
|
- var lxr = $('#linkman').val();//企业联系人
|
|
|
- var zj=$('#man').val();//联系人
|
|
|
- var yzm = $('#piccode').val();//验证码
|
|
|
- var sjyzm = $('#photo_num').val();//手机验证码
|
|
|
- var typel = $('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
- var xieyi=$('#protocol').prop("checked");
|
|
|
- if(typel==1){
|
|
|
- if(pp!==''&&toname!==''&&lxr!==''&&mim!==''&& pass_pattern.test(mim) && sjyzm!==''&& yzm!==''&&pattern.test(pp)&&(mim==mim2)&&(xieyi==true)){
|
|
|
- $('.sub').attr('disabled', false);
|
|
|
- $('.sub').css({background: '#F18101',border: 'none'})
|
|
|
- }
|
|
|
- }
|
|
|
- if(typel==0){
|
|
|
- if(pp!==''&&zj!==''&&mim!==''&& pass_pattern.test(mim) && sjyzm!==''&& yzm!==''&&pattern.test(pp)&&(mim==mim2)&&(xieyi==true)){
|
|
|
- $('.sub').attr('disabled', false);
|
|
|
- $('.sub').css({background: '#F18101',border: 'none'})
|
|
|
- }
|
|
|
- }
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $('.sub').attr('disabled', false);
|
|
|
+ $('.sub').css({background: '#F18101',border: 'none'})
|
|
|
+ }else{
|
|
|
+ $(this).prop('checked',false)
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"13px 13px"})
|
|
|
+ $('.sub').attr('disabled', true)
|
|
|
+ $('.sub').css({background: '#CCCCCC',border: 'none'})
|
|
|
+ }
|
|
|
})
|
|
|
|
|
|
- //表单验证
|
|
|
- $('.sub').attr('disabled', true)
|
|
|
- $('.sub').css({background: '#CCCCCC',border: 'none'})
|
|
|
- var pattern = /^1[3|4|5|7|8][0-9]{9}$/;//手机验证正则
|
|
|
- var pass_pattern=/^\w{6,12}$/; //密码验证正则
|
|
|
- $('#username,#userpassword,#userpassword2,#piccode,#photo_num,#business,#linkman,#man').keyup(function() {
|
|
|
- $('.sub').attr('disabled', true)
|
|
|
- $('.sub').css({background: '#CCCCCC',border: 'none'})
|
|
|
- var pp = $('#username').val();//手机号码
|
|
|
- var mim = $('#userpassword').val();//密码
|
|
|
- var mim2=$('#userpassword2').val();//密码
|
|
|
- var toname = $('#business').val();//企业名称
|
|
|
- var lxr = $('#linkman').val();//企业联系人
|
|
|
- var zj=$('#man').val();//联系人
|
|
|
- var yzm = $('#piccode').val();//验证码
|
|
|
- var sjyzm = $('#photo_num').val();//手机验证码
|
|
|
- var typel = $('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
- var xieyi=$('#protocol').prop("checked");
|
|
|
- if(typel==1){
|
|
|
- if(pp!==''&&toname!==''&&lxr!==''&&mim!==''&& pass_pattern.test(mim) && sjyzm!==''&& yzm!==''&&pattern.test(pp)&&(mim==mim2)&&(xieyi==true)){
|
|
|
- $('.sub').attr('disabled', false);
|
|
|
- $('.sub').css({background: '#F18101',border: 'none'})
|
|
|
- }
|
|
|
- }
|
|
|
- if(typel==0){
|
|
|
- if(pp!==''&&zj!==''&&mim!==''&& pass_pattern.test(mim) && sjyzm!==''&& yzm!==''&&pattern.test(pp)&&(mim==mim2)&&(xieyi==true)){
|
|
|
- $('.sub').attr('disabled', false);
|
|
|
- $('.sub').css({background: '#F18101',border: 'none'})
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
//密码
|
|
|
function pass1(){
|
|
|
$('#userpassword').blur(function () {
|
|
|
+ var pass_pattern=/^\w{6,12}$/;
|
|
|
var pass1 = $(this).val();
|
|
|
- if (pass1=='') {
|
|
|
+ var tt=$('#userpassword2').val();
|
|
|
+ if (pass1==''||!pass_pattern.test(pass1)) {
|
|
|
$(this).val('');
|
|
|
$(this).attr('placeholder', '请输入6-12位数密码');
|
|
|
- } else if (!pass_pattern.test(pass1)) {
|
|
|
- //$(this).val('');
|
|
|
- $(this).attr('placeholder', '格式:字母、数字、下划线');
|
|
|
- }
|
|
|
+ } ;
|
|
|
+ if ($(this).val() == ''||tt!==pass1) {
|
|
|
+ $('#userpassword2').val('')
|
|
|
+ $('#userpassword2').attr('placeholder', '确认密码')
|
|
|
+ } ;
|
|
|
});
|
|
|
}
|
|
|
pass1();
|
|
@@ -169,32 +121,17 @@ import './public.js'
|
|
|
$('#userpassword2').blur(function () {
|
|
|
var orepeat = $(this).val();
|
|
|
var passw = $('#userpassword').val();
|
|
|
- if (passw !== orepeat) {
|
|
|
- //$(this).val('');
|
|
|
- $(this).attr('placeholder', '两次密码不相同')
|
|
|
- } else if (passw == '') {
|
|
|
- //$(this).val('');
|
|
|
- $(this).attr('placeholder', '请再次输入密码')
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
- $('#userpassword').blur(function () {
|
|
|
- var tt=$(userpassword2).val();
|
|
|
- var kk=$(this).val();
|
|
|
- if ($(this).val() == '') {
|
|
|
- $('#userpassword2').attr('placeholder', '请再次输入密码')
|
|
|
- }else if(tt!==kk){
|
|
|
- // $('#userpassword2').val('');
|
|
|
- $('#userpassword2').attr('placeholder', '两次密码不相同')
|
|
|
- }
|
|
|
- })
|
|
|
+ if (passw !== orepeat||passw == '') {
|
|
|
+ $(this).val('');
|
|
|
+ $(this).attr('placeholder', '确认密码')
|
|
|
+ }
|
|
|
+ });
|
|
|
}
|
|
|
//手机号码
|
|
|
function photo1(){
|
|
|
var pho_pattern=/^1[3|4|5|7|8][0-9]{9}$/;
|
|
|
- $("#username").keyup(function(){
|
|
|
- var phol= $(this).val();
|
|
|
- console.log(pho_pattern.test(phol));
|
|
|
+ $("#username").keyup(function(){
|
|
|
+ var phol= $(this).val();
|
|
|
if(pho_pattern.test(phol)){
|
|
|
$('#photo').attr('disabled', false);
|
|
|
$("#photo").css("color","#F18101");
|
|
@@ -205,15 +142,10 @@ import './public.js'
|
|
|
});
|
|
|
$('#username').blur(function () {
|
|
|
var pho= $(this).val();
|
|
|
- if (pho=='') {
|
|
|
+ if (pho==''||!pho_pattern.test(pho)) {
|
|
|
$(this).val('');
|
|
|
- $(this).attr('placeholder', '请输入您的手机号码');
|
|
|
-
|
|
|
- } else if (!pho_pattern.test(pho)) {
|
|
|
- // $(this).val('');
|
|
|
- $(this).attr('placeholder', '请输入正确的手机号码');
|
|
|
-
|
|
|
- }else if(pho_pattern.test(pho)){
|
|
|
+ $(this).attr('placeholder', '请输入正确的号码')
|
|
|
+ } else{
|
|
|
$('#photo').attr('disabled', false);
|
|
|
$("#photo").css("color","#F18101");
|
|
|
}
|
|
@@ -221,7 +153,7 @@ import './public.js'
|
|
|
}
|
|
|
photo1();
|
|
|
|
|
|
- //手机号码验证
|
|
|
+ //手机验证码
|
|
|
function photo_num(){
|
|
|
$('#photo_num').blur(function () {
|
|
|
var phoa = $(this).val();
|
|
@@ -238,7 +170,7 @@ import './public.js'
|
|
|
var name = $(this).val();
|
|
|
if (name=='') {
|
|
|
$(this).val('');
|
|
|
- $(this).attr('placeholder', '请填写工商局注册的全称');
|
|
|
+ $(this).attr('placeholder', '单位名称');
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -249,7 +181,7 @@ import './public.js'
|
|
|
var name = $(this).val();
|
|
|
if (name=='') {
|
|
|
$(this).val('');
|
|
|
- $(this).attr('placeholder', '请填写单位联系人的姓名');
|
|
|
+ $(this).attr('placeholder', '单位联系人姓名');
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -264,110 +196,104 @@ import './public.js'
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- zj_name();
|
|
|
- //手机号码验证
|
|
|
- //$('#username').blur(function() {
|
|
|
- // var kk = $(this).val();
|
|
|
- // if (pattern.test(kk) && kk !=='') {
|
|
|
- // $('.sub').attr('disabled', false);
|
|
|
- // $('.sub').css({
|
|
|
- // background: '#428bca',
|
|
|
- // border: '1px solid #428bca'
|
|
|
- // })
|
|
|
- // } else {
|
|
|
- // $('.sub').attr('disabled', true)
|
|
|
- // $('.sub').css({
|
|
|
- // background: '#CCCCCC',
|
|
|
- // border: 'none'
|
|
|
- // })
|
|
|
- // };
|
|
|
- //
|
|
|
- //});
|
|
|
+ zj_name();
|
|
|
//表单提交
|
|
|
- $("form").submit(function(e) {
|
|
|
+ $("#form_register").submit(function(e) {
|
|
|
var user = $("#username").val();
|
|
|
- var password = $("#userpassword").val();
|
|
|
+ var password1 = $("#userpassword").val();
|
|
|
+ var password2 = $("#userpassword2").val();
|
|
|
var types = $('#zhuangjia').prop("checked") ? '0' : '1';//团体/个人
|
|
|
var oname = $('#business').val();//企业名称
|
|
|
var opeople = $('#linkman').val();//企业联系人
|
|
|
var people=$('#man').val();//企业联系人
|
|
|
var Code = $("#piccode").val();
|
|
|
var mobileCode = $('#photo_num').val();//手机验证码
|
|
|
- e.preventDefault();
|
|
|
- console.log(user, password, types, oname, opeople, Code, mobileCode);
|
|
|
- if(types==0){
|
|
|
- $.ajax({
|
|
|
- type: "POST",
|
|
|
- dataType: "json",
|
|
|
- url: globalConfig.context + "/register",
|
|
|
- data: {
|
|
|
- "mobile": user,
|
|
|
- "password": password,
|
|
|
- "type": types,
|
|
|
- "contacts": people,
|
|
|
- "verficationCode":Code,
|
|
|
- "mobileCode": mobileCode
|
|
|
- },
|
|
|
- success: function (rest) {
|
|
|
- if (rest.error && rest.error.length) {
|
|
|
- message.warning(rest.error[0].message);
|
|
|
- } else {
|
|
|
- var data = rest.data;
|
|
|
- if (data && data.requestURI) {
|
|
|
- var path = globalConfig.context + data.requestURI
|
|
|
- if (data.queryString) {
|
|
|
- path += '?' + data.queryString;
|
|
|
- }
|
|
|
- if (window.location.hash) {
|
|
|
- path += window.location.hash;
|
|
|
- }
|
|
|
- window.location.href = path;
|
|
|
- } else {
|
|
|
- window.location.href = globalConfig.context + "/user/account/index.html";
|
|
|
- }
|
|
|
- return true;
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
- else if(types==1){
|
|
|
- $.ajax({
|
|
|
- type: "POST",
|
|
|
- dataType: "json",
|
|
|
- url: globalConfig.context + "/register",
|
|
|
- data: {
|
|
|
- "mobile": user,
|
|
|
- "password": password,
|
|
|
- "type": types,
|
|
|
- "companyName": oname,
|
|
|
- "contacts": opeople,
|
|
|
- "verficationCode":Code,
|
|
|
- "mobileCode": mobileCode
|
|
|
- },
|
|
|
- success: function (rest) {
|
|
|
- if (rest.error && rest.error.length) {
|
|
|
- message.warning(rest.error[0].message);
|
|
|
- } else {
|
|
|
- var data = rest.data;
|
|
|
- if (data && data.requestURI) {
|
|
|
- var path = globalConfig.context + data.requestURI
|
|
|
- if (data.queryString) {
|
|
|
- path += '?' + data.queryString;
|
|
|
- }
|
|
|
- if (window.location.hash) {
|
|
|
- path += window.location.hash;
|
|
|
- }
|
|
|
- window.location.href = path;
|
|
|
- } else {
|
|
|
- window.location.href = globalConfig.context + "/user/account/index.html";
|
|
|
- }
|
|
|
- return true;
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
-
|
|
|
- })
|
|
|
+ e.preventDefault();
|
|
|
+ if(user==''||password1==''||password2==''||Code==''||mobileCode==''){
|
|
|
+ return false;
|
|
|
+ }else if(types==0){
|
|
|
+ if(people==''){
|
|
|
+ return false;
|
|
|
+ }else{
|
|
|
+ $.ajax({
|
|
|
+ type: "POST",
|
|
|
+ dataType: "json",
|
|
|
+ url: globalConfig.context + "/register",
|
|
|
+ data: {
|
|
|
+ "mobile": user,
|
|
|
+ "password": password1,
|
|
|
+ "type": types,
|
|
|
+ "contacts": people,
|
|
|
+ "verficationCode":Code,
|
|
|
+ "mobileCode": mobileCode
|
|
|
+ },
|
|
|
+ success: function (rest) {
|
|
|
+ if (rest.error && rest.error.length) {
|
|
|
+ $('#msg').val(rest.error[0].message);
|
|
|
+ msg();
|
|
|
+ } else {
|
|
|
+ var data = rest.data;
|
|
|
+ if (data && data.requestURI) {
|
|
|
+ var path = globalConfig.context + data.requestURI
|
|
|
+ if (data.queryString) {
|
|
|
+ path += '?' + data.queryString;
|
|
|
+ }
|
|
|
+ if (window.location.hash) {
|
|
|
+ path += window.location.hash;
|
|
|
+ }
|
|
|
+ window.location.href = path;
|
|
|
+ } else {
|
|
|
+ window.location.href = globalConfig.context + "/user/account/index.html";
|
|
|
+ }
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ else if(types==1){
|
|
|
+ if(opeople==''||oname==''){
|
|
|
+ return false;
|
|
|
+ }else{
|
|
|
+ $.ajax({
|
|
|
+ type: "POST",
|
|
|
+ dataType: "json",
|
|
|
+ url: globalConfig.context + "/register",
|
|
|
+ data: {
|
|
|
+ "mobile": user,
|
|
|
+ "password": password1,
|
|
|
+ "type": types,
|
|
|
+ "companyName": oname,
|
|
|
+ "contacts": opeople,
|
|
|
+ "verficationCode":Code,
|
|
|
+ "mobileCode": mobileCode
|
|
|
+ },
|
|
|
+ success: function (rest) {
|
|
|
+ if (rest.error && rest.error.length) {
|
|
|
+ $('#msg').val(rest.error[0].message);
|
|
|
+ msg();
|
|
|
+ } else {
|
|
|
+ var data = rest.data;
|
|
|
+ if (data && data.requestURI) {
|
|
|
+ var path = globalConfig.context + data.requestURI
|
|
|
+ if (data.queryString) {
|
|
|
+ path += '?' + data.queryString;
|
|
|
+ }
|
|
|
+ if (window.location.hash) {
|
|
|
+ path += window.location.hash;
|
|
|
+ }
|
|
|
+ window.location.href = path;
|
|
|
+ } else {
|
|
|
+ window.location.href = globalConfig.context + "/user/account/index.html";
|
|
|
+ }
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
//点击刷新图片验证码
|
|
|
$('.yanzhengma_cont').click(function () {
|
|
|
$('.yanzhengma_cont img').attr('src', (globalConfig.context + "/open/getVCode?t=" + Math.random()))
|
|
@@ -376,8 +302,7 @@ import './public.js'
|
|
|
$('#photo').click(function () {
|
|
|
//手机验证功能
|
|
|
var ophoto = $('#username').val();
|
|
|
- var types = $('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
- console.log(types);
|
|
|
+ var types = $('#zhuangjia').prop("checked") ? '0' : '1';
|
|
|
var phott = $('#piccode').val();
|
|
|
//验证码倒计时
|
|
|
$('#photo').attr('disabled', true);
|
|
@@ -385,12 +310,14 @@ import './public.js'
|
|
|
var timer = setInterval(function () {
|
|
|
tt -= 1;
|
|
|
$('#photo').attr('disabled', true);
|
|
|
- $(this).val(tt + ' s');
|
|
|
+ $(this).val("发送"+'('+tt+'s'+')');
|
|
|
+ $(this).css({color:'#cccccc'})
|
|
|
if (tt == 0) {
|
|
|
clearInterval(timer);
|
|
|
$('#photo').attr('disabled', false);
|
|
|
$(this).attr('disabled', false);
|
|
|
tt=30;
|
|
|
+ $(this).css({color:'rgb(241, 129, 1)'})
|
|
|
$(this).val('重新发送');
|
|
|
}
|
|
|
}.bind(this), 1000);
|
|
@@ -406,17 +333,29 @@ import './public.js'
|
|
|
},
|
|
|
success: function (data) {
|
|
|
if (data.error && data.error.length) {
|
|
|
- $('.msg span').html(data.error[0].message);
|
|
|
- console.log(data.error[0].message);
|
|
|
- } else {
|
|
|
- console.log(data);
|
|
|
- $('#photo').html("发送成功!")
|
|
|
+ $('#msg').val(data.error[0].message);
|
|
|
+ msg();
|
|
|
+ } else {
|
|
|
+ $('#msg').val('发送成功');
|
|
|
+ msg();
|
|
|
}
|
|
|
- return true
|
|
|
+ return true;
|
|
|
}
|
|
|
});
|
|
|
- })
|
|
|
-})();
|
|
|
+ });
|
|
|
+ //提示框渐隐函数
|
|
|
+ $('.smg').hide();
|
|
|
+ function msg(){
|
|
|
+ var lit=$('#msg').val();
|
|
|
+ if(lit!==''){
|
|
|
+ $('.smg').fadeIn(500);
|
|
|
+ }
|
|
|
+ setTimeout(function(){
|
|
|
+ $('.smg').fadeOut(500);
|
|
|
+ $('#msg').val('');
|
|
|
+ },2000)
|
|
|
+ }
|
|
|
+});
|
|
|
|
|
|
|
|
|
|