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
653780a3
Commit
653780a3
authored
Mar 16, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a495e7f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
miaiuser.vue
src/components/sallCenter/plugin/miaiuser.vue
+6
-0
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+1
-0
No files found.
src/components/sallCenter/plugin/miaiuser.vue
View file @
653780a3
...
...
@@ -424,6 +424,12 @@
<el-radio
v-model=
"data.addUserType"
:label=
"2"
>
按照热度
</el-radio>
<el-radio
v-model=
"data.addUserType"
:label=
"3"
>
按照最新
</el-radio>
</el-form-item>
<el-form-item
label=
"商品添加"
>
<el-radio
v-model=
"data.sexType"
:label=
"0"
>
不限
</el-radio>
<el-radio
v-model=
"data.sexType"
:label=
"1"
>
男神
</el-radio>
<el-radio
v-model=
"data.sexType"
:label=
"2"
>
女神
</el-radio>
</el-form-item>
<el-form-item
v-show=
"data.addUserType == 0"
label=
"人物列表"
>
<draggable
v-model=
"data.list"
class=
"goods-list"
style=
"display:flex;"
>
<div
class=
"goods-item"
v-for=
"(goods,goodsIndex) in data.list"
:key=
"goodsIndex"
>
...
...
src/components/sallCenter/templateEdit.vue
View file @
653780a3
...
...
@@ -1505,6 +1505,7 @@
goodsLength
:
0
,
// 人数数量
listStyle
:
1
,
// 列表样式[-1-列表模式,0-左右滑动,1-一行一个,2-一行两个3-一行三个]
addUserType
:
0
,
// 用户添加方式(0-自定义,1-按照匹配度【规则未确定】,2-按照热度【被浏览数据,被关注数据】,3-按照最新)
sexType
:
0
,
//0-不限,1-男神,2-女神
BrowseRate
:
0
,
// 浏览权重
FollowRate
:
0
,
// 关注权重
backgroundColor
:
''
,
//背景颜色
...
...
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