liting2017 7 years ago
parent
commit
cfde5d4b6f
2 changed files with 5 additions and 6 deletions
  1. 4 5
      src/js/register.js
  2. 1 1
      src/js/thinkTank.js

+ 4 - 5
src/js/register.js

@@ -219,8 +219,8 @@ $(function(){
 	                    "mobile": user,
 	                    "password": password1,
 	                    "type": types,
-	                    "contacts": people,
-	                    "verficationCode":Code,
+	                    "unitName": people,
+	                    "username": people,
 	                    "mobileCode": mobileCode
 	                },
 	                success: function (rest) {
@@ -260,9 +260,8 @@ $(function(){
 		                    "mobile": user,
 		                    "password": password1,
 		                    "type": types,
-		                    "companyName": oname,
-		                    "contacts": opeople,
-		                    "verficationCode":Code,
+		                    "unitName": oname,
+		                    "username": opeople,
 		                    "mobileCode": mobileCode
 		                },
 		                success: function (rest) {

+ 1 - 1
src/js/thinkTank.js

@@ -632,7 +632,7 @@ $(function() {
 	});
 	$('#subscriberList').on('click', 'li', function() {
 		var theId = $(this).attr('value');
-		window.open(globalConfig.context + '/user/subscriberDetail.html?uid=' + theId + '&type=0');
+		window.open(globalConfig.context + '/portal/subscriberDetail.html?uid=' + theId + '&type=0');
 
 	});
 	//是否国际单选