管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-06-13 5dc54a59184b305a85aaad31dd4cce01b31a8a2d
pages/rechargeMoney/rechargMoney.js
@@ -10,6 +10,23 @@
    userCode: "15584236", 
    balance: "1025元", 
    activeIndex: -1, 
    allRechargeList: [{
      time: "2024-05-12:20:20",
      type: "远程",
      morny: "500元"
    }, {
      time: "2024-05-12:20:20",
      type: "远程",
      morny: "500元"
    }, {
      time: "2024-05-12:20:20",
      type: "远程",
      morny: "500元"
    }, {
      time: "2024-05-12:20:20",
      type: "远程",
      morny: "500元"
    }]
  },
  /**
@@ -75,6 +92,8 @@
        activeIndex: parseInt(index), 
      }); 
    } 
  }, 
  onPullDownRefresh() {
    console.log("onPullDownRefresh")
  }
})