Commit 41972ac0 by 黑潮

update: 集团卡id

parent 36495668
......@@ -261,13 +261,13 @@ export default {
}).then(() => {
this.getCliqueGradeList();
this.gradeForm.isClique = 1;
this.gradeForm.gradeId = this.memberInfo.cliqueCardNo;
this.gradeForm.gradeId = this.memberInfo.cliqueGradeId;
this.dilogGradeVisible = true;
})
} else {
this.getCliqueGradeList();
this.gradeForm.isClique = 1;
this.gradeForm.gradeId = this.memberInfo.cliqueCardNo;
this.gradeForm.gradeId = this.memberInfo.cliqueGradeId;
this.dilogGradeVisible = true;
}
},
......
......@@ -133,7 +133,7 @@
<span>商户会员等级</span><span class="ml15 color555">{{ memberInfo.gradeName | fomatText }}</span>
<span class="ml15" @click="handlerGrade"><i class="el-icon-edit pointer"></i></span>
</div>
<div class="wechat-carditem" v-if="showClique">
<div class="wechat-carditem" style="white-space: nowrap" v-if="showClique">
<span>集团会员等级</span><span class="ml15 color555">{{ memberInfo.cliqueGradeName | fomatText }}</span>
<span class="ml15" v-if="showEditClique" @click="handlerCliqueGrade"><i class="el-icon-edit pointer"></i></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