Skip to content

Commit

Permalink
Merge pull request #621 from webwebwebwebweb/master
Browse files Browse the repository at this point in the history
#6 #447 实验六
  • Loading branch information
zengsn authored May 11, 2019
2 parents 711360e + 9ecee43 commit 2630b35
Show file tree
Hide file tree
Showing 18 changed files with 119 additions and 0 deletions.
Empty file.
29 changes: 29 additions & 0 deletions students/1714080903237/首页/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"pages": [
"pages/index/index",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#0ff",
"navigationBarTitleText": "材料计算器",
"navigationBarTextStyle": "black",
"backgroundColor":"#000"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath":"img/3.jpg",
"selectedIconPath":"img/4.jpg"
},
{
"pagePath": "pages/logs/logs",
"text": "我的",
"iconPath":"img/1.jpg",
"selectedIconPath": "img/4.jpg"
}
]
}
}
10 changes: 10 additions & 0 deletions students/1714080903237/首页/app.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
Binary file added students/1714080903237/首页/img/1.jpg
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 students/1714080903237/首页/img/2.gif
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 students/1714080903237/首页/img/3.jpg
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 students/1714080903237/首页/img/4.jpg
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 students/1714080903237/首页/img/5.jpg
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 students/1714080903237/首页/img/6.jpg
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 students/1714080903237/首页/img/sai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions students/1714080903237/首页/pages/index/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
// pages/index/index.js
Page({

/**
* 页面的初始数据
*/
data: {

},

/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {

},

/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {

},

/**
* 生命周期函数--监听页面显示
*/
onShow: function () {

},

/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {

},

/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {

},

/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {

},

/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {

},

/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {

}
})
3 changes: 3 additions & 0 deletions students/1714080903237/首页/pages/index/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"usingComponents": {}
}
Empty file.
4 changes: 4 additions & 0 deletions students/1714080903237/首页/pages/index/index.wxss

Large diffs are not rendered by default.

Empty file.
3 changes: 3 additions & 0 deletions students/1714080903237/首页/pages/logs/logs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"usingComponents": {}
}
Empty file.
4 changes: 4 additions & 0 deletions students/1714080903237/首页/pages/logs/logs.wxss

Large diffs are not rendered by default.

0 comments on commit 2630b35

Please sign in to comment.