This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10185101272
/
Personal-Collections-Website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change add
master
=
4 years ago
parent
8cb9390d19
commit
7ccb0d63bf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
APP/static/js/wsy.js
+ 1
- 0
APP/static/js/wsy.js
View File
@ -58,6 +58,7 @@ function add(type) {
return
;
}
var
data
=
new
FormData
(
)
;
data
.
append
(
'phonenum'
,
phonenum
)
;
data
.
append
(
'name'
,
name
)
;
data
.
append
(
'tag'
,
tag
)
;
sendRequest
(
'collection/add'
,
data
,
function
(
)
{
Write
Preview
Loading…
Cancel
Save