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

页面修改

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