2 Star 0 Fork 0

var_Terry/食堂mini app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxa 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
zsl_1991 提交于 2018-12-11 11:04 . add nextmonth
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/terryw/cafeteria_miniapp.git
git@gitee.com:terryw/cafeteria_miniapp.git
terryw
cafeteria_miniapp
食堂mini app
master

搜索帮助