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
9cb25c04
Commit
9cb25c04
authored
May 10, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的页面ui完成
parent
71caaeab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
mine.vue
src/pages/index/mine.vue
+9
-9
No files found.
src/pages/index/mine.vue
View file @
9cb25c04
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
return
process
.
uniEnv
.
qn_base_url
return
process
.
uniEnv
.
qn_base_url
},
},
pages
()
{
pages
()
{
return
[
''
,
''
,
''
,
''
,
'address'
,
''
,
''
]
return
[
''
,
''
,
'
contract
'
,
''
,
'address'
,
''
,
''
]
},
},
headImageUrl
()
{
headImageUrl
()
{
return
this
.
info
.
headImage
||
this
.
placeholderImage
return
this
.
info
.
headImage
||
this
.
placeholderImage
...
@@ -142,16 +142,17 @@
...
@@ -142,16 +142,17 @@
},
},
methods
:
{
methods
:
{
handleClick
(
index
)
{
handleClick
(
index
)
{
console
.
log
(
'clicked:'
,
index
)
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'pages/mine/'
+
this
.
pages
[
index
]
url
:
'pages/mine/'
+
this
.
pages
[
index
]
+
'/index'
})
})
},
},
handleClickName
()
{
handleClickName
()
{
console
.
log
(
'click name'
)
},
},
handleClickTel
()
{
handleClickTel
()
{
console
.
log
(
'click tel'
)
},
},
// take() {
// take() {
// uni.hideTabBar()
// uni.hideTabBar()
...
@@ -171,12 +172,10 @@
...
@@ -171,12 +172,10 @@
height
:
100vh
;
height
:
100vh
;
overflow
:
auto
;
overflow
:
auto
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
z-index
:
-1
;
.header-image
{
.header-image
{
position
:
absolute
;
position
:
absolute
;
width
:
100%
;
width
:
100%
;
z-index
:
-1
;
}
}
...
@@ -184,10 +183,11 @@
...
@@ -184,10 +183,11 @@
color
:
#FFFFFF
;
color
:
#FFFFFF
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
40rpx
;
font-size
:
40rpx
;
padding-left
:
30rpx
;
padding-left
:
30rpx
;
}
}
.mine-content
{
.mine-content
{
position
:
relative
;
.header-view
{
.header-view
{
padding
:
30rpx
30rpx
80rpx
30rpx
;
padding
:
30rpx
30rpx
80rpx
30rpx
;
display
:
flex
;
display
:
flex
;
...
...
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