Commit e21c0115 authored by 黄媛媛's avatar 黄媛媛

修改报错

parent a24fa86d
...@@ -194,8 +194,9 @@ ...@@ -194,8 +194,9 @@
<div>¥{{item.Commission}}</div> <div>¥{{item.Commission}}</div>
</div> </div>
</div> </div>
<h3 v-if="dataInfo.VipCommissionInfo.length>0">Vip返利</h3> <h3 v-if="dataInfo.VipCommissionInfo!=undefined && dataInfo.VipCommissionInfo.length>0">Vip返利</h3>
<div v-for="(item,index2) in dataInfo.VipCommissionInfo" :key="index2" v-if="dataInfo.VipCommissionInfo.length>0"> <div v-if="dataInfo.VipCommissionInfo!=undefined && dataInfo.VipCommissionInfo.length>0">
<div v-for="(item,index2) in dataInfo.VipCommissionInfo" :key="index2">
<div class="share-title"> <div class="share-title">
<span>{{item.GradeDescription}}</span> <span>{{item.GradeDescription}}</span>
</div> </div>
...@@ -210,6 +211,8 @@ ...@@ -210,6 +211,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</el-col> </el-col>
</el-row> </el-row>
<el-card style="margin-top:15px" shadow="never"> <el-card style="margin-top:15px" shadow="never">
......
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