Page({
goToTarot: function () {
wx.navigateTo({
url: '/pages/index/index'
})
},
goToZodiac: function () {
url: '/pages/zodiac/index'
}