diff --git a/pages/inCome/inCome.js b/pages/inCome/inCome.js new file mode 100644 index 0000000..f483b01 --- /dev/null +++ b/pages/inCome/inCome.js @@ -0,0 +1,74 @@ +// pages/apply/index.js +const app = getApp(); +Page({ + + /** + * 页面的初始数据 + */ + data: { + isIPX: app.globalData.isIPX, + show:false + }, + + /** + * 生命周期函数--监听页面加载 + */ + onLoad: function (options) { + + }, + + + back:function(){ + wx.navigateBack({ + delta: 1 + }) + }, + /** + * 生命周期函数--监听页面初次渲染完成 + */ + onReady: function () { + + }, + + /** + * 生命周期函数--监听页面显示 + */ + onShow: function () { + + }, + + /** + * 生命周期函数--监听页面隐藏 + */ + onHide: function () { + + }, + + /** + * 生命周期函数--监听页面卸载 + */ + onUnload: function () { + + }, + + /** + * 页面相关事件处理函数--监听用户下拉动作 + */ + onPullDownRefresh: function () { + + }, + + /** + * 页面上拉触底事件的处理函数 + */ + onReachBottom: function () { + + }, + + /** + * 用户点击右上角分享 + */ + onShareAppMessage: function () { + + } +}) \ No newline at end of file diff --git a/pages/inCome/inCome.json b/pages/inCome/inCome.json new file mode 100644 index 0000000..0c83a4f --- /dev/null +++ b/pages/inCome/inCome.json @@ -0,0 +1,12 @@ +{ + "usingComponents": { + "van-tab": "@vant/weapp/tab/index", + "van-tabs": "@vant/weapp/tabs/index", + "van-action-sheet": "@vant/weapp/action-sheet/index", + "van-swipe-cell": "@vant/weapp/swipe-cell/index", + "van-cell": "@vant/weapp/cell/index", + "van-cell-group": "@vant/weapp/cell-group/index", + "van-icon": "@vant/weapp/icon/index", + "van-tag": "@vant/weapp/tag/index" + } +} \ No newline at end of file diff --git a/pages/inCome/inCome.wxml b/pages/inCome/inCome.wxml new file mode 100644 index 0000000..9d046d5 --- /dev/null +++ b/pages/inCome/inCome.wxml @@ -0,0 +1,11 @@ + + + + 支出申请 + + + + + 收入单位 + 龙水镇龙洞村股份经济联合社 + diff --git a/pages/inCome/inCome.wxss b/pages/inCome/inCome.wxss new file mode 100644 index 0000000..915393c --- /dev/null +++ b/pages/inCome/inCome.wxss @@ -0,0 +1,33 @@ +/* pages/apply/index.wxss */ +.inComeUnit{ + border:1px solid #ddd; + width:90%; + margin:0 auto; + +} +.top{ + display: flex; + width: 94%; + margin: 0 auto; + background-color: #ffffff; + border-radius: 10px; + margin-top: 3vw; + overflow: hidden; +} +.top view{ + padding: 18px 15px; + align-items: center; + justify-content: center; + position: relative; +} +.top image{ + position: absolute; + width: 94%; +} +.top-title{ + flex: 1; + text-align: center; +} +.top-tit{ + color: #fff; +} \ No newline at end of file