Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
40b95a7e
Commit
40b95a7e
authored
Feb 28, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:previewImage of miniProgram does not support 'indicator' and 'loop'
parent
f46d5e05
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
HorizontalBar.vue
components/HorizontalBar/HorizontalBar.vue
+1
-3
NormalTable.vue
components/NormalTable/NormalTable.vue
+1
-3
Table.vue
components/Table/Table.vue
+1
-3
No files found.
components/HorizontalBar/HorizontalBar.vue
View file @
40b95a7e
...
@@ -54,9 +54,7 @@
...
@@ -54,9 +54,7 @@
if
(
preview
)
{
if
(
preview
)
{
uni
.
previewImage
({
uni
.
previewImage
({
current
:
event
.
dataIndex
,
current
:
event
.
dataIndex
,
urls
:
images
,
urls
:
images
indicator
:
'number'
,
loop
:
true
})
})
}
else
{
}
else
{
this
.
handleEchartsClick
(
event
)
this
.
handleEchartsClick
(
event
)
...
...
components/NormalTable/NormalTable.vue
View file @
40b95a7e
...
@@ -93,9 +93,7 @@
...
@@ -93,9 +93,7 @@
}
}
uni.previewImage({
uni.previewImage({
current: index,
current: index,
urls: images,
urls: images
indicator: 'number',
loop: true
}
)
}
)
}
}
}
}
...
...
components/Table/Table.vue
View file @
40b95a7e
...
@@ -111,9 +111,7 @@
...
@@ -111,9 +111,7 @@
}
}
uni
.
previewImage
({
uni
.
previewImage
({
current
:
index
,
current
:
index
,
urls
:
images
,
urls
:
images
indicator
:
'number'
,
loop
:
true
}
)
}
)
}
}
}
}
...
...
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