Commit a04f69d5 by crushh

update: 会员详情标签样式调整

parent cac0a829
......@@ -270,9 +270,9 @@
</div>
<div class="tag-list-content">
<div class="member-tag-list">
<span class="member-tag-title">金字塔分层: </span> <span class="member-tag-item">{{ memberGradeGroup.groupName}}</span>
<span class="member-tag-title">金字塔分层: </span> <span class="member-tag-item" v-show=" memberGradeGroup.groupName">{{ memberGradeGroup.groupName}}</span>
</div>
<div class="member-tag-list">
<div class="member-tag-list" v-show="memberTagGroupList.length">
<span class="member-tag-title">会员分组: </span>
<span class="member-tag-item" v-for="(item, index) in memberTagGroupList" :key="index">{{ item.groupName }}</span>
</div>
......
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