@@ -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(){
- "companyName": oname,
- "contacts": opeople,
+ "unitName": oname,
+ "username": opeople,
@@ -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');
//是否国际单选