Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
958b2ff9
Commit
958b2ff9
authored
May 11, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流水、提现、结算
parent
fcfef7a6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
7 deletions
+43
-7
pages.json
src/pages.json
+20
-0
index.vue
src/pages/mine/wallet/index.vue
+10
-3
statement.vue
src/pages/mine/wallet/statement.vue
+13
-4
No files found.
src/pages.json
View file @
958b2ff9
...
...
@@ -177,6 +177,26 @@
"navigationBarBackgroundColor"
:
"#F4F5F7"
}
},
{
"path"
:
"wallet/statement"
,
"style"
:
{
"navigationBarTitleText"
:
"收入流水"
,
"enablePullDownRefresh"
:
false
,
"disableScroll"
:
true
,
"navigationStyle"
:
"custom"
,
//
隐藏系统导航栏
"navigationBarBackgroundColor"
:
"#F4F5F7"
}
},
{
"path"
:
"wallet/settlement"
,
"style"
:
{
"navigationBarTitleText"
:
"结算账单"
,
"enablePullDownRefresh"
:
false
,
"disableScroll"
:
true
,
"navigationStyle"
:
"custom"
,
//
隐藏系统导航栏
"navigationBarBackgroundColor"
:
"#F4F5F7"
}
},
{
"path"
:
"cert/index"
,
"style"
:
{
...
...
src/pages/mine/wallet/index.vue
View file @
958b2ff9
...
...
@@ -101,6 +101,9 @@
'margin-bottom'
:
'20rpx'
};
},
pages
()
{
return
[
'settlement'
,
'statement'
]
}
},
created
()
{
var
item
=
{
...
...
@@ -116,10 +119,14 @@
methods
:
{
// 提现
handleClickWithdraw
()
{
uni
.
navigateTo
({
url
:
'pages/mine/wallet/'
+
'withdraw'
})
},
handleClick
(
index
)
{
console
.
log
(
index
)
uni
.
navigateTo
({
url
:
'pages/mine/wallet/'
+
this
.
pages
[
index
]
})
}
}
}
...
...
src/pages/mine/wallet/statement.vue
View file @
958b2ff9
<
template
>
<view
class=
"statement-view"
>
<u-navbar
back-icon-color=
"#333333"
background=
"#F4F5F7"
title=
"我的钱包"
titleColor=
"#333333"
:border-bottom=
"false"
></u-navbar>
<u-navbar
back-icon-color=
"#333333"
background=
"#F4F5F7"
title=
"收入流水"
titleColor=
"#333333"
:border-bottom=
"false"
></u-navbar>
<view
class=
"statement-content-view"
>
</view>
</view>
</
template
>
...
...
@@ -14,7 +18,7 @@
paymentTime
:
'预结'
,
payableRecordStatusText
:
'已确认'
,
payableRecordNumber
:
'订单数'
,
statementList
:
[]
// count是总数
statementList
:
[]
// count是总数
}
}
}
...
...
@@ -32,6 +36,11 @@
<
style
lang=
"scss"
scoped
>
.statement-view
{
display
:
flex
;
flex-direction
:
column
;
height
:
100vh
;
background-color
:
#F4F5F7
;
.statement-content-view
{}
}
</
style
>
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