@@ -140,6 +140,7 @@ export default {
this.nowChoose = list;
},
submit() {
+ console.log(this.cardCaseInfo);
if (this.nowChoose.length === 0) {
this.toast('请选择卡牌');
return;
@@ -0,0 +1,11 @@
+<template>
+ <div>报错</div>
+</template>
+<script>
+export default {
+ data() {
+ return {};
+ }
+};
+</script>
+<style lang="less" scoped></style>