Browse Source

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

zhangyuhan 5 months ago
parent
commit
bc3567f88e

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