Commit 68cb1d78 by 程智春

关注公众号

parent c8cdb9c3
......@@ -5,7 +5,8 @@
"pages/wxPay/main",
"pages/counter/main",
"pages/address/main",
"pages/contact/main"
"pages/contact/main",
"pages/officialAccount/main"
],
"window": {
"backgroundTextStyle": "light",
......
<template>
<div>
<official-account class="official-account"></official-account>
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.official-account{
width: 100%;
height: 100vh;
}
</style>
\ No newline at end of file
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()
{
"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