فهرست منبع

chore: 支持绑定手机号来源3

zhangyuhan 5 ماه پیش
والد
کامیت
bc3567f88e
2فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 4 4
      src/jfw/modules/app/src/web/staticres/jyapp/me/js/phone_bind.js
  2. 4 4
      src/web/staticres/me/js/phone_bind.js

+ 4 - 4
src/jfw/modules/app/src/web/staticres/jyapp/me/js/phone_bind.js

@@ -272,8 +272,8 @@ var vm = new Vue({
                 phone: _this.info.phone,
                 phone: _this.info.phone,
                 code: _this.info.picCode,
                 code: _this.info.picCode,
                 step: 1,
                 step: 1,
-                from: getParam('from'),
-                activity: getParam('activity')
+                from: utils.getParam('from'),
+                activity: utils.getParam('activity')
             }
             }
             this.trackClick('绑定-发送验证码')
             this.trackClick('绑定-发送验证码')
             $.ajax({
             $.ajax({
@@ -357,8 +357,8 @@ var vm = new Vue({
                 code: this.info.code,
                 code: this.info.code,
                 step: 2,
                 step: 2,
                 email: this.info.email,
                 email: this.info.email,
-                from: getParam('from'),
-                activity: getParam('activity')
+                from: utils.getParam('from'),
+                activity: utils.getParam('activity')
             }
             }
 
 
             if (this.mode === 'mergeBind') {
             if (this.mode === 'mergeBind') {

+ 4 - 4
src/web/staticres/me/js/phone_bind.js

@@ -238,8 +238,8 @@ var vm = new Vue({
                 phone: _this.info.phone,
                 phone: _this.info.phone,
                 code: _this.info.picCode,
                 code: _this.info.picCode,
                 step: 1,
                 step: 1,
-                from: getParam('from'),
-                activity: getParam('activity')
+                from: utils.getParam('from'),
+                activity: utils.getParam('activity')
             }
             }
             this.trackClick('绑定-发送验证码')
             this.trackClick('绑定-发送验证码')
             $.ajax({
             $.ajax({
@@ -323,8 +323,8 @@ var vm = new Vue({
                 code: this.info.code,
                 code: this.info.code,
                 step: 2,
                 step: 2,
                 email: this.info.email,
                 email: this.info.email,
-                from: getParam('from'),
-                activity: getParam('activity')
+                from: utils.getParam('from'),
+                activity: utils.getParam('activity')
             }
             }
 
 
             if (this.mode === 'mergeBind') {
             if (this.mode === 'mergeBind') {