Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
杨梦雪
campSite
Commits
ce4e399d
Commit
ce4e399d
authored
Jan 24, 2022
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
92ec3ded
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
src/components/index/SignUp/paying.vue
src/components/index/SignUp/paying.vue
+6
-0
src/components/index/SignUp/success.vue
src/components/index/SignUp/success.vue
+5
-1
No files found.
src/components/index/SignUp/paying.vue
View file @
ce4e399d
...
...
@@ -87,6 +87,11 @@
<
script
>
/* eslint-disable */
import
ConfirmSignUp
from
"
c/index/SignUp/ConfirmSignUp
"
;
import
{
SERVER_WS_URL
}
from
'
@/config/server
'
import
{
getAccount
}
from
"
r/index/signUp
"
;
import
{
signUpInit
}
from
"
r/index/signUp
"
;
import
{
getWxConfig
}
from
"
r/index/pay
"
;
...
...
@@ -172,6 +177,7 @@ export default {
}
let
token
=
this
.
token
;
var
wssURL
=
SERVER_WS_URL
+
"
/order?token=
"
+
token
+
"
&channel=pc
"
;
console
.
log
(
wssURL
);
this
.
websocket
=
new
WebSocket
(
wssURL
);
console
.
log
(
this
.
websocket
);
// 连接发生错误的回调方法
...
...
src/components/index/SignUp/success.vue
View file @
ce4e399d
...
...
@@ -30,7 +30,11 @@ export default {
data
()
{
return
{};
},
created
()
{},
created
()
{
console
.
log
(
123
)
var
url
=
location
.
search
;
console
.
log
(
url
)
},
methods
:
{
handleDownload
()
{
signUpInit
({}).
then
((
res
)
=>
{
...
...
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