Soil Deacidification.js 567 B

123456789101112131415161718192021
  1. // pages/Home/Home.js
  2. Page({
  3. AcidNeutralizationModel() {
  4. wx.navigateTo({
  5. url: '/pages/AcidNeutralizationModel/AcidNeutralizationModel'
  6. });
  7. },
  8. onShow: function() {
  9. if (typeof this.getTabBar === 'function' && this.getTabBar()) {
  10. this.getTabBar().setData({
  11. selected: 2 //这个数字是当前页面在tabBar中list数组的索引
  12. })
  13. }
  14. },
  15. Soil_Acid_Reduction_Iterative_Evolution() {
  16. wx.navigateTo({
  17. url: '/pages/Soil Acid Reduction Iterative Evolution/Soil Acid Reduction Iterative Evolution'
  18. });
  19. },
  20. })