瀏覽代碼

注册传递openid

wgl 4 年之前
父節點
當前提交
3488b8754e

+ 2 - 0
src/projects/home/views/Register/Business/Step4.vue

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

+ 2 - 0
src/projects/home/views/Register/Pension/Step4.vue

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

+ 2 - 0
src/projects/home/views/Register/Residence/Step4.vue

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