|
@@ -271,7 +271,9 @@ var vm = new Vue({
|
|
|
var data = {
|
|
|
phone: _this.info.phone,
|
|
|
code: _this.info.picCode,
|
|
|
- step: 1
|
|
|
+ step: 1,
|
|
|
+ from: getParam('from'),
|
|
|
+ activity: getParam('activity')
|
|
|
}
|
|
|
this.trackClick('绑定-发送验证码')
|
|
|
$.ajax({
|
|
@@ -354,7 +356,9 @@ var vm = new Vue({
|
|
|
phone: this.info.phone,
|
|
|
code: this.info.code,
|
|
|
step: 2,
|
|
|
- email: this.info.email
|
|
|
+ email: this.info.email,
|
|
|
+ from: getParam('from'),
|
|
|
+ activity: getParam('activity')
|
|
|
}
|
|
|
|
|
|
if (this.mode === 'mergeBind') {
|