Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
21d075a1
authored
Jul 02, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
aed84a23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
Application/Home/View/Chat/index.html
dist/js/chat/index.js
Application/Home/View/Chat/index.html
View file @
21d075a1
...
...
@@ -86,7 +86,7 @@
<script
src=
"__PUBLIC__/js/chat/swfupload.js"
></script>
<script
src=
"__PUBLIC__/js/chat/swfupload.cookie.js"
></script>
<script
src=
"__PUBLIC__/js/chat/uploadShim.js"
></script>
<script
src=
"__PUBLIC__/js/chat/index.js"
></script>
]
<script
src=
"__PUBLIC__/js/chat/index.js"
></script>
</body>
</html>
\ No newline at end of file
dist/js/chat/index.js
View file @
21d075a1
...
...
@@ -18,7 +18,7 @@ $(function () {
}
else
{
console
.
log
(
'获取用户名失败'
)
}
},
false
,
true
)
},
undefined
,
true
)
},
registerUser
:
function
(
user
,
password
){
//给用户注册环信账号
var
self
=
this
;
...
...
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