zhengkaixin преди 2 години
родител
ревизия
85bb0df5d5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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();