Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
b87cebf1
Commit
b87cebf1
authored
Aug 10, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
2c0539ac
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
77 deletions
+34
-77
index.html
index.html
+1
-1
add-customize-app.vue
src/components/set/add-customize-app.vue
+2
-2
app-set.vue
src/components/set/app-set.vue
+2
-2
apps-edit.vue
src/components/set/apps-edit.vue
+1
-1
video-edit.vue
src/components/set/video-edit.vue
+2
-2
web-edit.vue
src/components/set/web-edit.vue
+1
-1
list.vue
...sleads/actCodeManage/attractFlowLink/landingPage/list.vue
+25
-68
No files found.
index.html
View file @
b87cebf1
...
...
@@ -29,7 +29,7 @@
(
function
()
{
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'
gicdev.demogic
.com'
:
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'
www.gicdev
.com'
:
host
;
document
.
write
(
'<script src="//'
+
host
+
src
+
'"><
\
/script>'
)
})()
</script>
...
...
src/components/set/add-customize-app.vue
View file @
b87cebf1
...
...
@@ -29,8 +29,8 @@
<el-form-item
label=
"标题"
prop=
"title"
>
<el-input
show-word-limit
placeholder=
"请输入标题"
type=
"text"
v-model=
"ruleForm.title"
maxlength=
"80"
></el-input>
</el-form-item>
<el-form-item
label=
"
封面"
prop=
"pic"
>
<single-upload
uploadType=
"1"
:imgSrc
.
sync=
"ruleForm.imageUrl"
:field=
"''"
class=
"app-set"
:uploadLimit=
"20"
>
</single-upload>
<el-form-item
label=
"封面"
prop=
"pic"
>
<single-upload
uploadType=
"1"
:imgSrc
.
sync=
"ruleForm.imageUrl"
:field=
"''"
class=
"app-set"
>
</single-upload>
<p
style=
"margin-top: 9px;font-size: 12px;color: #909399;line-height: 17px;"
>
建议尺寸520*416,支持png、jpg、jpeg格式
</p>
</el-form-item>
</el-form>
...
...
src/components/set/app-set.vue
View file @
b87cebf1
...
...
@@ -28,8 +28,8 @@
<el-form-item
label=
"标题:"
prop=
"title"
>
<el-input
show-word-limit
placeholder=
"请输入标题"
type=
"text"
v-model=
"ruleForm.title"
maxlength=
"80"
></el-input>
</el-form-item>
<el-form-item
label=
"
封面:"
prop=
"pic"
>
<single-upload
uploadType=
"1"
:imgSrc
.
sync=
"ruleForm.imageUrl"
:field=
"''"
class=
"app-set"
:uploadLimit=
"20"
>
</single-upload>
<el-form-item
label=
"封面:"
prop=
"pic"
>
<single-upload
uploadType=
"1"
:imgSrc
.
sync=
"ruleForm.imageUrl"
:field=
"''"
class=
"app-set"
>
</single-upload>
<p
style=
"margin-top: 9px;font-size: 12px;color: #909399;line-height: 17px;"
>
建议尺寸520*416,支持png、jpg、jpeg格式
</p>
</el-form-item>
</el-form>
...
...
src/components/set/apps-edit.vue
View file @
b87cebf1
...
...
@@ -29,7 +29,7 @@
<limitInput
:inputWidth=
"440"
:inputValue
.
sync=
"ruleForm.link"
:holder=
"'请输入页面路径'"
:getByType=
"'word'"
:maxLength=
"100"
>
</limitInput>
</el-form-item>
<el-form-item
label=
"封面"
prop=
"imgUrl"
>
<single-upload
uploadType=
"4"
:uploadLimit=
"1
"
:imgSrc
.
sync=
"ruleForm.imgUrl"
>
</single-upload>
<single-upload
uploadType=
"4"
uploadLimit=
"1/MB
"
:imgSrc
.
sync=
"ruleForm.imgUrl"
>
</single-upload>
</el-form-item>
</el-form>
</div>
...
...
src/components/set/video-edit.vue
View file @
b87cebf1
...
...
@@ -18,10 +18,10 @@
<limitInput
:inputWidth=
"440"
:inputValue
.
sync=
"ruleForm.materialTitle"
:holder=
"'请输入视频标题'"
:getByType=
"'word'"
:maxLength=
"20"
>
</limitInput>
</el-form-item>
<el-form-item
label=
"封面"
prop=
"imgUrl"
>
<single-upload
uploadType=
"2"
:uploadLimit=
"1
"
:imgSrc
.
sync=
"ruleForm.imgUrl"
>
</single-upload>
<single-upload
uploadType=
"2"
uploadLimit=
"1/MB
"
:imgSrc
.
sync=
"ruleForm.imgUrl"
>
</single-upload>
</el-form-item>
<el-form-item
label=
"视频"
prop=
"link"
>
<single-upload
uploadType=
"3"
:uploadLimit=
"10
"
:videoSrc
.
sync=
"ruleForm.link"
>
</single-upload>
<single-upload
uploadType=
"3"
uploadLimit=
"10/MB
"
:videoSrc
.
sync=
"ruleForm.link"
>
</single-upload>
</el-form-item>
</el-form>
</div>
...
...
src/components/set/web-edit.vue
View file @
b87cebf1
...
...
@@ -24,7 +24,7 @@
<limitInput
:inputWidth=
"440"
:inputValue
.
sync=
"ruleForm.materialDesc"
:holder=
"'请输入网页摘要'"
:getByType=
"'word'"
:maxLength=
"100"
>
</limitInput>
</el-form-item>
<el-form-item
label=
"封面"
prop=
"imgUrl"
>
<single-upload
uploadType=
"2"
:uploadLimit=
"1
"
:imgSrc
.
sync=
"ruleForm.imgUrl"
>
</single-upload>
<single-upload
uploadType=
"2"
uploadLimit=
"1/MB
"
:imgSrc
.
sync=
"ruleForm.imgUrl"
>
</single-upload>
</el-form-item>
</el-form>
</div>
...
...
src/views/salesleads/actCodeManage/attractFlowLink/landingPage/list.vue
View file @
b87cebf1
...
...
@@ -11,9 +11,17 @@
<div
class=
"tips m-b-16"
>
二维码只是样式预览效果,请勿直接使用
</div>
<div
class=
"card-content"
v-loading=
"loading"
>
<div
v-loading=
"loading"
>
<div
class=
"card-content"
v-if=
"list && list.length"
>
<card-view
:content=
"item"
v-for=
"item in list"
:key=
"item.pageId"
@
relationDetail=
"relationDetail(item)"
@
deleteTemp=
"deleteTemp(item)"
@
editTemp=
"editTemp(item)"
/>
</div>
<div
v-else
class=
"chart--nodata"
>
<div>
<img
class=
"image-120"
src=
"@/assets/no-data.svg"
/>
<p
class=
"font-14 color-606266 no-data-text"
>
暂无数据
</p>
</div>
</div>
</div>
<relation-dialog
:dialogVisible
.
sync=
"dialogVisible"
:pageId=
"pageId"
@
goLinkDetail=
"goLinkDetail"
/>
<div
class=
"text-right"
v-if=
"list.length != 0"
>
<el-pagination
background
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:page-size
.
sync=
"form.pageSize"
:current-page
.
sync=
"form.pageNum"
layout=
"total, sizes, prev, pager, next, jumper"
:page-sizes=
"[20, 40, 60, 80]"
:total=
"total"
>
</el-pagination>
...
...
@@ -39,73 +47,7 @@ export default {
total
:
0
,
pageId
:
''
,
dialogVisible
:
false
,
list
:
[
{
pageName
:
'模板名称模板名称模板名称模板名称模板'
,
pageCode
:
'MB01123456789012300001'
,
pageId
:
'1'
,
pageTitle
:
'页面页面页面页面标题'
,
merchantName
:
'商户名称商户名称商户名称商户名称商户名称'
,
merchantPhoneNumber
:
'0571-1234567'
,
merchantLogo
:
'https://pic01-10001430.image.myqcloud.com/d4b383df-8eb1-49d6-9c84-8e3e36958464'
,
pageBackgroudImg
:
'https://pic01-10001430.image.myqcloud.com/b91f73af-43e4-4733-a4d3-0ab0bcb4ce7f'
,
guideComment
:
'长按保存图片并识别二长按保存图片并识别二长按保存图片并识别二长按保存图片并识别二长按保存图片并识别二'
,
createorName
:
'艾蜜雪管理员'
,
createTime
:
1657257986000
},
{
pageName
:
'模板名称模板名称模板名称模板名称模板'
,
pageCode
:
'MB01123456789012300001'
,
pageId
:
'2'
,
pageTitle
:
'页面标题2'
,
merchantName
:
'商户名称'
,
merchantPhoneNumber
:
'0571-1234567'
,
merchantLogo
:
'https://pic01-10001430.image.myqcloud.com/d4b383df-8eb1-49d6-9c84-8e3e36958464'
,
pageBackgroudImg
:
''
,
guideComment
:
'长按识别二维码添加您的专属导购'
,
createorName
:
'艾蜜雪管理员'
,
createTime
:
1657257986000
},
{
pageName
:
'模板名称模板名称模板名称模板名称模板'
,
pageCode
:
'MB01123456789012300001'
,
pageId
:
'3'
,
pageTitle
:
'页面标题3'
,
merchantName
:
'商户名称'
,
merchantPhoneNumber
:
'0571-1234567'
,
merchantLogo
:
'https://pic01-10001430.image.myqcloud.com/d4b383df-8eb1-49d6-9c84-8e3e36958464'
,
pageBackgroudImg
:
'https://pic01-10001430.image.myqcloud.com/b91f73af-43e4-4733-a4d3-0ab0bcb4ce7f'
,
guideComment
:
'长按识别二维码添加您的专属导购'
,
createorName
:
'艾蜜雪管理员'
,
createTime
:
1657257986000
},
{
pageName
:
'模板名称模板名称模板名称模板名称模板'
,
pageCode
:
'MB01123456789012300001'
,
pageId
:
'4'
,
pageTitle
:
'页面标题4'
,
merchantName
:
'商户名称'
,
merchantPhoneNumber
:
'0571-1234567'
,
merchantLogo
:
'https://pic01-10001430.image.myqcloud.com/d4b383df-8eb1-49d6-9c84-8e3e36958464'
,
pageBackgroudImg
:
'https://pic01-10001430.image.myqcloud.com/b91f73af-43e4-4733-a4d3-0ab0bcb4ce7f'
,
guideComment
:
'长按识别二维码添加您的专属导购'
,
createorName
:
'艾蜜雪管理员'
,
createTime
:
1657257986000
},
{
pageName
:
'模板名称模板名称模板名称模板名称模板'
,
pageCode
:
'MB01123456789012300001'
,
pageId
:
'5'
,
pageTitle
:
'页面标题5'
,
merchantName
:
'商户名称'
,
merchantPhoneNumber
:
'0571-1234567'
,
merchantLogo
:
'https://pic01-10001430.image.myqcloud.com/d4b383df-8eb1-49d6-9c84-8e3e36958464'
,
pageBackgroudImg
:
'https://pic01-10001430.image.myqcloud.com/b91f73af-43e4-4733-a4d3-0ab0bcb4ce7f'
,
guideComment
:
'长按识别二维码添加您的专属导购'
,
createorName
:
'艾蜜雪管理员'
,
createTime
:
1657257986000
}
]
list
:
[]
};
},
components
:
{
...
...
@@ -207,4 +149,19 @@ export default {
flex-wrap
:
wrap
;
gap
:
20px
;
}
.chart--nodata
{
height
:
359px
;
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
.image-120
{
width
:
120px
;
height
:
120px
;
padding-top
:
60px
;
}
.no-data-text
{
text-align
:
center
;
padding-top
:
18px
;
}
}
</
style
>
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