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
f4a343b4
Commit
f4a343b4
authored
Apr 26, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e917476b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
9 deletions
+4
-9
home.vue
pages/home/home.vue
+2
-4
coupon.vue
pagesA/coupon/coupon.vue
+1
-4
integralDetail.vue
pagesA/integralDetail/integralDetail.vue
+1
-1
integral-income.png
static/integral-income.png
+0
-0
integral-use.png
static/integral-use.png
+0
-0
No files found.
pages/home/home.vue
View file @
f4a343b4
...
...
@@ -50,12 +50,10 @@ export default {
opacity
:
0
};
},
created
()
{
this
.
getData
();
},
onShow
()
{
this
.
integralCount
=
0
this
.
getUserInfo
();
this
.
getData
();
},
onPageScroll
(
e
)
{
console
.
log
(
e
)
...
...
@@ -203,7 +201,7 @@ export default {
font-size
:
82rpx
;
font-weight
:
bolder
;
color
:
#ffffff
;
margin-top
:
15
rpx
;
margin-top
:
78
rpx
;
}
.header-integral-tip
{
font-size
:
24rpx
;
...
...
pagesA/coupon/coupon.vue
View file @
f4a343b4
...
...
@@ -48,13 +48,10 @@
<view
class=
"coupon-info"
>
<image
v-if=
"!isExpired(item)"
class=
"bg-img"
src=
"../../static/coupon-bottom-h.png"
mode=
""
></image>
<image
v-if=
"isExpired(item)"
class=
"bg-img"
src=
"../../static/coupon-bottom-gray.png"
mode=
""
></image>
<view
class=
"left"
v-if=
"item.validityStatus===100"
>
<view
class=
"left"
>
<view
v-if=
"item.cardAccount"
>
卡号:
{{
item
.
cardAccount
}}
<text
v-if=
"type==200"
@
click=
"copy(item.cardAccount)"
>
复制
</text></view>
<view>
卡密:
{{
item
.
cardPasswd
}}
<text
v-if=
"type==200"
@
click=
"copy(item.cardPasswd)"
>
复制
</text></view>
</view>
<view
class=
"left"
v-if=
"isExpired(item)"
>
<view>
卡密:
{{
item
.
cardPasswd
}}
</view>
</view>
<view>
<image
@
click=
"clickItem(item)"
class=
"img"
:src=
"getImg(item)"
mode=
""
></image>
<view
v-if=
"type==200"
class=
"bottom-text"
>
{{
item
.
useState
==
10
?
'待使用'
:
'已使用'
}}
</view>
...
...
pagesA/integralDetail/integralDetail.vue
View file @
f4a343b4
...
...
@@ -13,7 +13,7 @@
</view>
<view
v-if=
"integralList.length > 0"
class=
"list"
>
<view
class=
"item"
v-for=
"(item, index) in integralList"
:key=
"index"
>
<image
class=
"icon"
:src=
"item.i
mg
"
></image>
<image
class=
"icon"
:src=
"item.i
ntegral
<0
?'../../
static
/
integral-use
.
png
'
:
'../../
static
/
integral-income
.
png
'
"
></image>
<view
class=
"item-right"
>
<view
class=
"item-right-top"
>
<view
class=
"item-title"
>
...
...
static/integral-income.png
0 → 100644
View file @
f4a343b4
19.4 KB
static/integral-use.png
0 → 100644
View file @
f4a343b4
21.2 KB
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