mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【修复】修复拼团分享海报后调整失败的问题,修改拼团带组分享后调整未弹出当前组信息的问题,更换拼团分享海报为新海报。
【修复】修复多个位置将倒计时【DD天HH时mm分ss秒】错写成【DD天HH时mm秒ss】的问题。
This commit is contained in:
@@ -646,7 +646,7 @@ namespace CoreCms.Net.Services
|
||||
}
|
||||
break;
|
||||
case (int)GlobalEnumVars.UrlSharePageType.PinTuan:
|
||||
if (arr.Length == 3)
|
||||
if (arr.Length == 2)
|
||||
{
|
||||
jm.data = new
|
||||
{
|
||||
@@ -675,7 +675,7 @@ namespace CoreCms.Net.Services
|
||||
}
|
||||
break;
|
||||
case (int)GlobalEnumVars.UrlSharePageType.AddPinTuan:
|
||||
if (arr.Length == 3)
|
||||
if (arr.Length == 2)
|
||||
{
|
||||
jm.data = new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user