index.js 246 B

12345678910111213141516
  1. Page({
  2. handleContactService: function () {
  3. tt.navigateTo({
  4. url: '/pages/index/index'
  5. })
  6. },
  7. handleGoProduct: function () {
  8. },
  9. handleGoTrial: function () {
  10. tt.redirectTo({
  11. url: '/pages/trial/index'
  12. })
  13. }
  14. })