+
+
@@ -362,11 +375,18 @@
bottoms: [],
blacklist: 0,
button: { title: '' },
- signBespeak: { status: 0, title: '', content: '', itemId: 0 },
+ signBespeak: {
+ status: 0,
+ title: '',
+ content: '',
+ itemId: 0,
+ payItemId: ''
+ },
barrage: { color: 0, title: '' }
};
return {
goodsList: [],
+ payGoodsLists: [],
editVersion: false,
editoption: {
height: 300,
@@ -448,6 +468,17 @@
.catch((e) => {
this.$message.error(e.message);
});
+ listGoods({
+ activityId: this.form.activityId,
+ price: 0,
+ price_type: 'gt'
+ })
+ .then((list) => {
+ this.payGoodsLists = list;
+ })
+ .catch((e) => {
+ this.$message.error(e.message);
+ });
},
/* 添加海报描述 */
addShareTitle() {