Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xzzxzmj
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
qd01
xzzxzmj
Commits
d3bd5730
Commit
d3bd5730
authored
Feb 19, 2025
by
zhangsan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b4da5cd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
index.html
index.html
+1
-1
index.vue
src/views/slzmj/index.vue
+2
-2
index.vue
src/views/user/index.vue
+2
-1
myapple.vue
src/views/user/myapple.vue
+3
-3
No files found.
index.html
View file @
d3bd5730
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
/>
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"/vite.svg"
/>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"/vite.svg"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>
Vue App
</title>
<title>
人民助梦金
</title>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
src/views/slzmj/index.vue
View file @
d3bd5730
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
<div
class=
"form-title"
>
申请人基本资料
</div>
<div
class=
"form-title"
>
申请人基本资料
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<var-form
ref=
"form"
:
disabled
=
"isEdit"
scroll-to-error=
"start"
>
<var-form
ref=
"form"
:
readonly
=
"isEdit"
scroll-to-error=
"start"
>
<var-input
v-model=
"formData.a3"
placeholder=
"请输入姓名"
/>
<var-input
v-model=
"formData.a3"
placeholder=
"请输入姓名"
/>
<var-select
v-model=
"formData.a4"
:rules=
"[(v) => !!v || '请选择性别']"
placeholder=
"性别"
>
<var-select
v-model=
"formData.a4"
:rules=
"[(v) => !!v || '请选择性别']"
placeholder=
"性别"
>
<var-option
label=
"男"
/>
<var-option
label=
"男"
/>
<var-option
label=
"女"
/>
<var-option
label=
"女"
/>
...
...
src/views/user/index.vue
View file @
d3bd5730
...
@@ -110,7 +110,8 @@ const tixian = (q1: string, type: number, title: string) => {
...
@@ -110,7 +110,8 @@ const tixian = (q1: string, type: number, title: string) => {
showToast
(
"
余额不足
"
);
showToast
(
"
余额不足
"
);
return
false
;
return
false
;
}
}
router
.
push
(
"
/user/myapple
"
);
showFailToast
(
"
提现功能暂未开放
"
);
// router.push("/user/myapple");
// router.push(`/user/tixian?balance=${q1}&type=${type}&title=${title}`);
// router.push(`/user/tixian?balance=${q1}&type=${type}&title=${title}`);
};
};
...
...
src/views/user/myapple.vue
View file @
d3bd5730
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</div>
</div>
</div>
</div>
<pay-up
ref=
"payUpRef"
/>
<pay-up
ref=
"payUpRef"
/>
<
var-button
type=
"primary"
size=
"large"
style=
"margin-top: 20px;"
block
@
click=
"tixian"
>
立即提现
</var-button
>
<
!-- <var-button type="primary" size="large" style="margin-top: 20px;" block @click="tixian">立即提现</var-button> --
>
</div>
</div>
</template>
</template>
...
@@ -58,8 +58,7 @@ const stepsBase = [
...
@@ -58,8 +58,7 @@ const stepsBase = [
{
text
:
'
解除大额收款风控费500元
'
,
amount
:
500
},
{
text
:
'
解除大额收款风控费500元
'
,
amount
:
500
},
{
text
:
'
解除成功
'
},
{
text
:
'
解除成功
'
},
{
text
:
'
缴纳个人所得税800元
'
,
amount
:
800
},
{
text
:
'
缴纳个人所得税800元
'
,
amount
:
800
},
{
text
:
'
入账中
'
},
{
text
:
'
到账成功
'
}
]
]
const
steps
=
ref
([])
const
steps
=
ref
([])
...
@@ -95,6 +94,7 @@ userInfo.value = JSON.parse(sessionStorage.getItem('userInfo'))
...
@@ -95,6 +94,7 @@ userInfo.value = JSON.parse(sessionStorage.getItem('userInfo'))
mainStep
.
value
=
userInfo
.
value
.
extend4
mainStep
.
value
=
userInfo
.
value
.
extend4
paySteps
.
value
=
userInfo
.
value
.
extend5
paySteps
.
value
=
userInfo
.
value
.
extend5
steps
.
value
=
stepsBase
.
filter
((
item
,
index
)
=>
index
<
mainStep
.
value
)
steps
.
value
=
stepsBase
.
filter
((
item
,
index
)
=>
index
<
mainStep
.
value
)
steps
.
value
.
push
({
text
:
'
入账中
'
},
{
text
:
'
到账成功
'
})
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
...
...
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