Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
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
ec3507b2
authored
2019-12-23 06:25:52 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
3e1d060c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/vip-login/vip-login.js
src/pages/vip-login/vip-login.js
View file @
ec3507b
...
...
@@ -261,7 +261,7 @@ Page({
this
.
checkSubmit
().
then
((
result
)
=>
{
// 先上传图片到服务器
this
.
uploadToCustomService
(
pics
).
then
((
result
)
=>
{
//
this.uploadToCustomService(pics).then((result) => {
let
verifyInfo
=
{
realName
:
name
,
storeName
:
shopName
,
...
...
@@ -270,7 +270,7 @@ Page({
phone
:
mobile
,
verifyCode
:
verifyCode
,
memberTypeCode
:
memberTypeCode
,
images
:
result
[
0
]
images
:
""
}
app
.
post
({
...
...
@@ -281,7 +281,7 @@ Page({
path
:
"vipVerify"
})
});
})
//
})
})
},
...
...
Please
register
or
sign in
to post a comment