mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 09:25:55 +08:00
fix(custom): 进店规则修改无店铺访问权限提示文案
This commit is contained in:
@@ -235,7 +235,9 @@ function withPageWrapper(Component) {
|
||||
} else {
|
||||
const resModalAccessStore = await showModal({
|
||||
title: '提示',
|
||||
content: '抱歉,没有可访问的店铺',
|
||||
content: currentShopInfo?.is_default
|
||||
? '抱歉,没有可访问的店铺'
|
||||
: '抱歉,本店会员才可以访问',
|
||||
showCancel: false,
|
||||
confirmText:
|
||||
entryDefalutStore == 1
|
||||
|
||||
Reference in New Issue
Block a user