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)
|
||||
{
|
||||
//如果选择了新头像
|
||||
|
||||
@@ -39,10 +39,10 @@
|
||||
<image class="icon" src="/static/icon/home/browser.png" mode="widthFix"></image>
|
||||
<text>{{item.view_count}}</text>
|
||||
</view>
|
||||
<view class="toolItem flex">
|
||||
<!-- <view class="toolItem flex">
|
||||
<image class="icon" src="/static/icon/home/comment.png" mode="widthFix"></image>
|
||||
<text>{{item.comment_count}}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="toolItem flex" @click.stop="clickFollowEvent(item.event_id,index)">
|
||||
<image class="icon" src="/static/icon/home/collect_s.png" mode="widthFix"></image>
|
||||
<text>{{item.follower_count}}</text>
|
||||
|
||||
Reference in New Issue
Block a user