|
@ -16,9 +16,9 @@ |
|
|
<image :src="userInfo.headImage || '微信用户'" style="width: 100%;height: 100%;"></image> |
|
|
<image :src="userInfo.headImage || '微信用户'" style="width: 100%;height: 100%;"></image> |
|
|
</view> |
|
|
</view> |
|
|
<!--福利中心--> |
|
|
<!--福利中心--> |
|
|
<view style="position: absolute;z-index:2;width:33%;height:30%;top: 13%;right: 2%;"> |
|
|
|
|
|
|
|
|
<!-- <view style="position: absolute;z-index:2;width:33%;height:30%;top: 13%;right: 2%;"> |
|
|
<image src="/static/image/center/flzx.png" style="width: 100%;height: 100%;"></image> |
|
|
<image src="/static/image/center/flzx.png" style="width: 100%;height: 100%;"></image> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
<!-- 未认证--> |
|
|
<!-- 未认证--> |
|
|
<view style="position: absolute;z-index:2;width:15%;height:20%;top: 45%;left: 28%;"> |
|
|
<view style="position: absolute;z-index:2;width:15%;height:20%;top: 45%;left: 28%;"> |
|
|
<image src="/static/image/center/wrz.png" style="width: 100%;height: 100%;"></image> |
|
|
<image src="/static/image/center/wrz.png" style="width: 100%;height: 100%;"></image> |
|
@ -26,7 +26,7 @@ |
|
|
<!-- 去认证 --> |
|
|
<!-- 去认证 --> |
|
|
<view style="position: absolute;z-index:2;width:55%;height:20%;top: 43%;left: 46%;"> |
|
|
<view style="position: absolute;z-index:2;width:55%;height:20%;top: 43%;left: 46%;"> |
|
|
<span style="font-size: 26rpx;" class="textColor" |
|
|
<span style="font-size: 26rpx;" class="textColor" |
|
|
@click="$utils.navigateTo('/mine/authOption')">去认证</span> |
|
|
|
|
|
|
|
|
@click="toAuthPage">去认证</span> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 用户信息 --> |
|
|
<!-- 用户信息 --> |
|
|
<view style="position: absolute;z-index:2;width:55%;height:20%;top: 60%;left: 7%;"> |
|
|
<view style="position: absolute;z-index:2;width:55%;height:20%;top: 60%;left: 7%;"> |
|
@ -36,13 +36,13 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 点赞量 --> |
|
|
<!-- 点赞量 --> |
|
|
<view |
|
|
|
|
|
|
|
|
<!-- <view |
|
|
style="display: flex;flex-direction: column;gap:2rpx ;position: absolute;z-index:2;width:15%;height:40%;top: 55%;right: 3%;"> |
|
|
style="display: flex;flex-direction: column;gap:2rpx ;position: absolute;z-index:2;width:15%;height:40%;top: 55%;right: 3%;"> |
|
|
<view style="display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;"> |
|
|
<view style="display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;"> |
|
|
<image src="/static/image/center/dianZan.svg" style="width: 40%;height: 84%;"></image> |
|
|
<image src="/static/image/center/dianZan.svg" style="width: 40%;height: 84%;"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view style="display: flex;justify-content: center ;font-size: 20rpx;color:#777777">点赞量</view> |
|
|
<view style="display: flex;justify-content: center ;font-size: 20rpx;color:#777777">点赞量</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 下部 --> |
|
|
<!-- 下部 --> |
|
@ -163,7 +163,11 @@ |
|
|
this.$store.commit('getUserInfo') |
|
|
this.$store.commit('getUserInfo') |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
|
toAuthPage(){ |
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
url: '/pages_mine/mine/authOption' |
|
|
|
|
|
}) |
|
|
|
|
|
}, |
|
|
// 点击列表跳转页面 |
|
|
// 点击列表跳转页面 |
|
|
goToPage(item) { |
|
|
goToPage(item) { |
|
|
if (item.name == 'outLogin') { |
|
|
if (item.name == 'outLogin') { |
|
|