Commit 1d3eabac by 侯体倬

切换门店删除导购缓存数据

parent 35a69906
......@@ -417,6 +417,9 @@ export default {
});
this.reloadPage = true;
}
// 每次切换门店都删除导购数据
wx.removeStorageSync(this.$store.state.mixid+'setGuideEmployeeId');
wx.removeStorageSync(this.$store.state.mixid+'guide_QRCodeType');
} else {
this.reloadPage = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment