Commit 48759ec4 authored by Mac's avatar Mac

修改个人详情资料

parent c4ca4be1
...@@ -189,7 +189,8 @@ ...@@ -189,7 +189,8 @@
<template> <template>
<view class="newpersondetails"> <view class="newpersondetails">
<view class="box"> <view class="box">
<!-- <view class="box-photo"> 整个页面 用MallBaseId==14 是因为在小程序橙孀 要显示最详情的个人中心
<view class="box-photo" v-if="mall_UserInfo.MallBaseId==14">
<u-swiper <u-swiper
:list="dataList.imgs" :list="dataList.imgs"
:effect3d="swipers.style == 2" :effect3d="swipers.style == 2"
...@@ -199,7 +200,7 @@ ...@@ -199,7 +200,7 @@
name='url' name='url'
@click="previewphoto" @click="previewphoto"
></u-swiper> ></u-swiper>
</view> --> </view>
<view class="box-jc"> <view class="box-jc">
<view class="box-jc-top"> <view class="box-jc-top">
<view class="box-jc-t-l"> <view class="box-jc-t-l">
...@@ -341,7 +342,7 @@ ...@@ -341,7 +342,7 @@
</view> </view>
</view> </view>
<!-- 身份认证 --> <!-- 身份认证 -->
<!-- <view class="box-sf"> <view class="box-sf" v-if="mall_UserInfo.MallBaseId==14">
<text style="font-size: 13px;font-weight: bold;">身份认证</text> <text style="font-size: 13px;font-weight: bold;">身份认证</text>
<view class="box-sf-item" @click="gosfzrenz" v-if="dataList.IsAttestation!=1"> <view class="box-sf-item" @click="gosfzrenz" v-if="dataList.IsAttestation!=1">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr-n.png" style="width: 50px;height: 50px;margin-bottom: 5px;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr-n.png" style="width: 50px;height: 50px;margin-bottom: 5px;"></image>
...@@ -351,7 +352,7 @@ ...@@ -351,7 +352,7 @@
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr.png" style="width: 50px;height: 50px;margin-bottom: 5px;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-sfr.png" style="width: 50px;height: 50px;margin-bottom: 5px;"></image>
已认证 已认证
</view> </view>
</view> --> </view>
<!-- 个人动态 --> <!-- 个人动态 -->
<view <view
class="box-grdt" class="box-grdt"
...@@ -462,7 +463,7 @@ ...@@ -462,7 +463,7 @@
</view> </view>
</view> </view>
<!-- 关于我 --> <!-- 关于我 -->
<!-- <view class="box-grdt" style="margin-bottom: 100px;"> <view class="box-grdt" style="margin-bottom: 100px;" v-if="mall_UserInfo.MallBaseId==14">
<view style="display: flex;align-items: center;justify-content: space-between;"> <view style="display: flex;align-items: center;justify-content: space-between;">
<text style="font-size: 13px;font-weight: bold;">关于我</text> <text style="font-size: 13px;font-weight: bold;">关于我</text>
<view class="box-jc-t-r" @click="goedit(2)" v-if="mall_UserInfo.UserId == dataList.Id"> <view class="box-jc-t-r" @click="goedit(2)" v-if="mall_UserInfo.UserId == dataList.Id">
...@@ -528,10 +529,10 @@ ...@@ -528,10 +529,10 @@
<text v-if="dataList.HopeYou!=''">{{dataList.HopeYou}}</text> <text v-if="dataList.HopeYou!=''">{{dataList.HopeYou}}</text>
<view v-else class="box-grdt-i-c-w">暂无</view> <view v-else class="box-grdt-i-c-w">暂无</view>
</view> </view>
</view> --> </view>
<!-- TODO字段不确定 --> <!-- TODO字段不确定 -->
<!-- <view> <view>
<view class="box-grdt-i-box" > <view class="box-grdt-i-box" >
<span class="box-grdt-i-t"> <span class="box-grdt-i-t">
<view class="box-grdt-i-ty" :style="{background:mainColor}"></view> <view class="box-grdt-i-ty" :style="{background:mainColor}"></view>
...@@ -578,9 +579,9 @@ ...@@ -578,9 +579,9 @@
<text v-if="dataList.IdealLove!=''">{{dataList.IdealLove}}</text> <text v-if="dataList.IdealLove!=''">{{dataList.IdealLove}}</text>
<view v-else class="box-grdt-i-c-w">暂无</view> <view v-else class="box-grdt-i-c-w">暂无</view>
</view> </view>
</view> --> </view>
<!-- </view> --> </view>
</view> </view>
<view class="boxfixed"> <view class="boxfixed">
<view <view
......
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