|
@@ -32,6 +32,7 @@ export default {
|
|
|
if(option.q){
|
|
if(option.q){
|
|
|
let currentUrl = decodeURIComponent(option.q);
|
|
let currentUrl = decodeURIComponent(option.q);
|
|
|
let thisAccount = currentUrl.substr(currentUrl.lastIndexOf("account=") + 8)
|
|
let thisAccount = currentUrl.substr(currentUrl.lastIndexOf("account=") + 8)
|
|
|
|
|
+ console.log('扫码获取account',thisAccount)
|
|
|
option.account = thisAccount
|
|
option.account = thisAccount
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -75,7 +76,6 @@ export default {
|
|
|
} else {
|
|
} else {
|
|
|
wxLoginFn().then(res => {
|
|
wxLoginFn().then(res => {
|
|
|
if (this.init) {
|
|
if (this.init) {
|
|
|
- console.log(11113)
|
|
|
|
|
let self = this
|
|
let self = this
|
|
|
//查看不同门店商城时,需要先确认有没生成客户id shish 2021.5.2
|
|
//查看不同门店商城时,需要先确认有没生成客户id shish 2021.5.2
|
|
|
if (option.account && oldAccount != option.account) {
|
|
if (option.account && oldAccount != option.account) {
|