Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
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
zhanhai
uni-app-ddh-shop
Commits
c361858c
Commit
c361858c
authored
Nov 21, 2024
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化完成,提交测试
parent
6a3b63fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
web.vue
pages/web/web.vue
+18
-16
.DS_Store
static/.DS_Store
+0
-0
No files found.
pages/web/web.vue
View file @
c361858c
...
...
@@ -64,7 +64,7 @@ export default {
},
onTabItemTap
(
e
)
{
try
{
console
.
log
(
e
,
'tabItemTap'
)
console
.
log
(
'tabItemTap'
)
const
config
=
JSON
.
parse
(
uni
.
getStorageSync
(
'APP-SETTING'
));
const
that
=
this
;
const
timestamp
=
new
Date
().
getTime
()
...
...
@@ -72,8 +72,8 @@ export default {
const
token
=
uni
.
getStorageSync
(
'tokenFinance'
)
const
mobile
=
uni
.
getStorageSync
(
'l-mobile'
)
const
$src
=
config
[
'h5Url'
]
+
`?token=
${
token
}
&mobile=
${
mobile
}
×tamp=
${
timestamp
}
`
console
.
log
(
$src
,
'刷新的地址'
)
that
.
src
=
$src
console
.
log
(
$src
,
'刷新的地址'
)
//
that.src = $src
},
100
);
}
catch
(
err
)
{
console
.
log
(
err
)
...
...
@@ -92,6 +92,9 @@ export default {
const
token
=
uni
.
getStorageSync
(
'tokenFinance'
)
const
mobile
=
uni
.
getStorageSync
(
'l-mobile'
)
const
$src
=
config
[
'h5Url'
]
+
`?token=
${
token
}
&mobile=
${
mobile
}
×tamp=
${
timestamp
}
`
console
.
log
(
$src
,
'首次加载的地址'
)
that
.
src
=
$src
},
100
);
...
...
@@ -118,9 +121,7 @@ export default {
uni
.
removeStorageSync
(
'canRefreshWeb'
)
if
(
this
.
wv
)
{
// 为OCR做的刷新
const
needReload
=
uni
.
getStorageSync
(
'reloadFlag'
)
const
needReload
=
uni
.
getStorageSync
(
'reloadFlag'
)
if
(
!
needReload
)
{
if
(
reloadTimeOut
)
clearTimeout
(
reloadTimeOut
)
reloadTimeOut
=
setTimeout
(()
=>
{
...
...
@@ -130,18 +131,19 @@ export default {
}
}
}
// 这里为借款做的刷新
const
canRefresh
=
uni
.
getStorageSync
(
'canRefresh'
);
console
.
log
(
canRefresh
,
'是否需要刷新-这里为借款做的刷新'
)
if
(
canRefresh
)
{
uni
.
removeStorageSync
(
'canRefresh'
)
if
(
reloadTimeOut
)
clearTimeout
(
reloadTimeOut
)
reloadTimeOut
=
setTimeout
(()
=>
{
console
.
log
(
'页面刷新了2'
)
this
.
wv
&&
this
.
wv
.
reload
()
},
400
)
}
//
const canRefresh = uni.getStorageSync('canRefresh');
//
console.log(canRefresh, '是否需要刷新-这里为借款做的刷新')
//
if (canRefresh) {
//
uni.removeStorageSync('canRefresh')
//
if (reloadTimeOut) clearTimeout(reloadTimeOut)
//
reloadTimeOut = setTimeout(() => {
//
console.log('页面刷新了2')
//
this.wv && this.wv.reload()
//
}, 400)
//
}
},
onUnload
()
{
...
...
static/.DS_Store
View file @
c361858c
No preview for this file type
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