xbx #99

Merged
theluyuan merged 3 commits from xbx into master 2020-10-30 07:55:31 +00:00
Showing only changes of commit ad2c85ad3e - Show all commits

View File

@ -52,7 +52,7 @@
<!-- 货币 -->
<a-menu-item v-for="(i,j) in currencylist" :key="j" style="position: relative;">
<div class="selitem" @click="currencychange(i.value)">
<span>{{i.name}} </span>
<span :style="{'color': i.name == userinfo.currency ? '#06C7AE' : ''}">{{i.name}} </span>
<img src="@/static/images/duihao.png" alt="" v-if="i.name == userinfo.currency" class="duihao">
</div>
</a-menu-item>