@@ -228,6 +228,8 @@
submit() {
if (this.checkFrom()) {
this.isLoading = true;
+ //传递openid
+ this.subForm.openId = this.openId;
API_Person.register(this.subForm).then(response => {
this.isLoading = false;
@@ -238,6 +238,8 @@
@@ -229,6 +229,8 @@