Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FuLiMini
Project
Overview
Details
Activity
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
wangjian
FuLiMini
Commits
21f50f3f
Commit
21f50f3f
authored
Apr 24, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
·1
parent
460d553a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
mine.vue
pages/mine/mine.vue
+0
-1
goods.vue
pagesA/goods/goods.vue
+6
-2
No files found.
pages/mine/mine.vue
View file @
21f50f3f
...
@@ -92,7 +92,6 @@
...
@@ -92,7 +92,6 @@
methods
:
{
methods
:
{
getUserInfo
()
{
getUserInfo
()
{
if
(
!
this
.
$store
.
state
.
isLogin
)
{
if
(
!
this
.
$store
.
state
.
isLogin
)
{
this
.
$router
.
push
(
'Login'
)
return
return
}
}
this
.
$net
.
get
(
'/staff/detail'
).
then
(
res
=>
{
this
.
$net
.
get
(
'/staff/detail'
).
then
(
res
=>
{
...
...
pagesA/goods/goods.vue
View file @
21f50f3f
...
@@ -124,8 +124,8 @@
...
@@ -124,8 +124,8 @@
this
.
currentPosition
=
e
.
detail
.
current
+
1
this
.
currentPosition
=
e
.
detail
.
current
+
1
},
},
buyNow
(
selectShop
)
{
buyNow
(
selectShop
)
{
if
(
!
this
.
$store
.
state
.
ha
sLogin
)
{
if
(
!
this
.
$store
.
state
.
i
sLogin
)
{
this
.
$router
.
push
(
'
l
ogin'
)
this
.
$router
.
push
(
'
L
ogin'
)
return
return
}
}
// selectShop.goodsId = this.goodsData.spuResp.id;
// selectShop.goodsId = this.goodsData.spuResp.id;
...
@@ -167,6 +167,10 @@
...
@@ -167,6 +167,10 @@
this
.
$wxCustomer
()
this
.
$wxCustomer
()
},
},
goSubmit
(
e
)
{
goSubmit
(
e
)
{
if
(
!
this
.
$store
.
state
.
isLogin
)
{
this
.
$router
.
push
(
'Login'
)
return
}
console
.
log
(
e
);
console
.
log
(
e
);
let
goods
=
{
let
goods
=
{
'num'
:
e
.
goodsNum
,
'num'
:
e
.
goodsNum
,
...
...
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