Commit 3f112fc8 by 程智春

添加联系客服

parent 322b8543
......@@ -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",
......
<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
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()
\ No newline at end of file
{
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "联系客服",
"navigationBarTextStyle": "black"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment