Commit a90d9950 authored by 罗林杰's avatar 罗林杰

修改个人资料

parent 181aea40
...@@ -97,9 +97,6 @@ ...@@ -97,9 +97,6 @@
{{ userInfo.memMaxEducation }} {{ userInfo.memMaxEducation }}
</view> </view>
</view> </view>
<view class="text2">·
{{ '全日制' }}
</view>
</view> </view>
</view> </view>
<view class="box-name"> <view class="box-name">
...@@ -224,7 +221,6 @@ ...@@ -224,7 +221,6 @@
<u-popup :show="singleNoShow" @close="singleNoClose" mode="bottom"> <u-popup :show="singleNoShow" @close="singleNoClose" mode="bottom">
<view class="singleNo" style="border-radius: 24rpx 24rpx 0px 0px;"> <view class="singleNo" style="border-radius: 24rpx 24rpx 0px 0px;">
<view class="singleNo-item" @click="singleNoItem(1)">替换</view> <view class="singleNo-item" @click="singleNoItem(1)">替换</view>
<view class="singleNo-item" @click="singleNoItem(2)" v-if="singleIndex!='9'">删除</view>
<view class="linkage-close" @click="singleNoClose"> <view class="linkage-close" @click="singleNoClose">
取消 取消
</view> </view>
...@@ -301,9 +297,6 @@ import {getOssUrl} from "../../api/article"; ...@@ -301,9 +297,6 @@ import {getOssUrl} from "../../api/article";
if (Index == 9) { if (Index == 9) {
this.singleIndex = 9; this.singleIndex = 9;
} else { } else {
console.log('index',Index)
console.log('this.userInfo.memPictureId',this.userInfo.memPictureId)
console.log('this.userInfo.pictureUrls',this.userInfo.pictureUrls)
this.singleIndex = Index; this.singleIndex = Index;
} }
this.singleNoShow = true; this.singleNoShow = true;
......
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