mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
fix(custom): 进店规则修改无店铺访问权限提示文案
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user