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