|
|
|
|
@ -39,8 +39,8 @@
|
|
|
|
|
</i>
|
|
|
|
|
<input type="file" ref="updateicon" @change="filepick($event)" style="display: none" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="username" v-if="userinfo.userName">Hi,{{ userinfo.userName }}</div>
|
|
|
|
|
<div class="username" v-else>Hi,{{ userinfo.hidetel }}</div>
|
|
|
|
|
<div class="username g_fs_14" v-if="userinfo.userName">Hi,{{ userinfo.userName }}</div>
|
|
|
|
|
<div class="username g_fs_14" v-else>Hi,{{ userinfo.hidetel }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="priceinfo">
|
|
|
|
|
<ul style="display: none">
|
|
|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<ul style="margin: 0 auto;width: 288px;">
|
|
|
|
|
<li @click="pushto('/accountsetting/boundtel')" :class="{ tagactive: activelist === 1 }">
|
|
|
|
|
<span>
|
|
|
|
|
<span class="g_fs_14">
|
|
|
|
|
<i class="iconfont icon-gerenzhongxin-bangdingshouji"></i>绑定手机
|
|
|
|
|
</span>
|
|
|
|
|
<span>
|
|
|
|
|
@ -84,7 +84,7 @@
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li @click="pushto('/accountsetting/boundwx')" :class="{ tagactive: activelist === 2 }">
|
|
|
|
|
<span>
|
|
|
|
|
<span class="g_fs_14">
|
|
|
|
|
<i class="iconfont icon-weixin1"></i>打开小程序
|
|
|
|
|
</span>
|
|
|
|
|
<span>
|
|
|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li @click="pushto('/accountsetting/loginpsw')" :class="{ tagactive: activelist === 0 }">
|
|
|
|
|
<span>
|
|
|
|
|
<span class="g_fs_14">
|
|
|
|
|
<i class="iconfont icon-gerenzhongxin-mima"></i>登录密码
|
|
|
|
|
</span>
|
|
|
|
|
<span>
|
|
|
|
|
@ -642,7 +642,7 @@ export default {
|
|
|
|
|
// background-color: #f3f4f4;
|
|
|
|
|
// }
|
|
|
|
|
> span:first-child {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
i {
|
|
|
|
|
|