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
5dd19d1f
Commit
5dd19d1f
authored
Jan 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c5bf2f08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
friendcircle.vue
pages/friendcircle/friendcircle.vue
+3
-0
my-news.vue
pages/friendcircle/my-news.vue
+7
-3
No files found.
pages/friendcircle/friendcircle.vue
View file @
5dd19d1f
...
...
@@ -136,6 +136,9 @@
<u-icon
name=
"play-circle-o"
:size=
"50"
color=
"#FFF"
></u-icon>
</view>
</view>
</view>
<view>
</view>
<view
class=
"r-sj"
>
<text>
{{
x
.
createTime
}}
</text>
...
...
pages/friendcircle/my-news.vue
View file @
5dd19d1f
...
...
@@ -334,7 +334,8 @@
}
else
{
uni
.
navigateTo
({
url
:
'/pages/friendcircle/release?type='
+
item
.
type
})
})
innerAudioContext
.
stop
();
}
},
...
...
@@ -374,7 +375,8 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
)
uni
.
navigateTo
({
url
:
'/pages/friendcircle/release?type=2&file='
+
data
.
data
})
})
innerAudioContext
.
stop
();
}
},
...
...
@@ -392,7 +394,8 @@
// 全屏
uni
.
navigateTo
({
url
:
'/pages/friendcircle/enlargevideo?file='
+
file
})
})
innerAudioContext
.
stop
();
},
//语音播放
playVoice
(
x
)
{
...
...
@@ -438,6 +441,7 @@
uni
.
navigateTo
({
url
:
'/pages/friendcircle/mydetails?ID='
+
x
.
id
})
innerAudioContext
.
stop
();
}
}
}
...
...
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