Commit d1f82a41 authored by zhengke's avatar zhengke

修改

parent 2178873f
......@@ -291,8 +291,8 @@
<template>{{goods.name}}</template>
</div>
<div flex="box:last">
<div class="goods-price">
<!-- <template>¥{{goods.price}}</template> -->
<div class="goods-price" style="color:#000;">
<span v-for="(sItem,sIndex) in goods.lableNameList" :key="sIndex">{{sItem}}</span>
</div>
<div>
<template v-if="cShowBuyBtn">
......@@ -381,7 +381,7 @@
<ChooseImg @SelectId="SelectId"></ChooseImg>
</el-dialog>
<!-- 选择商品 -->
<el-dialog title="选择资讯" :visible.sync="isShowGoods" width="800px">
<el-dialog title="选择活动" :visible.sync="isShowGoods" width="800px">
<choiceActive ref="choiceActive"></choiceActive>
<span slot="footer" class="dialog-footer">
<el-button size="small" @click="isShowGoods=false">取 消</el-button>
......@@ -439,7 +439,7 @@
} else {
const defaultGoodsItem = {
id: 0,
name: '资讯名称',
name: '活动名称',
picUrl: '',
price: '100.00',
};
......
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