Commit 9a7ddfa6 by 张卓

login来源商户埋点

parent 3231ddc0
...@@ -377,6 +377,7 @@ export default { ...@@ -377,6 +377,7 @@ export default {
province: this.userInfo.province, province: this.userInfo.province,
city: this.userInfo.city, city: this.userInfo.city,
otherPhone: 0, otherPhone: 0,
storeId :wx.getStorageSync(this.$store.state.mixid+'storeId') || "",
articleId: articleId:
wx.getStorageSync(this.$store.state.mixid + "articleId") || "", wx.getStorageSync(this.$store.state.mixid + "articleId") || "",
}; };
...@@ -438,6 +439,9 @@ export default { ...@@ -438,6 +439,9 @@ export default {
province: this.userInfo.province, province: this.userInfo.province,
city: this.userInfo.city, city: this.userInfo.city,
}; };
if(wx.getStorageSync(this.$store.state.mixid+'storeId')) {
query.storeId = wx.getStorageSync(this.$store.state.mixid+'storeId')
}
//绑定手机号 //绑定手机号
wx.navigateTo({ wx.navigateTo({
url: `../index/main?from=login&backpath=/login/wxRegister&params=${encodeURIComponent( url: `../index/main?from=login&backpath=/login/wxRegister&params=${encodeURIComponent(
......
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