|
@@ -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') {
|