Skip to content

Commit

Permalink
Merge pull request #257 from YJJJack/master
Browse files Browse the repository at this point in the history
#2 #90 第2次代码
  • Loading branch information
zengsn authored Nov 6, 2017
2 parents 337a1cc + d6a97c2 commit f4110c7
Show file tree
Hide file tree
Showing 39 changed files with 1,113 additions and 934 deletions.
38 changes: 25 additions & 13 deletions 1514080901132/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,42 @@
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/comp/view",
"pages/comp/scroll",
"pages/comp/form",
"pages/demo/scrollView",
"pages/form/form"
"pages/text/text"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "智能餐饮",
"navigationBarTextStyle": "white"
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#009444",
"color": "#A1A1A1",
"selectedColor": "#556B2F",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
"iconPath": "images/菜单1.png",
"selectedIconPath": "images/菜单2.png",
"text": "主页"
},
{
"pagePath": "pages/logs/logs",
"text": ""
"iconPath": "images/购物车.png",
"selectedIconPath": "images/购物车满.png",
"text": "购物车"
},
{
"pagePath": "pages/text/text",
"iconPath": "images/我的.png",
"selectedIconPath": "images/人物.png",
"text": "我的"
}
]
}
}
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}
3 changes: 0 additions & 3 deletions 1514080901132/app.wxss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/**app.wxss**/
@import 'style/weui.wxss';

/* . 表示 类 class */
.container {
height: 100%;
display: flex;
Expand Down
Binary file added 1514080901132/images/人物.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1514080901132/images/我的.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1514080901132/images/菜单1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1514080901132/images/菜单2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1514080901132/images/购物车.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1514080901132/images/购物车满.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions 1514080901132/pages/comp/form.wxml

This file was deleted.

1 change: 0 additions & 1 deletion 1514080901132/pages/comp/form.wxss

This file was deleted.

89 changes: 0 additions & 89 deletions 1514080901132/pages/comp/scroll.js

This file was deleted.

1 change: 0 additions & 1 deletion 1514080901132/pages/comp/scroll.json

This file was deleted.

162 changes: 0 additions & 162 deletions 1514080901132/pages/comp/scroll.wxml

This file was deleted.

1 change: 0 additions & 1 deletion 1514080901132/pages/comp/scroll.wxss

This file was deleted.

66 changes: 0 additions & 66 deletions 1514080901132/pages/comp/view.js

This file was deleted.

Loading

0 comments on commit f4110c7

Please sign in to comment.