|  |  | 
 |  |  |                <view class="info-box-head" > | 
 |  |  |                   <view class="info-box-head-image" @click="jump(isLogin?1:5)"> | 
 |  |  |                      <image v-if="userInfo.fullCoverImage&&userInfo.fullCoverImage !=''" :src="userInfo.fullCoverImage" mode="widthFix"></image> | 
 |  |  |                      <image v-else src="/static/logo.png" mode="widthFix"></image> | 
 |  |  |                      <image v-else src="/static/icon/img@2x.png" mode="widthFix"></image> | 
 |  |  |                   </view> | 
 |  |  |                   <view class="info-box-head-info" v-if="isLogin"> | 
 |  |  |                      <view class="info-box-head-info-name"  @click="jump(1)">{{userInfo.nickName||'匿名'}}</view> | 
 |  |  | 
 |  |  |                 console.log(222,res) | 
 |  |  |                if(res.code ===200){ | 
 |  |  |                   that.userInfo.useIdentity = param.useIdentity | 
 |  |  |                   that.$store.commit('setUserInfo', that.userInfo) | 
 |  |  |                   uni.$emit('refresh') | 
 |  |  |                }  | 
 |  |  |             }).finally(() => { |