Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
李伟
cust-app
Commits
9c2c65ff
Commit
9c2c65ff
authored
Feb 20, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改点赞
parent
1150f2d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
userInfo.vue
pagesUser/userInfo.vue
+17
-12
consumeRecord.vue
pagesme/goldCoin/consumeRecord.vue
+1
-0
No files found.
pagesUser/userInfo.vue
View file @
9c2c65ff
...
...
@@ -451,6 +451,11 @@ import {getDict} from "../api/system/dict/data";
wxOpenid
:
uni
.
getStorageSync
(
'userInfo'
).
wxOpenid
,
isPay
:
'1'
,
//1花费 0不花费
}
this
.
animUrl
=
url
;
this
.
showAnima
=
true
;
setTimeout
(()
=>
{
this
.
showAnima
=
false
;
},
500
)
likeUser
(
form
).
then
(
res
=>
{
if
(
res
.
data
.
code
!=
200
)
{
uni
.
showToast
({
...
...
@@ -506,7 +511,7 @@ import {getDict} from "../api/system/dict/data";
height
:
0
;
// transition: all 0.5s linear;
transform
:
translate
(
-50%
,
-50%
);
animation
:
topHide
1s
linear
;
animation
:
topHide
1
.5
s
linear
;
}
@keyframes
topHide
{
...
...
@@ -517,26 +522,26 @@ import {getDict} from "../api/system/dict/data";
}
70
%
{
top
:
18
%
;
width
:
1
00rpx
;
height
:
1
00rpx
;
top
:
20
%
;
width
:
2
00rpx
;
height
:
2
00rpx
;
}
80
%
{
top
:
18
%
;
width
:
1
00rpx
;
height
:
1
00rpx
;
top
:
20
%
;
width
:
2
00rpx
;
height
:
2
00rpx
;
}
90
%
{
top
:
20
%
;
width
:
8
0rpx
;
height
:
8
0rpx
;
top
:
15
%
;
width
:
15
0rpx
;
height
:
15
0rpx
;
}
100
%
{
top
:
2
0%
;
wi
x
dth
:
0
;
top
:
1
0%
;
width
:
0
;
height
:
0
;
}
}
...
...
pagesme/goldCoin/consumeRecord.vue
View file @
9c2c65ff
...
...
@@ -16,6 +16,7 @@
</u-tabbar>
</view>
<view
class=
"recommendation"
:style=
"
{'top':navHeight+'px'}">
<view>
{{
this
.
queryParam
.
beginTime
}}
+' '+
{{
this
.
queryParam
.
endTime
}}
</view>
<view
class=
"card"
>
<view
class=
"recommendation-card"
v-for=
"item in record"
>
<view
class=
"card-image"
style=
"justify-content: left;display: flex"
>
...
...
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