|
@@ -906,6 +906,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <Collection-box></Collection-box>
|
|
|
</div>
|
|
|
<div class="right-box">
|
|
|
<div class="right-box__header">
|
|
@@ -983,6 +984,7 @@
|
|
|
import Footer from "@/components/footer/index";
|
|
|
import Header from "@/components/header/index";
|
|
|
import ToolBar from "@/components/toolbar/index";
|
|
|
+import CollectionBox from "@/components/common/CollectionBox.vue";
|
|
|
import { mapMutations } from "vuex";
|
|
|
export default {
|
|
|
name: "BankExplain",
|
|
@@ -990,6 +992,7 @@ export default {
|
|
|
Footer,
|
|
|
Header,
|
|
|
ToolBar,
|
|
|
+ CollectionBox,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|