Commit 7e72e7c2 authored by zhengke's avatar zhengke

修改

parent 3236b10d
......@@ -328,7 +328,8 @@
<!-- 粉象返佣提示框 -->
<el-dialog title="提示" :visible.sync="fxDialog" width="500px">
<p v-if="hpUserInfo.Status==1" style="margin-left: 59px;">上级
<span style="margin-left: 9px;">{{hpUserInfo.UserName}}({{hpUserInfo.HPGradeName}})</span>
<span style="margin-left: 9px;" v-if="fxEnabled==1">{{hpUserInfo.UserName}}({{hpUserInfo.FXGradeName}})</span>
<span style="margin-left: 9px;" v-else>{{hpUserInfo.UserName}}({{hpUserInfo.HPGradeName}})</span>
</p>
<p class="cred" v-if="hpUserInfo.Status==2">需上级用户先分配分销等级</p>
<p class="cred" v-if="hpUserInfo.Status==3">需上级用户先成为分销商</p>
......
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