mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 16:35:53 +08:00
connect
This commit is contained in:
@@ -484,7 +484,7 @@ export default {
|
|||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
let code = connectLogin.code;
|
let code = connectLogin.code;
|
||||||
let buyer = api.buyer;
|
let buyer = api.buyer;
|
||||||
window.open(buyer + `/passport/connect/login/web/` + code, "_self");
|
window.open(buyer + `/passport/connect/connect/login/web/` + code, "_self");
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
this.nonH5OpenId(connectLogin);
|
this.nonH5OpenId(connectLogin);
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export default {
|
|||||||
getUserProfile() {
|
getUserProfile() {
|
||||||
let code = "WECHAT";
|
let code = "WECHAT";
|
||||||
let buyer = api.buyer;
|
let buyer = api.buyer;
|
||||||
window.open(buyer + `/passport/connect/login/web/` + code, "_self");
|
window.open(buyer + `/passport/connect/connect/login/web/` + code, "_self");
|
||||||
},
|
},
|
||||||
backToHome() {
|
backToHome() {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
|
|||||||
Reference in New Issue
Block a user