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
84672834
Commit
84672834
authored
Jun 26, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本统一
parent
841b27d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
App.vue
vedio/App.vue
+1
-1
my.vue
vedio/components/home/my.vue
+4
-3
No files found.
vedio/App.vue
View file @
84672834
...
...
@@ -96,7 +96,7 @@
inviteUId
:
''
,
serviceUrl
:
''
,
downUrl
:
''
,
//
versionName
:
'
v 1.0.0
'
,
versionName
:
''
,
auth
:
false
,
// 三要素实名认证
userInfo
:
null
,
pkgName
:
PAKEAGE_NAME
...
...
vedio/components/home/my.vue
View file @
84672834
...
...
@@ -98,7 +98,7 @@
import
common
from
'@/mixins/common'
;
import
kefuPopup
from
'@/components/kefu-popup/kefu-popup.vue'
;
import
{
getToLocal
VERSION_CODE
}
from
"@/utils/utils.js"
import
{
...
...
@@ -128,7 +128,7 @@
statusBarHeight
:
app
.
globalData
.
statusBarHeight
,
userBean
:
{},
showAnimate
:
false
,
versionName
:
app
.
globalData
.
versionName
versionName
:
''
};
},
methods
:
{
...
...
@@ -145,7 +145,8 @@
const
query
=
uni
.
createSelectorQuery
().
in
(
this
);
query
.
select
(
"#count"
).
boundingClientRect
();
},
show
()
{
show
()
{
this
.
versionName
=
'v '
+
VERSION_CODE
// 更新阅读时间统计
this
.
refreshTimeCount
();
...
...
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