| | |
| | | @click="gotoPage(url, title)" |
| | | > |
| | | <span v-if="title !== 'zhanghu'">{{ t(`message.user.${title}`) }}</span> |
| | | <div v-if="title == 'zhanghu'" style="display: flex;align-items: center;float: left;"> |
| | | <div |
| | | v-if="title == 'zhanghu'" |
| | | style="display: flex; align-items: center; float: left" |
| | | > |
| | | <img |
| | | class="xianhuo-img" |
| | | src="@/assets/forexImages/avatar-e57e8e09.png" |
| | |
| | | :key="i" |
| | | > |
| | | <div v-if="isRight"> |
| | | <img :src="item.iconPath" class="dropdown-item-right-icon" /> |
| | | <!-- <img :src="item.iconPath" class="dropdown-item-right-icon" /> --> |
| | | <p class="dropdown-item-title"> |
| | | {{ t(`message.user.${item.title}`) }} |
| | | </p> |
| | | </div> |
| | | <div v-else> |
| | | <img :src="item.iconPath" class="dropdown-item-icon" /> |
| | | <!-- <img :src="item.iconPath" class="dropdown-item-icon" /> --> |
| | | <p class="dropdown-item-title"> |
| | | {{ t(`message.home.${item.title}`) }} |
| | | </p> |