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
3f112fc8
Commit
3f112fc8
authored
Feb 24, 2020
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加联系客服
parent
322b8543
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
1 deletions
+51
-1
src/app.json
+2
-1
src/pages/contact/index.vue
+36
-0
src/pages/contact/main.js
+6
-0
src/pages/contact/main.json
+7
-0
No files found.
src/app.json
View file @
3f112fc8
...
...
@@ -4,7 +4,8 @@
"pages/login/main"
,
"pages/wxPay/main"
,
"pages/counter/main"
,
"pages/address/main"
"pages/address/main"
,
"pages/contact/main"
],
"window"
:
{
"backgroundTextStyle"
:
"light"
,
...
...
src/pages/contact/index.vue
0 → 100644
View file @
3f112fc8
<
template
>
<div
class=
"contact"
>
<div
class=
"contact-img"
></div>
<div
class=
"btn-wrap"
>
<button
type=
"contact"
session-from=
""
>
进入客服
</button>
</div>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
scoped
>
.contact
{
padding
:
10px
22px
0
22px
;
}
.contact-img
{
width
:
100%
;
height
:
154px
;
margin-bottom
:
24px
;
}
.btn-wrap
{
width
:
100%
;
height
:
80px
;
box-sizing
:
border-box
;
border
:
1px
solid
#666
;
}
button
{
width
:
100%
;
height
:
80px
;
}
</
style
>
\ No newline at end of file
src/pages/contact/main.js
0 → 100644
View file @
3f112fc8
import
Vue
from
'vue'
import
App
from
'./index'
const
app
=
new
Vue
(
App
)
app
.
$mount
()
\ No newline at end of file
src/pages/contact/main.json
0 → 100644
View file @
3f112fc8
{
"backgroundTextStyle"
:
"light"
,
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTitleText"
:
"联系客服"
,
"navigationBarTextStyle"
:
"black"
}
\ 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