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
deea9fa9
Commit
deea9fa9
authored
Aug 31, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
82d7d1e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
tradeCustom.vue
src/components/sallCenter/plugin/tradeCustom.vue
+8
-0
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+3
-1
No files found.
src/components/sallCenter/plugin/tradeCustom.vue
View file @
deea9fa9
...
...
@@ -266,6 +266,14 @@
<el-form-item
label=
"自定义数量"
>
<el-input
size=
"small"
v-model
.
number=
"data.goodsLength"
type=
"number"
></el-input>
</el-form-item>
<el-form-item
label=
"类型"
>
<el-radio
v-model=
"data.goodType"
:label=
"1"
>
载体
</el-radio>
<el-radio
v-model=
"data.goodType"
:label=
"2"
>
品牌
</el-radio>
</el-form-item>
<el-form-item
label=
"添加类型"
>
<el-radio
v-model=
"data.addGoodsType"
:label=
"0"
>
自动添加
</el-radio>
<el-radio
v-model=
"data.addGoodsType"
:label=
"1"
>
手动添加
</el-radio>
</el-form-item>
<el-form-item
label=
"自定义列表"
>
<div
flex=
"dir:top"
>
<div
class=
"education-edit-item"
v-for=
"(item,index) in data.list"
:key=
"index"
>
...
...
src/components/sallCenter/templateEdit.vue
View file @
deea9fa9
...
...
@@ -445,7 +445,7 @@
import
miaiactivityCustom
from
"../sallCenter/plugin/miaiactivityCustom"
;
import
ChooseImg
from
"@/components/global/ChooseImg.vue"
;
import
Posts
from
"./plugin/posts.vue"
;
//贴子插件
import
tradeCustom
from
"./plugin/tradeCustom.vue"
//自定义首店
import
tradeCustom
from
"./plugin/tradeCustom.vue"
//自定义首店
export
default
{
data
()
{
return
{
...
...
@@ -1442,6 +1442,8 @@
isCked
:
false
,
data
:
{
goodsLength
:
10
,
//商品数量
goodType
:
1
,
// 类型(1-载体,2-品牌)
addGoodsType
:
1
,
//添加方式【0-自动添加,1-手动添加】
listStyle
:
-
1
,
//列表样式[-1-列表模式,0-左右滑动,1-一行一个,2-一行两个3-一行三个]
backgroundColor
:
"#fff"
,
//背景颜色
PaddingTop
:
0
,
//上边距
...
...
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