Commit 9e6b1ce9 by 张卓

埋点商户id

parent bc5b43d3
......@@ -450,6 +450,9 @@ export default {
province: this.userInfo.province,
city: this.userInfo.city
};
if(wx.getStorageSync(this.$store.state.mixid+'storeId')) {
query.storeId = wx.getStorageSync(this.$store.state.mixid+'storeId')
}
//绑定手机号
wx.navigateTo({
url: `../index/main?from=login&backpath=/login/wxRegister&params=${encodeURIComponent(
......@@ -497,6 +500,7 @@ export default {
display: flex;
justify-content: center;
color: #1989fa;
align-items: center;
}
.domain {
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