Commit c9d67f9c by 李嘉林

Merge branch 'xhyx/release' of http://code.mayi888.com/chengmo/mayi-mp-shop into xhyx/release

parents 89381950 1d3eabac
...@@ -417,6 +417,9 @@ export default { ...@@ -417,6 +417,9 @@ export default {
}); });
this.reloadPage = true; this.reloadPage = true;
} }
// 每次切换门店都删除导购数据
wx.removeStorageSync(this.$store.state.mixid+'setGuideEmployeeId');
wx.removeStorageSync(this.$store.state.mixid+'guide_QRCodeType');
} else { } else {
this.reloadPage = false; 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