feiyu02
2022-08-11 a82b8c09ca795a4b6273b03a79ba488f6cce5eb0
pages/promise/promise.js
@@ -29,13 +29,14 @@
   */
  onLoad: function (options) {
    this._initPlanYear()
    // this.getCommitment()
  },
  /**
   * 生命周期函数--监听页面显示
   */
  onShow: function () {
    console.log("promise: onshow");
    this.getCommitment()
  },