|
|
|
@ -101,7 +101,7 @@ |
|
|
|
<text class="label">地址管理</text> |
|
|
|
</view> |
|
|
|
<view class="icon-item" @click="cancelAccount"> |
|
|
|
<image class="icon" src="/static/imgs/mine/enterprise-icon.png"></image> |
|
|
|
<image class="icon" src="/static/imgs/mine/cancel-account-icon.png"></image> |
|
|
|
<text class="label">账号注销</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -232,8 +232,6 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
userInfo() { |
|
|
|
console.log('userInfo:', this.$store.state.userInfo) |
|
|
|
console.log('companyInfo:', this.$store.state.companyInfo) |
|
|
|
return { |
|
|
|
avatar: this.$store.state.userInfo.avatar || '', |
|
|
|
name: this.$store.state.userInfo.name || this.$store.state.userInfo.mobile || '', |
|
|
|
|