Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_admin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8e4243b3
authored
2023-10-09 13:08:34 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge commit '
636d78e7
'
2 parents
0983d505
636d78e7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
common/login.js
pages/index/register.vue
common/login.js
View file @
8e4243b
...
...
@@ -256,7 +256,15 @@ function getInfo() {
app
.
globalData
.
userInfo
=
user
})
}
// 团队会员用户注册接口
function
groupMemberRegister
(
data
)
{
return
request
({
url
:
'/groupMemberRegister'
,
method
:
'post'
,
params
:
data
})
}
export
{
getNowOpenId
,
...
...
@@ -271,5 +279,6 @@ export {
getSmsCode
,
h5Login
,
h5LoginAuto
,
loginByPhone
loginByPhone
,
groupMemberRegister
}
...
...
pages/index/register.vue
View file @
8e4243b
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment