Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
580b16f0
Commit
580b16f0
authored
Sep 11, 2021
by
zhoucong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
813a84d3
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
14 deletions
+6
-14
myVlog.vue
pages/vlog/myVlog/myVlog.vue
+3
-11
vlogface.vue
pages/vlog/vlogface/vlogface.vue
+1
-1
myVlog.js.map
.../dev/.sourcemap/mp-weixin/pages/vlog/myVlog/myVlog.js.map
+1
-1
vlogface.js.map
.../.sourcemap/mp-weixin/pages/vlog/vlogface/vlogface.js.map
+1
-1
No files found.
pages/vlog/myVlog/myVlog.vue
View file @
580b16f0
...
...
@@ -37,17 +37,9 @@
this
.
$request
(
"distribution/vlog/getVlogCreateInfo"
,
{
//获取结果
userId
:
uni
.
getStorageSync
(
"openid"
)
}).
then
(
res
=>
{
if
(
res
.
code
===
"00"
){
setTimeout
(()
=>
{
this
.
getMyVlogList
()
},
1000
)
}
else
{
uni
.
showModal
({
title
:
'提示'
,
content
:
'视频合成失败,需要在打卡点重新获取素材'
,
showCancel
:
false
});
}
})
},
methods
:
{
...
...
pages/vlog/vlogface/vlogface.vue
View file @
580b16f0
...
...
@@ -32,7 +32,7 @@
<view>
不遮挡面部
</view>
</view>
</view>
<
!--
<u-button
type=
"success"
size=
"medium"
@
click=
"takePhoto"
>
开始识别
</u-button>
--
>
<
u-button
type=
"success"
size=
"medium"
@
click=
"takePhoto"
>
开始识别
</u-button
>
</view>
</
template
>
...
...
unpackage/dist/dev/.sourcemap/mp-weixin/pages/vlog/myVlog/myVlog.js.map
View file @
580b16f0
This diff is collapsed.
Click to expand it.
unpackage/dist/dev/.sourcemap/mp-weixin/pages/vlog/vlogface/vlogface.js.map
View file @
580b16f0
This diff is collapsed.
Click to expand it.
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