浏览代码

关于注册的需要改的接口

jack 7 年之前
父节点
当前提交
bbef441792
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      js/cmp-staffReg.js
  2. 1 1
      js/invite-friends.js

+ 1 - 1
js/cmp-staffReg.js

254

254

255
	function phoneVerificationCode() {
255
	function phoneVerificationCode() {
256
		if(phonePass) {
256
		if(phonePass) {
257
			$.ajax("/ajax/regmobilephone", {
257
			$.ajax("/ajax/regmobilephone_onlyphone", {
258
				type: "get",
258
				type: "get",
259
				async: true,
259
				async: true,
260
				success: function(data) {
260
				success: function(data) {

+ 1 - 1
js/invite-friends.js

88
	/*手机发送验证码*/
88
	/*手机发送验证码*/
89
	function sendAuthentication() {
89
	function sendAuthentication() {
90
		$.ajax({
90
		$.ajax({
91
			url:"/ajax/regmobilephone",
91
			url:"/ajax/regmobilephone_onlyphone",
92
			data: {
92
			data: {
93
				mobilePhone: $("#userphone").val()
93
				mobilePhone: $("#userphone").val()
94
			},
94
			},