ios充值异常订单管理
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
<template slot-scope="scopeChild">
|
||||
<el-button
|
||||
type="text"
|
||||
@click="deleteMESelectePro(scope.$index,scopeChild.$index)"
|
||||
@click="deleteMECoupon(scope.$index,scopeChild.$index)"
|
||||
size="mini"
|
||||
>删除</el-button
|
||||
>
|
||||
@@ -413,7 +413,7 @@
|
||||
type="text"
|
||||
plain
|
||||
@click="selectZPro(-1,'zhuce')"
|
||||
>选择商品 - 注册</span
|
||||
>选择商品</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
@@ -759,6 +759,9 @@ export default {
|
||||
this.getActivityOprateType();
|
||||
});
|
||||
},
|
||||
deleteMECoupon(index, rowindex) {
|
||||
this.dataForm.activedContent.chongZList[index].gift.couponlist.splice(rowindex,1)
|
||||
},
|
||||
deleteZhuCeSelectePro(index) {
|
||||
this.dataForm.activedContent.registerObj.zProductsList.splice(index, 1)
|
||||
},
|
||||
@@ -820,7 +823,7 @@ export default {
|
||||
}
|
||||
},
|
||||
deleteMESelectePro(index,rowindex){ // 删除满额赠的商品
|
||||
console.log(index, rowindex)
|
||||
// console.log(index, rowindex)
|
||||
this.dataForm.activedContent.chongZList[index].gift.Productslist.splice(rowindex,1)
|
||||
},
|
||||
zengpinTypeChange() {
|
||||
|
||||
Reference in New Issue
Block a user