diff --git a/api/user.js b/api/user.js index bc7e670..bf1e4b7 100644 --- a/api/user.js +++ b/api/user.js @@ -10,6 +10,16 @@ export const userLoginWeixinApi = (data)=>{ return request.post('/login/mnpLogin', data); } +// 微信获取手机号 +export const getMobileByMnpApi = (data)=>{ + return request.post('/user/User/getMobileByMnp', data); +} + +// 更新信息 +export const loginUpdateUserApi = (data)=>{ + return request.post('/login/updateUser', data); +} + // 添加地址 export const addressCreateApi = (data)=>{ return request.post('/user/address/create', data); diff --git a/components/bindPhone.vue b/components/bindPhone.vue new file mode 100644 index 0000000..835b91a --- /dev/null +++ b/components/bindPhone.vue @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 868721e..3200376 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -16,8 +16,6 @@ 微信快捷登录 - 使用短信验证登录 @@ -62,16 +60,33 @@ +