|
@@ -97,17 +97,7 @@
|
|
|
// this.$router.push('index');
|
|
|
},
|
|
|
Register() {
|
|
|
- BasicFunction.get_data("ajaxregister", function (response) {
|
|
|
- console.log("------ Data Rcvd in Reg --------");
|
|
|
- console.log(response);
|
|
|
- if(response.ret === "10000"){
|
|
|
- // 不需要 设置 SessionID, 已经自动保存在jSessionID中
|
|
|
- this.$router.push('verify');
|
|
|
- } else {
|
|
|
- // 注册失败的处理
|
|
|
- console.warn("注册失败");
|
|
|
- }
|
|
|
- }, {u: this.phone, p: this.passWord,});
|
|
|
+ this.$router.push('verify');
|
|
|
},
|
|
|
SendOTP() {
|
|
|
BasicFunction.get_data("ajaxsendotp", function (response) {
|