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

我的页面ui完成

parent 71caaeab
...@@ -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;
......
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