Commit 377630dd by 李嘉林

更新font

parent 7eb33ce8
......@@ -2,6 +2,7 @@
"pages": [
"pages/home/main",
"pages/index/main",
"pages/wo/writeInformation/main",
"pages/login/main",
"pages/wxPay/main",
"pages/counter/main",
......
<template>
<!-- 冬奥会测试赛填报资料 -->
<div class="writeInformation">
<i class="iconfont icon-sousuo1"></i>
</div>
</template>
<script>
export default {
name: "writeInformation",
data() {
return {};
},
components: {},
computed: {},
onReady() {
wx.setNavigationBarTitle({ title: "填报资料" });
},
methods: {},
};
</script>
<style lang="scss" scoped>
.writeInformation {
}
</style>
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()
{
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
No preview for this file type
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