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
685c6df9
Commit
685c6df9
authored
Sep 08, 2020
by
srf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
srf
parent
073966be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
App.vue
App.vue
+1
-1
pages/index/index.vue
pages/index/index.vue
+7
-7
No files found.
App.vue
View file @
685c6df9
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
if
(
this
.
$store
.
state
.
token
!=
""
){
//判断是否 已登录
if
(
this
.
$store
.
state
.
token
!=
""
){
//判断是否 已登录
let
res
=
await
newsRemind
({})
let
res
=
await
newsRemind
({})
console
.
log
(
res
,
'
我登陆了
'
)
//
console.log(res,'我登陆了')
if
(
res
.
code
==
0
){
if
(
res
.
code
==
0
){
...
...
pages/index/index.vue
View file @
685c6df9
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
</view>
</view>
<view
class=
"BH"
></view>
<view
class=
"BH"
></view>
<
yomol-upgrade
ref=
"yomolUpgrade"
></yomol-upgrade
>
<
!--
<yomol-upgrade
ref=
"yomolUpgrade"
></yomol-upgrade>
--
>
<!-- 升级组件 -->
<!-- 升级组件 -->
<Welcome
ref=
"Welcome"
></Welcome>
<Welcome
ref=
"Welcome"
></Welcome>
...
@@ -282,12 +282,12 @@
...
@@ -282,12 +282,12 @@
},
1000
)
},
1000
)
},
},
methods
:
{
methods
:
{
jump
(){
jump
(){
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'
/pages/edit/pro_manage/pro_manage?money_type=
'
+
this
.
money_type
url
:
'
/pages/edit/pro_manage/pro_manage?money_type=
'
+
this
.
money_type
})
})
},
},
shops
(){
shops
(){
...
...
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