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
216086bd
Commit
216086bd
authored
Nov 23, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加loading参数
parent
f4ceb345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
loading.vue
vedio/pages/loading.vue
+8
-4
No files found.
vedio/pages/loading.vue
View file @
216086bd
...
...
@@ -65,7 +65,8 @@
var
remark1
=
''
;
var
remark2
=
''
;
var
remark3
=
''
;
var
vedioIndex
=
''
;
var
vedio_index
=
''
;
var
free_index
=
''
;
zs_os
=
wx
.
getSystemInfoSync
().
platform
;
...
...
@@ -83,10 +84,11 @@
product_type
=
obj
.
query
.
product_type
??
''
zs_channel
=
obj
.
query
.
zs_channel
??
''
vedio_id
=
obj
.
query
.
vedio_id
??
''
free_index
=
obj
.
query
.
free_index
??
''
remark1
=
obj
.
query
.
remark1
??
''
remark2
=
obj
.
query
.
remark2
??
''
remark3
=
obj
.
query
.
remark3
??
''
vedio
I
ndex
=
obj
.
query
.
vedio_index
??
''
vedio
_i
ndex
=
obj
.
query
.
vedio_index
??
''
}
else
if
(
obj
.
query
.
ksChannel
??
''
!=
''
){
// 快手渠道参数
channel
=
'kuaishou'
...
...
@@ -103,7 +105,8 @@
remark1
=
obj
.
query
.
remark1
??
''
remark2
=
obj
.
query
.
remark2
??
''
remark3
=
obj
.
query
.
remark3
??
''
vedioIndex
=
obj
.
query
.
vedio_index
??
''
vedio_index
=
obj
.
query
.
vedio_index
??
''
free_index
=
obj
.
query
.
free_index
??
''
}
else
{
// 自有渠道
...
...
@@ -136,7 +139,8 @@
remark2
:
remark2
,
remark3
:
remark3
,
os
:
zs_os
,
vedioIndex
:
vedioIndex
,
vedioIndex
:
vedio_index
,
freeIndex
:
free_index
,
zsChannel
:
zs_channel
},
showLoading
:
false
,
...
...
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