mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】用户体系:用户地址录入增加开关,可以控制是否启用地理位置坐标功能来获取经纬度。
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
using static SKIT.FlurlHttpClient.Wechat.Api.Models.ChannelsECMerchantAddressAddRequest.Types.AddressDetail.Types;
|
||||
|
||||
namespace CoreCms.Net.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
@@ -591,6 +593,11 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string ShowCustomForm = "showCustomForm";
|
||||
|
||||
/// <summary>
|
||||
/// 用户地址开启坐标功能
|
||||
/// </summary>
|
||||
public const string AllowAddressToUseMap = "allowAddressToUseMap";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 显示首页弹窗
|
||||
|
||||
@@ -64,6 +64,7 @@ namespace CoreCms.Net.Configuration
|
||||
di.Add(SystemSettingConstVars.ShowSolitaire, new DictionaryKeyValues() { sKey = "显示接龙按钮", sValue = "2" });
|
||||
di.Add(SystemSettingConstVars.ShowCalendar, new DictionaryKeyValues() { sKey = "显示签到按钮", sValue = "2" });
|
||||
di.Add(SystemSettingConstVars.ShowCustomForm, new DictionaryKeyValues() { sKey = "显示自定义表单按钮", sValue = "2" });
|
||||
di.Add(SystemSettingConstVars.AllowAddressToUseMap, new DictionaryKeyValues() { sKey = "用户地址开启坐标", sValue = "1" });
|
||||
|
||||
di.Add(SystemSettingConstVars.ShowIndexPopupWindow, new DictionaryKeyValues() { sKey = "显示首页弹窗", sValue = "2" });
|
||||
di.Add(SystemSettingConstVars.IndexPopupWindowImageUrl, new DictionaryKeyValues() { sKey = "图片地址", sValue = "" });
|
||||
|
||||
Reference in New Issue
Block a user