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
99dfa821
Commit
99dfa821
authored
Apr 25, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6ec2a62c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
goodsSelect.vue
components/goodsSelect/goodsSelect.vue
+2
-2
home.vue
pages/home/home.vue
+1
-0
No files found.
components/goodsSelect/goodsSelect.vue
View file @
99dfa821
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<image
class=
"close"
src=
"../../static/close-gray.png"
mode=
""
@
click=
"close()"
></image>
<image
class=
"close"
src=
"../../static/close-gray.png"
mode=
""
@
click=
"close()"
></image>
<view
class=
"top"
>
<view
class=
"top"
>
<image
class=
"img"
:src=
"selectImg"
mode=
""
></image>
<image
class=
"img"
:src=
"selectImg"
mode=
""
></image>
<view
class=
"integral"
>
{{
selectSkuIntegral
}}
</view>
<view
class=
"integral"
>
{{
selectSkuIntegral
}}
积分
</view>
</view>
</view>
<view
class=
"attr"
>
<view
class=
"attr"
>
<view
class=
"title"
>
{{
goodsData
.
specsName
||
'1111'
}}
</view>
<view
class=
"title"
>
{{
goodsData
.
specsName
||
'1111'
}}
</view>
<view
class=
"item-content"
>
<view
class=
"item-content"
>
<view
@
click=
"clickItem(item)"
class=
"item"
:class=
"selectSkuNo===item.skuNo?'active':''"
v-for=
"(item, index) in goodsData.skuList"
:key=
"index"
>
<view
@
click=
"clickItem(item)"
class=
"item"
:class=
"selectSkuNo===item.skuNo?'active':''"
v-for=
"(item, index) in goodsData.skuList"
:key=
"index"
>
{{
item
.
skuName
}}
{{
item
.
denomination
}}
</view>
</view>
</view>
</view>
</view>
</view>
...
...
pages/home/home.vue
View file @
99dfa821
...
@@ -59,6 +59,7 @@ export default {
...
@@ -59,6 +59,7 @@ export default {
this
.
name
=
res
.
data
.
staffName
;
this
.
name
=
res
.
data
.
staffName
;
this
.
integralCount
=
this
.
$numUtils
.
moneyFormat
(
res
.
data
.
surplusIntegral
,
3
,
','
);
this
.
integralCount
=
this
.
$numUtils
.
moneyFormat
(
res
.
data
.
surplusIntegral
,
3
,
','
);
this
.
isLogin
=
true
this
.
isLogin
=
true
this
.
$store
.
commit
(
'refreshUserLogin'
,
true
)
this
.
$store
.
commit
(
'refreshUserInfo'
,
res
.
data
)
this
.
$store
.
commit
(
'refreshUserInfo'
,
res
.
data
)
}
else
{
}
else
{
this
.
isLogin
=
false
this
.
isLogin
=
false
...
...
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