1.
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
<image class="arrow" src="/static/icon/mine/basicInfo/downArrow.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</picker>
|
||||
<view class="section">个人简介</view>
|
||||
<!-- <view class="section">个人简介</view>
|
||||
<view class="textareaC">
|
||||
<textarea v-model="profile" placeholder="简单介绍一下自己吧" placeholder-style="color:#AAA"></textarea>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="bottomC fixed flex">
|
||||
<view class="finish btn" @click="clickFinishOrNext(0)">完成</view>
|
||||
@@ -135,14 +135,14 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if(!this.profile)
|
||||
{
|
||||
uni.showToast({
|
||||
title:'请输入个人简介',
|
||||
icon:'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
// if(!this.profile)
|
||||
// {
|
||||
// uni.showToast({
|
||||
// title:'请输入个人简介',
|
||||
// icon:'none'
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
if(this.avatar)
|
||||
{
|
||||
//如果选择了新头像
|
||||
|
||||
Reference in New Issue
Block a user