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
a953ff75
Commit
a953ff75
authored
Mar 26, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
相亲海报
parent
3e8f5437
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
991 additions
and
3 deletions
+991
-3
blindDatebill.vue
src/components/StoreDesign/blindDatebill.vue
+982
-0
miaiuser.vue
src/components/sallCenter/plugin/miaiuser.vue
+3
-3
index.js
src/router/index.js
+6
-0
No files found.
src/components/StoreDesign/blindDatebill.vue
0 → 100644
View file @
a953ff75
This diff is collapsed.
Click to expand it.
src/components/sallCenter/plugin/miaiuser.vue
View file @
a953ff75
...
...
@@ -456,9 +456,9 @@
<el-form-item
label=
"列表样式"
>
<el-radio
v-model=
"data.listStyle"
:label=
"-1"
>
列表模式
</el-radio>
<el-radio
v-model=
"data.listStyle"
:label=
"0"
>
左右滑动
</el-radio>
<el-radio
v-model=
"data.listStyle"
:label=
"1"
>
一行一个
</el-radio>
<el-radio
v-model=
"data.listStyle"
:label=
"2"
>
一行两个
</el-radio
>
<el-radio
v-model=
"data.listStyle"
:label=
"3"
>
一行三个
</el-radio
>
<el-radio
v-model=
"data.listStyle"
:label=
"1"
>
瀑布流
</el-radio>
<!-- <el-radio v-model="data.listStyle" :label="2">一行两个</el-radio>--
>
<!-- <el-radio v-model="data.listStyle" :label="3">一行三个</el-radio>--
>
</el-form-item>
<el-form-item
label=
"背景颜色"
>
<el-color-picker
v-model=
"data.backgroundColor"
></el-color-picker>
...
...
src/router/index.js
View file @
a953ff75
...
...
@@ -1280,6 +1280,12 @@ export default new Router({
name
:
'customPoster'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/customPoster'
],
resolve
),
},
//店铺管理 相亲海报
{
path
:
'/blindDatebill'
,
name
:
'blindDatebill'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/blindDatebill'
],
resolve
),
},
//店铺管理 校园海报
{
path
:
'/schoolPoster'
,
...
...
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