Commit 48759ec4 authored by Mac's avatar Mac

修改个人详情资料

parent c4ca4be1
......@@ -189,7 +189,8 @@
<template>
<view class="newpersondetails">
<view class="box">
<!-- <view class="box-photo">
整个页面 用MallBaseId==14 是因为在小程序橙孀 要显示最详情的个人中心
<view class="box-photo" v-if="mall_UserInfo.MallBaseId==14">
<u-swiper
:list="dataList.imgs"
:effect3d="swipers.style == 2"
......@@ -199,7 +200,7 @@
name='url'
@click="previewphoto"
></u-swiper>
</view> -->
</view>
<view class="box-jc">
<view class="box-jc-top">
<view class="box-jc-t-l">
......@@ -341,7 +342,7 @@
</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>
<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>
......@@ -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>
已认证
</view>
</view> -->
</view>
<!-- 个人动态 -->
<view
class="box-grdt"
......@@ -462,7 +463,7 @@
</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;">
<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">
......@@ -528,10 +529,10 @@
<text v-if="dataList.HopeYou!=''">{{dataList.HopeYou}}</text>
<view v-else class="box-grdt-i-c-w">暂无</view>
</view>
</view> -->
</view>
<!-- TODO字段不确定 -->
<!-- <view>
<view>
<view class="box-grdt-i-box" >
<span class="box-grdt-i-t">
<view class="box-grdt-i-ty" :style="{background:mainColor}"></view>
......@@ -578,9 +579,9 @@
<text v-if="dataList.IdealLove!=''">{{dataList.IdealLove}}</text>
<view v-else class="box-grdt-i-c-w">暂无</view>
</view>
</view> -->
</view>
<!-- </view> -->
</view>
</view>
<view class="boxfixed">
<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