Merge branch 'test' of https://newgitea.sxczgkj.cn/czg_team/cashier_wx into test
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -3,3 +3,12 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
.vscode/
|
.vscode/
|
||||||
.hbuilderx/
|
.hbuilderx/
|
||||||
|
/.idea/inspectionProfiles/Project_Default.xml
|
||||||
|
/.idea/.gitignore
|
||||||
|
/.idea/cashier_wx.iml
|
||||||
|
/.idea/jsLibraryMappings.xml
|
||||||
|
/.idea/misc.xml
|
||||||
|
/.idea/modules.xml
|
||||||
|
/.idea/uniappSupport.xml
|
||||||
|
/.idea/UniappTool.xml
|
||||||
|
/.idea/vcs.xml
|
||||||
|
|||||||
@@ -31,6 +31,14 @@ export const APIuser = (data) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const updateUserInfoReq = (data) => {
|
||||||
|
return request({
|
||||||
|
url: url + '/user',
|
||||||
|
method: 'put',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
//获取手机号
|
//获取手机号
|
||||||
export const APIuserphone = (data) => {
|
export const APIuserphone = (data) => {
|
||||||
return request({
|
return request({
|
||||||
|
|||||||
1309
pages/user/user.vue
1309
pages/user/user.vue
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user