Merge branch 'sit-Carl' into sit-Leung

This commit is contained in:
Vion
2022-01-28 11:54:13 +08:00
20 changed files with 2155 additions and 1603 deletions

View File

@@ -154,6 +154,17 @@ export const userLongin = (mobile, pet,address) => {
}
return fetch('member?type=get', data, 'POST' )
}
/**
* 登录和注册
*/
export const userregOrLogin = (mobile) => {
var data = {
id:'',
mobile:mobile,
}
return fetch('regOrLogin?phoneNumber='+ mobile , data, 'POST' )
}
//注册
export const useredit = (mobile, pet,address) => {