Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
5dd8e486
Commit
5dd8e486
authored
Feb 24, 2020
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客服页面
parent
3f112fc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
5 deletions
+42
-5
config/dev.env.js
+4
-3
src/pages/contact/index.vue
+38
-2
No files found.
config/dev.env.js
View file @
5dd8e486
...
...
@@ -3,13 +3,14 @@ var prodEnv = require('./prod.env')
module
.
exports
=
merge
(
prodEnv
,
{
//zjgyl
SHOP_MIXID
:
"'a
ntgood
'"
,
SHOP_MIXID
:
"'a
d666666
'"
,
NODE_ENV
:
'"development"'
,
// BASE_URL:"'https://shop.mayi888.com'",
// BASE_URL:"'http://192.168.1.146:3005'",
BASE_URL
:
"'https://test-m-shop.mayi888.cn'"
,
// BASE_URL:"'http://192.168.1.106:3000'",
BASE_URL
:
"'http://test-m-shop.mayi888.cn'"
,
OLSHOP_URL
:
'"http
s
://test-m-shop.mayi888.cn/innerApi/shopApiService"'
,
OLSHOP_URL
:
'"http://test-m-shop.mayi888.cn/innerApi/shopApiService"'
,
// OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"',
IMG_DOMAIN
:
'"http://test-bucket-ant.oss-cn-shanghai.aliyuncs.com"'
// IMG_DOMAIN: '"http://cdn.mayi888.com"'
...
...
src/pages/contact/index.vue
View file @
5dd8e486
...
...
@@ -2,7 +2,17 @@
<div
class=
"contact"
>
<div
class=
"contact-img"
></div>
<div
class=
"btn-wrap"
>
<button
type=
"contact"
session-from=
""
>
进入客服
</button>
<button
type=
"contact"
>
<div
class=
"btn-main"
>
<div
class=
"main-img"
>
</div>
<div
class=
"main-text"
>
官方微信客服
</div>
</div>
<div
class=
"btn-next"
>
next
</div>
</button>
</div>
</div>
</
template
>
...
...
@@ -21,15 +31,40 @@ export default {
width
:
100%
;
height
:
154px
;
margin-bottom
:
24px
;
background-color
:
#ccc
;
border-radius
:
8px
;
}
.btn-wrap
{
width
:
100%
;
height
:
80px
;
box-sizing
:
border-box
;
border
:
1px
solid
#666
;
}
button
{
width
:
100%
;
height
:
80px
;
border
:
none
;
padding
:
20px
10px
20px
10px
;
background-color
:
white
;
box-shadow
:
#eee
0px
0px
5px
4px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
}
.btn-main
{
display
:
flex
;
height
:
40px
;
}
.main-img
{
width
:
54px
;
height
:
40px
;
border-right
:
1px
solid
#D7D4D4
;
}
.main-text
{
color
:
#1C1B1B
;
font-size
:
17px
;
margin-left
:
10px
;
}
button
::after
{
border
:
none
;
}
</
style
>
\ No newline at end of file
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