Commit 9e6b1ce9 by 张卓

埋点商户id

parent bc5b43d3
...@@ -450,6 +450,9 @@ export default { ...@@ -450,6 +450,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(
...@@ -497,6 +500,7 @@ export default { ...@@ -497,6 +500,7 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
color: #1989fa; color: #1989fa;
align-items: center;
} }
.domain { .domain {
position: relative; position: relative;
......
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