Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
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
leiqingsong
XiTianSenMall
Commits
2e1ce854
Commit
2e1ce854
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化空投池得gund
parent
44e7cc86
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
airDropPool.vue
H5/src/views/airDropPool.vue
+3
-1
cash-out.vue
H5/src/views/cashOut/cash-out.vue
+1
-1
invitee.vue
H5/src/views/my/components/invitee.vue
+0
-1
No files found.
H5/src/views/airDropPool.vue
View file @
2e1ce854
...
...
@@ -21,7 +21,7 @@
<p
v-for=
"(item, index) in userPoolVos"
:key=
"index"
@
click
=
"openUserInfo(item)"
@
tap
=
"openUserInfo(item)"
>
用户
{{
item
.
userId
}}
进入空投池
</p>
...
...
@@ -79,6 +79,7 @@ export default {
this
.
userInfoDialog
=
false
;
},
openUserInfo
(
item
)
{
console
.
log
(
123
);
this
.
userInfoDialog
=
true
;
this
.
currentUser
=
item
;
this
.
currentUser
.
avatar
=
process
.
env
.
VUE_APP_BASE_URL
+
item
.
headImage
;
...
...
@@ -257,6 +258,7 @@ $white: #ffffff;
display
:
flex
;
flex-direction
:
column
;
}
.scroll
{
animation-name
:
marquee
;
animation-timing-function
:
linear
;
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/cashOut/cash-out.vue
View file @
2e1ce854
...
...
@@ -250,7 +250,7 @@ export default {
cashOut
(
params
)
.
then
(
res
=>
{
this
.
resultDialog
=
true
;
if
(
res
.
code
==
=
0
)
{
if
(
res
.
code
==
0
)
{
this
.
resultDialogTitle
=
"提现成功"
;
this
.
resultDialogTip
=
"提现成功,请及时查收"
;
this
.
resultDialogImg
=
require
(
"@/assets/images/成功.png"
);
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/my/components/invitee.vue
View file @
2e1ce854
...
...
@@ -3,7 +3,6 @@
<div
class=
"baseInfo"
>
<img
class=
"avatar"
src=
"@/assets/images/avatar.png"
alt=
"用户头像"
/>
<span
class=
"userName"
>
{{
inviteeItem
.
userId
}}
</span>
<span
style=
"font-size: 12px;color:#666666"
>
西天森合伙人
</span>
</div>
<div
class=
"detail"
>
<p>
...
...
This diff is collapsed.
Click to expand it.
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