Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
192c5355
Commit
192c5355
authored
Jun 24, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提现页面
parent
13a8f693
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
pages/personalCenter/user-information.vue
+3
-0
pages/withdrawal/withdrawal.vue
+15
-1
No files found.
pages/personalCenter/user-information.vue
View file @
192c5355
<
template
>
<view
class=
"content"
>
<!-- #ifdef APP -->
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"left: 20rpx;"
></text>
<!-- #endif -->
<view
class=
"header"
>
<view
class=
"headportrait"
@
click=
"uploadAvatar()"
>
<image
:src=
"optionForm.headPicture ? optionForm.headPicture :companyLogo"
mode=
"widthFix"
></image>
...
...
pages/withdrawal/withdrawal.vue
View file @
192c5355
<
template
>
<view
class=
"container"
>
<!-- #ifdef APP -->
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 20rpx;"
></text>
<!-- #endif -->
<view
class=
"top"
>
<view>
可兑换
...
...
@@ -23,7 +26,7 @@
<text>
{{
noTaxAmount
}}
</text>
</view>
</view>
<view
class=
"content_wrapper"
>
<view
class=
"content_wrapper
tixian
"
>
<h4>
提现到
</h4>
<view
class=
"paymentItem"
@
click=
"selectPaymentMethod(2)"
>
<view>
...
...
@@ -323,10 +326,16 @@
</
script
>
<
style
lang=
"scss"
scoped
>
.container
{
box-sizing
:
border-box
;
padding
:
20
rpx
;
}
.top
{
width
:
100%
;
text-align
:
center
;
padding
:
20
rpx
0
;
background-color
:
#fff
;
border-radius
:
10
rpx
;
view
:
nth-child
(
1
)
{
font-size
:
36
rpx
;
color
:
#666
;
...
...
@@ -338,6 +347,7 @@
}
}
.content_wrapper
{
border-radius
:
10
rpx
;
background
:
#fff
;
margin
:
20
rpx
auto
;
padding
:
0
30
rpx
;
...
...
@@ -420,4 +430,7 @@
}
}
}
.tixian
{
padding
:
20
rpx
;
}
</
style
>
\ No newline at end of file
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