fatherDay.js 201 B

1234567891011121314
  1. // pages/dragonBoatFestival/dragonBoatFestival.js
  2. Page({
  3. data: {
  4. },
  5. onLoad: function (options) {
  6. },
  7. linkIndex:function(){
  8. wx.switchTab({
  9. url:'/pages/index/index'
  10. })
  11. }
  12. })