代码拉取完成,页面将自动刷新
<template>
<page></page>
</template>
<script>
import system from './static/utils/system'
export default {
config: {
usingComponents: {},
pages: [
'pages/home/index',
'pages/selection/selection',
'pages/mine/mine',
'pages/selection/detail',
'pages/selection/evaluation',
'pages/regist/regist',
'pages/login/login',
'pages/login/changepassword',
'pages/selection/nextMonthCanteen'
],
window: {
backgroundTextStyle: 'dark',
backgroundColor: '#efefef',
navigationBarBackgroundColor: '#ffffff',
navigationBarTitleText: '首页',
navigationBarTextStyle: 'black'
},
networkTimeout: {
request: 10000
},
theme: {
'theme-color': '#FB8627' // #39f
},
tabBar: {
color: '#7a7e83',
selectedColor: '#FB8627',
borderColor: 'rgba(231, 231, 231, 0.6)',
backgroundColor: '#fff',
list: [{
pagePath: 'pages/home/index',
iconPath: 'static/images/homepage.png',
selectedIconPath: 'static/images/homepage_fill.png',
text: '首页'
},
{
pagePath: 'pages/selection/selection',
iconPath: 'static/images/collection.png',
selectedIconPath: 'static/images/collection_fill.png',
text: '点评'
},
{
pagePath: 'pages/selection/nextMonthCanteen',
iconPath: 'static/images/like.png',
selectedIconPath: 'static/images/like_fill.png',
text: '评选'
},
{
pagePath: 'pages/mine/mine',
iconPath: 'static/images/mine.png',
selectedIconPath: 'static/images/mine_fill.png',
text: '我的'
}
]
}
},
globalData: {},
onLaunch() {
system.attachInfo()
},
onShow() {},
onHide() {}
}
</script>
<style lang="less">
@import './static/styles/index.less';
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。