|
@@ -62,7 +62,7 @@
|
|
const activeCollapse = ref('');
|
|
const activeCollapse = ref('');
|
|
const Message = MESSAGE_BEFORE_PAY;
|
|
const Message = MESSAGE_BEFORE_PAY;
|
|
const youkeDialogRef = ref(null);
|
|
const youkeDialogRef = ref(null);
|
|
-
|
|
|
|
|
|
+
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
list: {
|
|
list: {
|
|
type: Array,
|
|
type: Array,
|
|
@@ -82,12 +82,6 @@
|
|
handleShow();
|
|
handleShow();
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
- * @param([]) 章节赋值
|
|
|
|
- */
|
|
|
|
- function refreshCatalogue(data) {
|
|
|
|
- list.value = data;
|
|
|
|
- }
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* @summary 展示目录弹窗
|
|
* @summary 展示目录弹窗
|