mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 15:43:27 +08:00
【修复】修复首页【秒杀】【团购】优惠后价格计算显示异常的问题。修复【秒杀】【团购】列表页面优惠后价格计算显示异常的问。
【优化】取消首页【秒杀】【团购】【服务商品】自定义倒计时组件,使用组件原生数字倒计时,减少监听事件,去除内存可能泄露的风险。
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using CoreCms.Net.Configuration;
|
||||
using CoreCms.Net.DTO;
|
||||
using CoreCms.Net.Model.Entities;
|
||||
using CoreCms.Net.Model.ViewModels.Basics;
|
||||
using CoreCms.Net.Model.ViewModels.DTO;
|
||||
@@ -47,8 +48,16 @@ namespace CoreCms.Net.IServices
|
||||
/// <returns></returns>
|
||||
Task<bool> SetPromotion(CoreCmsPromotion promotion, CartDto cartModel);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取团购列表数据
|
||||
/// 获取团购列表数据(根据类型获取当前可用)
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<GroupPurchaseSeckillDTO>> GetGroupListForPages(int[] promotionIds);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取团购列表数据(根据营销序列)
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> GetGroupList(int type, int status, int pageIndex, int pageSize);
|
||||
|
||||
Reference in New Issue
Block a user