mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【新增】增加控制个人中心【增值业务】【服务商品】【优惠券】【拼团】【团购】【接龙】【签到】按钮的展示。通过后台【商城设置】【平台设置】【特殊开关】开启和关闭。
This commit is contained in:
@@ -534,14 +534,56 @@ namespace CoreCms.Net.Configuration
|
||||
public const string PrivacyPolicy = "privacyPolicy";
|
||||
|
||||
/// <summary>
|
||||
/// 显示门店列表
|
||||
/// 显示充值功能
|
||||
/// </summary>
|
||||
public const string ShowStoreBalanceRechargeSwitch = "showStoreBalanceRechargeSwitch";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 显示增值服务板块
|
||||
/// </summary>
|
||||
public const string ShowVas = "showVas";
|
||||
|
||||
/// <summary>
|
||||
/// 显示门店列表按钮
|
||||
/// </summary>
|
||||
public const string ShowStoresSwitch = "showStoresSwitch";
|
||||
|
||||
/// <summary>
|
||||
/// 显示充值功能
|
||||
/// 显示服务商品按钮
|
||||
/// </summary>
|
||||
public const string ShowStoreBalanceRechargeSwitch = "showStoreBalanceRechargeSwitch";
|
||||
public const string ShowServicePackage = "servicePackage";
|
||||
|
||||
/// <summary>
|
||||
/// 显示优惠券按钮
|
||||
/// </summary>
|
||||
public const string ShowCoupon = "showCoupon";
|
||||
|
||||
/// <summary>
|
||||
/// 显示拼团按钮
|
||||
/// </summary>
|
||||
public const string ShowPinTuan = "showPinTuan";
|
||||
|
||||
/// <summary>
|
||||
/// 显示秒杀按钮
|
||||
/// </summary>
|
||||
public const string ShowSeckill = "showSeckill";
|
||||
|
||||
/// <summary>
|
||||
/// 显示团购按钮
|
||||
/// </summary>
|
||||
public const string ShowGroupBuying = "showGroupBuying";
|
||||
|
||||
/// <summary>
|
||||
/// 显示接龙按钮
|
||||
/// </summary>
|
||||
public const string ShowSolitaire = "showSolitaire";
|
||||
|
||||
/// <summary>
|
||||
/// 显示签到按钮
|
||||
/// </summary>
|
||||
public const string ShowCalendar = "showCalendar";
|
||||
|
||||
|
||||
//第三方接口============================================================================
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user