Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
8fe9eb92
Commit
8fe9eb92
authored
Mar 08, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
190d747e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
2 deletions
+27
-2
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+27
-2
No files found.
src/components/sallCenter/templateEdit.vue
View file @
8fe9eb92
...
@@ -298,6 +298,8 @@
...
@@ -298,6 +298,8 @@
@
comDelPlugin=
"comDelPlugin"
:index=
"index"
:dataLeng=
"dataList.length"
></educationteacher>
@
comDelPlugin=
"comDelPlugin"
:index=
"index"
:dataLeng=
"dataList.length"
></educationteacher>
<navPage
v-if=
"item.Id=='nav-page'"
:navData=
"item"
@
getSord=
"getSord"
@
comDelPlugin=
"comDelPlugin"
<navPage
v-if=
"item.Id=='nav-page'"
:navData=
"item"
@
getSord=
"getSord"
@
comDelPlugin=
"comDelPlugin"
:index=
"index"
:dataLeng=
"dataList.length"
></navPage>
: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>
</div>
</div>
</div>
...
@@ -413,7 +415,7 @@
...
@@ -413,7 +415,7 @@
import
reservestore
from
"../sallCenter/plugin/reservestore"
import
reservestore
from
"../sallCenter/plugin/reservestore"
import
storeGoods
from
"../sallCenter/plugin/storeGoods"
import
storeGoods
from
"../sallCenter/plugin/storeGoods"
import
navPage
from
"../sallCenter/plugin/nav-page"
import
navPage
from
"../sallCenter/plugin/nav-page"
import
miaiuser
from
"../sallCenter/plugin/miaiuser"
import
ChooseImg
from
"@/components/global/ChooseImg.vue"
;
import
ChooseImg
from
"@/components/global/ChooseImg.vue"
;
export
default
{
export
default
{
...
@@ -490,7 +492,8 @@
...
@@ -490,7 +492,8 @@
reservestore
,
reservestore
,
storeGoods
,
storeGoods
,
educationteacher
,
educationteacher
,
navPage
navPage
,
miaiuser
},
},
methods
:
{
methods
:
{
//选择图片
//选择图片
...
@@ -1484,6 +1487,28 @@
...
@@ -1484,6 +1487,28 @@
}
}
this
.
dataList
.
push
(
navPageObj
);
this
.
dataList
.
push
(
navPageObj
);
break
;
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
;
}
}
},
},
//给子组件调用 重新排序上移下移
//给子组件调用 重新排序上移下移
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment