Commit 9b6ea73c authored by youjie's avatar youjie

no message

parent 54f9d787
...@@ -78,6 +78,8 @@ export interface DistributorSelfRegisterDto { ...@@ -78,6 +78,8 @@ export interface DistributorSelfRegisterDto {
password: string password: string
/*** 电话*/ /*** 电话*/
phone?: null | string phone?: null | string
/*** 区号*/
phoneCode?: null | string
/*** 居住地區*/ /*** 居住地區*/
residentialArea?: null | string residentialArea?: null | string
/*** 注册类型 0邮箱验证码 1谷歌授权 3LINE授权 7FaceBook授权*/ /*** 注册类型 0邮箱验证码 1谷歌授权 3LINE授权 7FaceBook授权*/
......
...@@ -124,6 +124,7 @@ import { Message } from '@arco-design/web-vue' ...@@ -124,6 +124,7 @@ import { Message } from '@arco-design/web-vue'
import loginHeader from "./components/header.vue"; import loginHeader from "./components/header.vue";
import G from '@/assets/images/login/login_G.png' import G from '@/assets/images/login/login_G.png'
import tel from '@/assets/images/login/login_tel.png' import tel from '@/assets/images/login/login_tel.png'
import eml from '@/assets/images/login/login_eml.png'
import line from '@/assets/images/login/login_line.png' import line from '@/assets/images/login/login_line.png'
import { query } from '@/utils/common' import { query } from '@/utils/common'
import providerTypeEnum from '@/utils/providerTypeEnum' import providerTypeEnum from '@/utils/providerTypeEnum'
...@@ -177,7 +178,7 @@ const loginMethods = ref([ ...@@ -177,7 +178,7 @@ const loginMethods = ref([
{ {
label: 'tel', label: 'tel',
key: 0, key: 0,
url: tel, url: eml,
}, },
{ {
label: 'wechat', label: 'wechat',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment