Browse Source

优化

master
pangdongxu 3 years ago
parent
commit
c186ca187c
5 changed files with 73 additions and 2 deletions
  1. +1
    -2
      app.json
  2. +66
    -0
      pages/paymentManager/toPay/toPay.js
  3. +3
    -0
      pages/paymentManager/toPay/toPay.json
  4. +2
    -0
      pages/paymentManager/toPay/toPay.wxml
  5. +1
    -0
      pages/paymentManager/toPay/toPay.wxss

+ 1
- 2
app.json View File

@@ -36,12 +36,11 @@
"pages/finance/finance",
"pages/Bookkeeping/seeBook/seeBook",
"pages/Bookkeeping/seeBookZC/seeBookZC",
"pages/contractAssets/fixedAssets",
"pages/pay/detail",
"pages/pay/payee/payee",
"pages/apply/paymentTemplate/add/upLoad/upLoad",
"pages/apply/paymentTemplate/add/upError/upError",
"pages/apply/paymentTemplate/add/payeeList/payee"
"pages/apply/paymentTemplate/add/payeeList/payee",
"pages/contractAssets/fixedAssets",
"pages/fixedAssets/change/change",
"pages/paymentManager/paymentManager",


+ 66
- 0
pages/paymentManager/toPay/toPay.js View File

@@ -0,0 +1,66 @@
// pages/paymentManager/toPay/toPay.js
Page({

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

},

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

},

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

},

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

},

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

},

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

},

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

},

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

},

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

}
})

+ 3
- 0
pages/paymentManager/toPay/toPay.json View File

@@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 2
- 0
pages/paymentManager/toPay/toPay.wxml View File

@@ -0,0 +1,2 @@
<!--pages/paymentManager/toPay/toPay.wxml-->
<text>pages/paymentManager/toPay/toPay.wxml</text>

+ 1
- 0
pages/paymentManager/toPay/toPay.wxss View File

@@ -0,0 +1 @@
/* pages/paymentManager/toPay/toPay.wxss */

Loading…
Cancel
Save