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