zhengkaixin 2 anni fa
parent
commit
85bb0df5d5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      pages/login/login.vue

+ 1 - 0
pages/login/login.vue

@@ -286,6 +286,7 @@
 				this.form.nickName= this.carhelp.getUserInfo().nickname;
 				this.form.headImg=this.carhelp.getUserInfo().headimgurl;
 				this.form.openId= this.carhelp.getOpenId();
+				this.form.source=2//创建渠道1电单车2电车
 				loginApi.validateCode(this.form).then((response) => {
 					uni.hideLoading();