function saveGuideOfTZ(path){
wx.setStorageSync('guideoftz', path)
}
function saveGuideOfXT(path) {
wx.setStorageSync('guideofxt', path)
}
function saveGuideOfXY(path) {
wx.setStorageSync('guideofxy', path)
}
function celarnAllCache(){
wx.setStorageSync('jingzhunzhidaogaowei', '')
wx.setStorageSync('jingzhunzhidao', '')
wx.setStorageSync('jingzhunzhidaogaoweiUrl', '')
wx.setStorageSync('jingzhunzhidaoUrl', '')
wx.setStorageSync('currentLoadImage', '')
wx.setStorageSync('lastLoadImage', '')
wx.setStorageSync('guideofxy', '')
wx.setStorageSync('guideofxt', '')
wx.setStorageSync('guideoftz', '')
}
module.exports = {
saveGuideOfTZ: saveGuideOfTZ,
saveGuideOfXT: saveGuideOfXT,
saveGuideOfXY: saveGuideOfXY,
celarnAllCache: celarnAllCache
}