Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
e1785431
Commit
e1785431
authored
Jun 30, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业信息
parent
7ebe70c9
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
229 additions
and
10 deletions
+229
-10
index.html
public/index.html
+1
-0
wx_qr_code.png
src/assets/home_images/wx_qr_code.png
+0
-0
wxgz.jpg
src/assets/home_images/wxgz.jpg
+0
-0
floatBtn.vue
src/views/homepage/components/floatBtn.vue
+3
-3
floatInquiryView.vue
src/views/homepage/components/floatInquiryView.vue
+1
-1
buyInfo.vue
src/views/homepage/publish/buyInfo.vue
+9
-0
otherInfo.vue
src/views/homepage/publish/otherInfo.vue
+9
-0
supplyInfo.vue
src/views/homepage/publish/supplyInfo.vue
+9
-0
details.vue
src/views/homepage/supplier/details.vue
+197
-6
No files found.
public/index.html
View file @
e1785431
...
...
@@ -7,6 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title><
%=
webpackConfig
.
name
%
></title>
<script
type=
"text/javascript"
src=
"https://api.map.baidu.com/api?v=1.0&type=webgl&ak=686ljhxEzzmQTsn2nYUnngIYKZfLTVsm"
></script>
</head>
<body>
<div
id=
"app"
></div>
...
...
src/assets/home_images/wx_qr_code.png
0 → 100644
View file @
e1785431
53.5 KB
src/assets/home_images/wxgz.jpg
deleted
100644 → 0
View file @
7ebe70c9
17.5 KB
src/views/homepage/components/floatBtn.vue
View file @
e1785431
...
...
@@ -12,7 +12,7 @@
<div
class=
"line-s"
/>
<div
class=
"fixed-contact-popover"
style=
"top: 20px"
>
<div
class=
"fixed-contact-popover-img"
>
<img
src=
"@/assets/home_images/wx
gz.jp
g"
>
<img
src=
"@/assets/home_images/wx
_qr_code.pn
g"
>
</div>
</div>
</li>
...
...
@@ -21,11 +21,11 @@
<div
class=
"label"
>
电话咨询
</div>
<div
class=
"line-s"
/>
<div
class=
"fixed-contact-popover"
style=
"top: 20px"
>
<div
class=
"fixed-contact-popover-img"
style=
"padding: 0
30px
"
>
<div
class=
"fixed-contact-popover-img"
style=
"padding: 0"
>
<img
src=
"@/assets/home_images/telephone.png"
>
</div>
<span
style=
"font-size: 18px;font-weight: bolder;line-height: 30px;user-select: none;"
>
咨询电话
<br></span>
<span
style=
"line-height: 20px;"
>
400-0631-598
</span>
<span
style=
"line-height: 20px;
color: #1482f0
"
>
400-0631-598
</span>
</div>
</li>
<li
class=
"fixed-contact-item"
@
click=
"goTop"
>
...
...
src/views/homepage/components/floatInquiryView.vue
View file @
e1785431
...
...
@@ -108,7 +108,7 @@ export default {
padding
:
20px
;
width
:
348px
;
height
:
442px
;
right
:
6
vw
;
right
:
8
vw
;
bottom
:
230px
;
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.12
);
...
...
src/views/homepage/publish/buyInfo.vue
View file @
e1785431
...
...
@@ -18,6 +18,8 @@
<el-breadcrumb-item>
我要求购
{{
title
}}
产品
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<!--我要求购-->
<div
class=
"page-title"
>
我要求购
{{
title
}}
产品
</div>
<div
class=
"form-table-box"
>
<el-form
ref=
"formViewRef"
:model=
"formData"
:rules=
"rules"
:status-icon=
"true"
label-width=
"240px"
>
<el-form-item
label=
"产品名称:"
class=
"form-cell"
prop=
"productName"
>
...
...
@@ -285,6 +287,13 @@ export default {
margin-top
:
94px
;
font-family
:
Source
Han
Sans
CN
;
user-select
:
none
;
.page-title
{
margin-top
:
20px
;
padding
:
0
20px
;
font-size
:
26px
;
font-weight
:
bold
;
color
:
#333333
;
}
}
.line-btn
{
display
:
flex
;
...
...
src/views/homepage/publish/otherInfo.vue
View file @
e1785431
...
...
@@ -17,6 +17,8 @@
<el-breadcrumb-item>
我要留言
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<!--我要留言-->
<div
class=
"page-title"
>
我要留言
</div>
<div
class=
"form-table-box"
>
<el-form
ref=
"formViewRef"
:model=
"formData"
:rules=
"rules"
:status-icon=
"true"
label-width=
"240px"
>
<el-form-item
label=
"留言内容类型:"
class=
"form-cell"
prop=
"consultType"
>
...
...
@@ -226,6 +228,13 @@ export default {
margin-top
:
94px
;
font-family
:
Source
Han
Sans
CN
;
user-select
:
none
;
.page-title
{
margin-top
:
20px
;
padding
:
0
20px
;
font-size
:
26px
;
font-weight
:
bold
;
color
:
#333333
;
}
}
.line-btn
{
display
:
flex
;
...
...
src/views/homepage/publish/supplyInfo.vue
View file @
e1785431
...
...
@@ -18,6 +18,8 @@
<el-breadcrumb-item>
我要供应
{{
title
}}
产品
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<!--我要供应-->
<div
class=
"page-title"
>
我要供应
{{
title
}}
产品
</div>
<div
class=
"form-table-box"
>
<el-form
ref=
"formViewRef"
:model=
"formData"
:rules=
"rules"
:status-icon=
"true"
label-width=
"240px"
>
<el-form-item
label=
"产品名称:"
class=
"form-cell"
prop=
"productName"
>
...
...
@@ -511,6 +513,13 @@ export default {
margin-top
:
94px
;
font-family
:
Source
Han
Sans
CN
;
user-select
:
none
;
.page-title
{
margin-top
:
20px
;
padding
:
0
20px
;
font-size
:
26px
;
font-weight
:
bold
;
color
:
#333333
;
}
}
.line-btn
{
display
:
flex
;
...
...
src/views/homepage/supplier/details.vue
View file @
e1785431
This diff is collapsed.
Click to expand it.
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