Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
19bc8699
Commit
19bc8699
authored
Jan 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6b4c4ac8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
friendcircle.vue
pages/friendcircle/friendcircle.vue
+6
-3
No files found.
pages/friendcircle/friendcircle.vue
View file @
19bc8699
...
...
@@ -416,10 +416,12 @@
);
},
enlarge
(
file
)
{
// 全屏
// 全屏
innerAudioContext
.
stop
();
uni
.
navigateTo
({
url
:
'/pages/friendcircle/enlargevideo?file='
+
file
})
})
},
//语音播放
playVoice
(
x
)
{
...
...
@@ -598,7 +600,8 @@
current
:
index
,
});
},
enlarge
(
file
)
{
enlarge
(
file
)
{
innerAudioContext
.
stop
();
uni
.
navigateTo
({
url
:
'/pages/friendcircle/enlargevideo?file='
+
file
})
...
...
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