Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zyjj2025
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
zyjj2025
Commits
92e37884
Commit
92e37884
authored
Feb 04, 2025
by
qd01
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fe4d3713
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
index.vue
app/pages/my/index.vue
+11
-6
index.vue
app/pages/sqhz/index.vue
+3
-0
withdraw.vue
app/pages/user/withdraw.vue
+5
-1
No files found.
app/pages/my/index.vue
View file @
92e37884
...
@@ -72,6 +72,10 @@ function handleClick1(type) {
...
@@ -72,6 +72,10 @@ function handleClick1(type) {
function
gotx
(
balance
,
type
,
title
)
{
function
gotx
(
balance
,
type
,
title
)
{
if
(
balance
&&
balance
>
0
)
{
if
(
balance
&&
balance
>
0
)
{
if
(
type
==
6
||
type
==
2
)
{
navigateTo
(
`/user/tixian?balance=
${
balance
}
&type=
${
type
}
&title=
${
title
}
`
)
}
else
{
if
(
userData
.
value
.
extend2
!=
7
)
{
if
(
userData
.
value
.
extend2
!=
7
)
{
showFailToast
(
'
请先申请化债/扶贫
'
)
showFailToast
(
'
请先申请化债/扶贫
'
)
setTimeout
(()
=>
{
setTimeout
(()
=>
{
...
@@ -82,6 +86,7 @@ function gotx(balance, type, title) {
...
@@ -82,6 +86,7 @@ function gotx(balance, type, title) {
navigateTo
(
`/user/tixian?balance=
${
balance
}
&type=
${
type
}
&title=
${
title
}
`
)
navigateTo
(
`/user/tixian?balance=
${
balance
}
&type=
${
type
}
&title=
${
title
}
`
)
}
}
}
}
}
else
{
else
{
showFailToast
(
'
余额不足
'
)
showFailToast
(
'
余额不足
'
)
}
}
...
...
app/pages/sqhz/index.vue
View file @
92e37884
...
@@ -394,6 +394,9 @@ getUserInfo()
...
@@ -394,6 +394,9 @@ getUserInfo()
提现
提现
</var-button>
</var-button>
</div>
</div>
<var-button
class=
"btn1 btn"
style=
"color: #fff;"
size=
"large"
block
@
click=
"navigateTo('/user/withdraw?tab=4')"
>
提现记录
</var-button>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
app/pages/user/withdraw.vue
View file @
92e37884
...
@@ -24,6 +24,7 @@ const emptyTipsShow = ref(false)
...
@@ -24,6 +24,7 @@ const emptyTipsShow = ref(false)
const
range
=
ref
([
const
range
=
ref
([
{
text
:
'
生活补贴
'
,
value
:
1
},
{
text
:
'
生活补贴
'
,
value
:
1
},
{
text
:
'
产品收益
'
,
value
:
2
},
{
text
:
'
产品收益
'
,
value
:
2
},
{
text
:
'
化债专用卡
'
,
value
:
4
},
])
])
// 获取路由参数中的tab
// 获取路由参数中的tab
...
@@ -107,6 +108,9 @@ function handleClick(item) {
...
@@ -107,6 +108,9 @@ function handleClick(item) {
<div
v-if=
"item.walletType == 2"
class=
"title"
>
<div
v-if=
"item.walletType == 2"
class=
"title"
>
产品收益
产品收益
</div>
</div>
<div
v-if=
"item.walletType == 4"
class=
"title"
>
化债专用卡
</div>
<div
class=
"price"
>
<div
class=
"price"
>
+
{{
item
.
withdrawAmount
}}
元
+
{{
item
.
withdrawAmount
}}
元
</div>
</div>
...
@@ -130,7 +134,7 @@ function handleClick(item) {
...
@@ -130,7 +134,7 @@ function handleClick(item) {
待打款
待打款
</div>
</div>
<div
v-if=
"item.status == 1"
class=
"title"
>
<div
v-if=
"item.status == 1"
class=
"title"
>
资金校对中
{{
item
.
walletType
!=
4
?
'
资金校对中
'
:
'
排队打款中
'
}}
</div>
</div>
<div
v-if=
"item.status == 2"
class=
"title success"
>
<div
v-if=
"item.status == 2"
class=
"title success"
>
已到账,请查收
已到账,请查收
...
...
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