## 去掉值树和直推排行;
This commit is contained in:
parent
a12579e416
commit
5c9a9f9e09
|
@ -181,17 +181,20 @@
|
|||
ref="child"
|
||||
:publishLocationIndex="10"
|
||||
></notice-popup>
|
||||
<!-- 植树弹窗 -->
|
||||
<!-- 植树弹窗
|
||||
<getTree ref="tree"></getTree>
|
||||
-->
|
||||
<!-- 站内信弹窗 -->
|
||||
<znNewsPopup
|
||||
ref="child2"
|
||||
@childMethodTrigger="callChildMethod"
|
||||
></znNewsPopup>
|
||||
<!-- 直推排行弹窗 -->
|
||||
<!-- 直推排行弹窗
|
||||
<directrank-popup
|
||||
@callznMethodTrigger="callznMethod"
|
||||
></directrank-popup>
|
||||
-->
|
||||
|
||||
<u-modal
|
||||
:show="promptFlag"
|
||||
title="提示"
|
||||
|
@ -218,14 +221,14 @@ import clTabbar from "@/components/cl-tabbar.vue";
|
|||
import noticePopup from "@/components/noticePopup.vue";
|
||||
import getTree from "@/components/getTree.vue";
|
||||
import znNewsPopup from "@/components/znNewsPopup.vue";
|
||||
import directrankPopup from "@/components/directrankPopup.vue";
|
||||
// import directrankPopup from "@/components/directrankPopup.vue";
|
||||
export default {
|
||||
components: {
|
||||
noticePopup,
|
||||
znNewsPopup,
|
||||
"cl-tabbar": clTabbar,
|
||||
getTree,
|
||||
directrankPopup,
|
||||
// directrankPopup,
|
||||
},
|
||||
filters: {
|
||||
seles(value) {
|
||||
|
|
Loading…
Reference in New Issue