Commit 3800a8e9 by chenyu

update: style

parent e70e1d27
......@@ -32,16 +32,15 @@
<el-descriptions :column="3" labelClassName="info-lebel"
contentClassName="info-content">
<el-descriptions-item label="姓名">
{{member.memberName}}<span
class="gray-font">(昵称:{{member.thirdNickname}}</span>
{{member.memberName||'未知'}}<span
class="gray-font">(昵称:{{member.thirdNickname||'未知'}}</span>
<el-tag type="success" v-if="member.customerType" class="tag">
{{member.customerType|customerTypeFilter}}</el-tag>
<span title="取消关注公众号" v-if="member.status==0" style="margin-right: 6px;">
<icon-svg icon-class="icon-weixinquguan" class="status-icon" />
</span><i :title="member.status==1?'已关注公众号':'未关注公众号'" v-if="member.status==1"
class="iconfont status-icon icon-weixin1 follow"></i><i
title="已使用小程序" v-if="member.wxStatus==1"
class="iconfont status-icon icon-xiaochengxu1"></i>
class="iconfont status-icon icon-weixin1 follow"></i><i title="已使用小程序"
v-if="member.wxStatus==1" class="iconfont status-icon icon-xiaochengxu1"></i>
</el-descriptions-item>
<el-descriptions-item label="性别">{{member.memberGender|genderFilter}}
</el-descriptions-item>
......
......@@ -223,6 +223,8 @@ export default {
...mapState(["showEditClique"])
},
created() {
const rightWrap = document.querySelector(".right-maincontainer");
rightWrap.scrollTo(0, 0);
this.$store.commit("mutations-slide", true);
this.memberId = this.$route.query.memberId;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment