getMenuInfo () {
wx.request({
url: "https://appdb.hsltm.com/wxapi-web/indexPageDiaryCategory",
data: {},
method: "get",
header: {
"content-type": "application/json"
},
success: function (res) {
if (res.data == 0) {
console.log(res)
}
}
})
},