mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 06:15:38 +08:00
fix(custom): isnewuse
This commit is contained in:
@@ -131,7 +131,7 @@ function MemberIndex(props) {
|
||||
// console.log('===>getCurrentPages==>', getCurrentPages(), getCurrentInstance())
|
||||
const $instance = getCurrentInstance()
|
||||
const { updateAddress } = useLocation()
|
||||
const { isLogin, getUserInfo } = useLogin({
|
||||
const { isLogin, getUserInfo, isNewUser } = useLogin({
|
||||
autoLogin: false,
|
||||
// policyUpdateHook: (isUpdate) => {
|
||||
// // isUpdate && setPolicyModal(true)
|
||||
|
||||
Reference in New Issue
Block a user