xuqiang 4 yıl önce
ebeveyn
işleme
ad74d9bc26

+ 1 - 0
src/components/CardCase.vue

@@ -140,6 +140,7 @@ export default {
             this.nowChoose = list;
         },
         submit() {
+            console.log(this.cardCaseInfo);
             if (this.nowChoose.length === 0) {
                 this.toast('请选择卡牌');
                 return;

+ 0 - 0
src/pages/store/administration.vue


+ 11 - 0
src/pages/store/liveProduct.vue

@@ -0,0 +1,11 @@
+<template>
+    <div>报错</div>
+</template>
+<script>
+export default {
+    data() {
+        return {};
+    }
+};
+</script>
+<style lang="less" scoped></style>