Commit 2eea484d authored by 黄奎's avatar 黄奎

页面修改

parent 39ac1601
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
</div> </div>
<div :style="cGoodsItemInfoStyle"> <div :style="cGoodsItemInfoStyle">
<div class="goods-name" :class="data.listStyle===-1?'goods-name-static':''"> <div class="goods-name" :class="data.listStyle===-1?'goods-name-static':''">
<template >{{goods.name}}</template> <template>{{goods.name}}</template>
</div> </div>
<div flex="box:last"> <div flex="box:last">
<div style="text-align: center"> <div style="text-align: center">
...@@ -314,12 +314,15 @@ ...@@ -314,12 +314,15 @@
</template> </template>
</div> </div>
</div> </div>
<div style="text-align: center;font-size:12px" v-if='goods.lableNameList.length>0'> <template v-if="goods.lableNameList">
<span v-for="(gitem,gindex) in goods.lableNameList" :key="gindex">{{gitem}}{{goods.lableNameList.length==gindex+1?'':','}}</span> <div style="text-align: center;font-size:12px" v-if='goods.lableNameList.length>0'>
</div> <span v-for="(gitem,gindex) in goods.lableNameList"
<div style="text-align: center;font-size:12px" v-if='goods.lableNameList.length==0'> :key="gindex">{{gitem}}{{goods.lableNameList.length==gindex+1?'':','}}</span>
<template >教育</template> </div>
</div> <div style="text-align: center;font-size:12px" v-if='goods.lableNameList.length==0'>
<template>教育</template>
</div>
</template>
</div> </div>
</div> </div>
</div> </div>
...@@ -510,8 +513,7 @@ ...@@ -510,8 +513,7 @@
}); });
}); });
} }
if (this.comIndex !== null) { if (this.comIndex !== null) {} else {
} else {
this.data.TeacherList = this.data.TeacherList.concat(myArray); this.data.TeacherList = this.data.TeacherList.concat(myArray);
} }
this.isShowGoods = false; this.isShowGoods = false;
......
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