|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
- <top-title :titleValue="title" style="width: 100%;"></top-title>
|
|
|
+ <top-title :titleValue="title" :btnTop="btnPos" style="width: 100%;"></top-title>
|
|
|
<div class="self-inf">
|
|
|
<div class="img-name-box" v-if="isAuth">
|
|
|
<image :src="userHeadImg" class="heade-img" mode="aspectFill"></image>
|
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
isAuth: true,
|
|
|
userHeadImg: "",
|
|
|
userNickName: "",
|
|
|
+ btnPos:uni.getMenuButtonBoundingClientRect().top + 6,
|
|
|
list: [
|
|
|
{
|
|
|
icoin: "/static/selfCenter/suggest.png",
|