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
34b6d51a
Commit
34b6d51a
authored
May 10, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的钱包
parent
9cb25c04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
10 deletions
+33
-10
pages.json
src/pages.json
+10
-9
mine.vue
src/pages/index/mine.vue
+1
-1
index.vue
src/pages/mine/wallet/index.vue
+22
-0
No files found.
src/pages.json
View file @
34b6d51a
...
...
@@ -34,7 +34,7 @@
"path"
:
"pages/index/mine"
,
"style"
:
{
"navigationBarTitleText"
:
"我的"
,
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"disableScroll"
:
true
}
},
...
...
@@ -139,14 +139,6 @@
{
"root"
:
"pages/mine"
,
"pages"
:
[
{
"path"
:
"contract/index"
,
"style"
:{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
//隐藏系统导航栏
}
},
{
"path"
:
"address/index"
,
"style"
:
{
...
...
@@ -164,6 +156,15 @@
"navigationStyle"
:
"custom"
,
//
隐藏系统导航栏
"disableScroll"
:
true
}
},
{
"path"
:
"wallet/index"
,
"style"
:
{
"navigationBarTitleText"
:
"我的钱包"
,
"enablePullDownRefresh"
:
false
,
"disableScroll"
:
true
,
"navigationBarBackgroundColor"
:
"#F4F5F7"
}
}
]
},
...
...
src/pages/index/mine.vue
View file @
34b6d51a
...
...
@@ -123,7 +123,7 @@
return
process
.
uniEnv
.
qn_base_url
},
pages
()
{
return
[
''
,
''
,
'contract'
,
''
,
'address'
,
''
,
''
]
return
[
'
wallet
'
,
''
,
'contract'
,
''
,
'address'
,
''
,
''
]
},
headImageUrl
()
{
return
this
.
info
.
headImage
||
this
.
placeholderImage
...
...
src/pages/mine/wallet/index.vue
0 → 100644
View file @
34b6d51a
<
template
>
<view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
>
</
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