Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
1b652dc3
Commit
1b652dc3
authored
Jun 06, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
da5fed19
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
10 deletions
+9
-10
kefu-popup.vue
vedio/components/kefu-popup/kefu-popup.vue
+0
-2
pages.json
vedio/pages.json
+3
-2
task.vue
vedio/pagesA/task/task.vue
+2
-2
ttVideoDetail.vue
vedio/pagesC/ttvideo/ttVideoDetail.vue
+1
-1
invite.vue
vedio/pagesD/invite/invite.vue
+3
-3
No files found.
vedio/components/kefu-popup/kefu-popup.vue
View file @
1b652dc3
...
...
@@ -65,8 +65,6 @@
handler
:
function
(
newVal
,
oldVal
)
{
if
(
newVal
)
{
this
.
handleShow
();
}
else
{
this
.
$refs
.
kefuPop
.
close
(
'bottom'
);
}
},
immediate
:
true
...
...
vedio/pages.json
View file @
1b652dc3
...
...
@@ -20,10 +20,11 @@
//
#endif
{
"path"
:
"pages/home"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"寻觅短剧"
,
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"
#000000
"
"navigationBarTextStyle"
:
"
black
"
}
},
{
"path"
:
"pages/brower/brower"
,
...
...
vedio/pagesA/task/task.vue
View file @
1b652dc3
...
...
@@ -137,12 +137,12 @@
},
methods
:
{
async
onShareAppMessage
(
option
)
{
const
title
=
'寻觅短剧'
;
const
title
=
this
.
share
.
title
;
let
that
=
this
return
{
title
,
// 这是要转发的小程序标题
desc
:
this
.
share
.
title
,
desc
:
''
,
path
:
this
.
share
.
path
+
getApp
().
globalData
.
userId
,
imageUrl
:
this
.
share
.
imageUrl
,
templateId
:
"920405b4ghj2fla2gc"
,
...
...
vedio/pagesC/ttvideo/ttVideoDetail.vue
View file @
1b652dc3
...
...
@@ -329,7 +329,7 @@
success
:
({
data
})
=>
{
message
.
notify
(
"恭喜您,10分钟内可免费解锁两集!
"
)
// message.notify("领取成功
")
}
});
},
...
...
vedio/pagesD/invite/invite.vue
View file @
1b652dc3
...
...
@@ -90,10 +90,10 @@
},
methods
:
{
async
onShareAppMessage
(
option
)
{
const
title
=
'寻觅短剧'
;
const
title
=
this
.
share
.
title
;
return
{
title
,
// 这是要转发的小程序标题
desc
:
this
.
share
.
title
,
desc
:
''
,
path
:
this
.
share
.
path
+
getApp
().
globalData
.
userId
,
imageUrl
:
this
.
share
.
imageUrl
,
templateId
:
"920405b4ghj2fla2gc"
,
...
...
@@ -102,7 +102,7 @@
},
fail
()
{
message
.
notify
(
'分享失败'
);
//
message.notify('分享失败');
},
};
},
...
...
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