Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp_snapshot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄秀兰
mp_snapshot
Commits
cc1a9f0c
Commit
cc1a9f0c
authored
Jul 20, 2017
by
黄秀兰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
再次添加图片 问题修复
parent
408282d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
pages/upload-photo/upload-photo.js
+5
-1
No files found.
pages/upload-photo/upload-photo.js
View file @
cc1a9f0c
...
...
@@ -58,7 +58,7 @@ Page({
onLoad
:
function
(
opt
)
{
this
.
is_uploading
=
false
;
this
.
renderTags
();
this
.
renderTags
();
app
.
globalData
.
puzzelData
.
forEach
(
function
(
item
,
idx
)
{
item
.
index
=
idx
;
});
...
...
@@ -467,6 +467,10 @@ Page({
var
_this
=
this
;
addPhoto
().
then
(
photos
=>
{
photos
.
forEach
(
function
(
item
,
idx
)
{
item
.
index
=
idx
;
});
_this
.
setData
({
photos
:
photos
});
...
...
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