Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-09-29 14:40:31 +0800
Commit
626f04cdc8c203f86f23679947114774e66526e4
2 parents
be026754
042072c6
Merge branch 'feature/activity-image-upload' into 'master'
mOxie包名引入大小写修正 See merge request
!9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/admin/activity.page.js
public/js/admin/activity.page.js
View file @
626f04c
...
...
@@ -185,7 +185,7 @@ function bind_qiniu_upload() {
// why? reference: https://github.com/qiniu/js-sdk/issues/266
Promise
.
all
([
require
(
'm
o
xie/bin/js/moxie'
),
require
(
'm
O
xie/bin/js/moxie'
),
require
(
'plupload/js/plupload.dev'
),
require
(
'qiniu-js'
)
]).
then
(([
moxie
,
plupload
])
=>
{
...
...
Please
register
or
login
to post a comment