<button class="btn btn--m" id="btnModalConfirm" @click="delConfirm($index)">Yes</button>
delConfirm:function (index) {
this.productList.splice(index, 1);
this.delFlag=false;
}
直接这样就可以了
delConfirm:function (index) {
this.productList.splice(index, 1);
this.delFlag=false;
}
直接这样就可以了
2018-01-04
<script>
alert("hello,world!");
</script>
alert("hello,world!");
</script>
2018-01-03