Commit 45a82251 by 张卓

初始化导购员id

parent 6423ebbd
......@@ -78,6 +78,8 @@ export default {
if(wx.getStorageSync("sessionid")) {
//清空门店id
wx.setStorageSync(this.$store.state.mixid+'storeId','')
//清空导购员id
wx.setStorageSync(this.$store.state.mixid+'sellerId','')
}
this.options = options;
Object.assign(this.$data, this.$options.data());
......
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