fix(custom): 进店规则修改无店铺访问权限提示文案

This commit is contained in:
lukaijie
2025-08-28 15:01:25 +08:00
parent 1d12492ad7
commit 0a342780f4

View File

@@ -235,7 +235,9 @@ function withPageWrapper(Component) {
} else { } else {
const resModalAccessStore = await showModal({ const resModalAccessStore = await showModal({
title: '提示', title: '提示',
content: '抱歉,没有可访问的店铺', content: currentShopInfo?.is_default
? '抱歉,没有可访问的店铺'
: '抱歉,本店会员才可以访问',
showCancel: false, showCancel: false,
confirmText: confirmText:
entryDefalutStore == 1 entryDefalutStore == 1