Commit 8fe9eb92 authored by zhengke's avatar zhengke

修改

parent 190d747e
......@@ -298,6 +298,8 @@
@comDelPlugin="comDelPlugin" :index="index" :dataLeng="dataList.length"></educationteacher>
<navPage v-if="item.Id=='nav-page'" :navData="item" @getSord="getSord" @comDelPlugin="comDelPlugin"
:index="index" :dataLeng="dataList.length"></navPage>
<miaiuser v-if="item.Id=='miaiuser'" :pData="item" @getSord="getSord" @comDelPlugin="comDelPlugin"
:index="index" :dataLeng="dataList.length"></miaiuser>
</div>
</div>
</div>
......@@ -413,7 +415,7 @@
import reservestore from "../sallCenter/plugin/reservestore"
import storeGoods from "../sallCenter/plugin/storeGoods"
import navPage from "../sallCenter/plugin/nav-page"
import miaiuser from "../sallCenter/plugin/miaiuser"
import ChooseImg from "@/components/global/ChooseImg.vue";
export default {
......@@ -490,7 +492,8 @@
reservestore,
storeGoods,
educationteacher,
navPage
navPage,
miaiuser
},
methods: {
//选择图片
......@@ -1484,6 +1487,28 @@
}
this.dataList.push(navPageObj);
break;
//人物插件
case 'miaiuser':
let miaiuserData = {
Id: 'miaiuser',
isCked: false,
data: {
goodsLength:0, // 人数数量
listStyle:1, // 列表样式[-1-列表模式,0-左右滑动,1-一行一个,2-一行两个3-一行三个]
addUserType:0, // 用户添加方式(0-自定义,1-按照匹配度【规则未确定】,2-按照热度【被浏览数据,被关注数据】,3-按照最新)
BrowseRate:0, // 浏览权重
FollowRate:0, // 关注权重
backgroundColor:'', //背景颜色
PaddingTop:0, //上边距
PaddingBottom:0, //下边距
PaddingLeft:0, //左边距
PaddingRight:0, //右边距
SearchFilletPX:0, //搜索匡圆角
list:[] //自定义列表
}
}
this.dataList.push(miaiuserData);
break;
}
},
//给子组件调用 重新排序上移下移
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment