Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini_own
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geruidan
mini_own
Commits
4e2f16d3
Commit
4e2f16d3
authored
Apr 14, 2023
by
小耗子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
绑定
parent
9074c4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
pages/h5/bindPh.vue
pages/h5/bindPh.vue
+1
-5
No files found.
pages/h5/bindPh.vue
View file @
4e2f16d3
...
...
@@ -49,7 +49,7 @@
// 获取手机号
async
getInfoPhoneNumber
(
e
)
{
let
ph
=
await
this
.
getPhoneNumber
(
e
);
http
(
'
user.editPhone
'
,
{
mobile
:
ph
}
).
then
(
res
=>
{
http
(
'
user.editPhone
'
,
qs
.
stringify
({
"
mobile
"
:
ph
})
).
then
(
res
=>
{
if
(
res
.
code
==
0
)
{
uni
.
showToast
({
title
:
'
绑定成功
'
,
...
...
@@ -65,10 +65,6 @@
duration
:
2000
,
icon
:
'
none
'
});
uni
.
navigateTo
({
url
:
`/pages/h5/index?appointPage=personalCenter`
})
}
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment