otherDeductDetail.js 1.1 KB
// pages/main/finalpay/otherDeductDetail/otherDeductDetail.js
Page({

  /**
   * Page initial data
   */
  data: {

  },

  /**
   * Lifecycle function--Called when page load
   */
  onLoad: function (options) {

  },

  /**
   * Lifecycle function--Called when page is initially rendered
   */
  onReady: function () {

  },

  /**
   * Lifecycle function--Called when page show
   */
  onShow: function () {

  },

// 商业健康保险
  healthInsurDetail:function(){
    wx.navigateTo({
      url: 'healthInsurDetail',
    })
  },

// 税延养老保险
  endowmentInsurDetail: function () {
    wx.navigateTo({
      url: 'endowmentInsurDetail',
    })
   },

  /**
   * Lifecycle function--Called when page hide
   */
  onHide: function () {

  },

  /**
   * Lifecycle function--Called when page unload
   */
  onUnload: function () {

  },

  /**
   * Page event handler function--Called when user drop down
   */
  onPullDownRefresh: function () {

  },

  /**
   * Called when page reach bottom
   */
  onReachBottom: function () {

  },

  /**
   * Called when user click on the top right corner to share
   */
  onShareAppMessage: function () {

  }
})