Commit 9cb25c04 authored by 刘用法's avatar 刘用法

我的页面ui完成

parent 71caaeab
......@@ -123,7 +123,7 @@
return process.uniEnv.qn_base_url
},
pages() {
return ['', '', '', '', 'address', '', '']
return ['', '', 'contract', '', 'address', '', '']
},
headImageUrl() {
return this.info.headImage || this.placeholderImage
......@@ -142,16 +142,17 @@
},
methods: {
handleClick(index) {
handleClick(index) {
console.log('clicked:', index)
uni.navigateTo({
url: 'pages/mine/' + this.pages[index]
url: 'pages/mine/' + this.pages[index] + '/index'
})
},
handleClickName() {
console.log('click name')
},
handleClickTel() {
console.log('click tel')
},
// take() {
// uni.hideTabBar()
......@@ -171,12 +172,10 @@
height: 100vh;
overflow: auto;
background-color: #FFFFFF;
z-index: -1;
.header-image {
position: absolute;
width: 100%;
z-index: -1;
}
......@@ -184,10 +183,11 @@
color: #FFFFFF;
font-weight: bold;
font-size: 40rpx;
padding-left: 30rpx;
padding-left: 30rpx;
}
.mine-content {
.mine-content {
position: relative;
.header-view {
padding: 30rpx 30rpx 80rpx 30rpx;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment