Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
dd3e027f
Commit
dd3e027f
authored
Nov 09, 2020
by
home
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fd
parent
022faf0b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
15 deletions
+12
-15
App.vue
App.vue
+0
-6
manifest.json
manifest.json
+3
-3
pages/index/index.vue
pages/index/index.vue
+9
-6
No files found.
App.vue
View file @
dd3e027f
...
...
@@ -20,7 +20,6 @@
// #ifdef APP-PLUS
//app关闭默认的启动 方法关闭启动图。但是这个时间不能太晚,6s 超时后依旧会主动关闭。
setTimeout
(()
=>
{
plus
.
navigator
.
closeSplashscreen
();
...
...
@@ -49,10 +48,6 @@
},
computed
:
{
...
...
@@ -123,7 +118,6 @@
})
}
}
}
else
{
if
(
PSres
.
length
!=
0
&&
KJres
.
length
!=
0
){
let
msgtext
=
`你有
${
PSres
.
length
}
条鹿马订单,请及时处理`
;
...
...
manifest.json
View file @
dd3e027f
...
...
@@ -116,9 +116,9 @@
},
"splashscreen"
:
{
"android"
:
{
"hdpi"
:
"C:/Users/Administrator/Desktop/
证书/d0abce82961b508e6a0b9924d15fe86
.png"
,
"xhdpi"
:
"C:/Users/Administrator/Desktop/
证书/d0abce82961b508e6a0b9924d15fe86
.png"
,
"xxhdpi"
:
"C:/Users/Administrator/Desktop/
证书/d0abce82961b508e6a0b9924d15fe86
.png"
"hdpi"
:
"C:/Users/Administrator/Desktop/
da/6b51802bba0a32ac69392831b1fc324
.png"
,
"xhdpi"
:
"C:/Users/Administrator/Desktop/
da/6b51802bba0a32ac69392831b1fc324
.png"
,
"xxhdpi"
:
"C:/Users/Administrator/Desktop/
da/6b51802bba0a32ac69392831b1fc324
.png"
},
"ios"
:
{
"iphone"
:
{
...
...
pages/index/index.vue
View file @
dd3e027f
...
...
@@ -313,6 +313,7 @@
if
(
uni
.
getSystemInfoSync
().
platform
!=
'
ios
'
){
getApp
().
hgServiceFun
();
//安卓后台运行
console
.
log
(
'
走到后台运行这
'
)
}
},
...
...
@@ -324,15 +325,17 @@
onShow
()
{
this
.
storeIndexfun
();
// 判断用户有没有绑定手机号
console
.
log
(
this
.
$store
.
state
.
Timer
,
'
啊啊啊啊啊啊啊啊啊啊啊
'
);
getApp
().
getnewsRemind
().
then
((
res
)
=>
{
if
(
res
){
if
(
this
.
$store
.
state
.
Timer
==
''
){
let
Timer
=
setInterval
(()
=>
{
getApp
().
getnewsRemind
(
2
);
console
.
log
(
'
这里
'
);
},
5000
);
this
.
$store
.
commit
(
'
Timer
'
,
Timer
);
}
}
})
},
...
...
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