【修复】修复拼团分享海报后调整失败的问题,修改拼团带组分享后调整未弹出当前组信息的问题,更换拼团分享海报为新海报。

【修复】修复多个位置将倒计时【DD天HH时mm分ss秒】错写成【DD天HH时mm秒ss】的问题。
This commit is contained in:
大灰灰
2022-11-15 20:35:56 +08:00
parent 11859d3dcf
commit f27b9b40f2
15 changed files with 57 additions and 49 deletions

View File

@@ -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
{