Commit 1d18b0c7 authored by liudong1993's avatar liudong1993

1

parent b0f3901d
......@@ -1761,7 +1761,7 @@ namespace Mall.Module.Product
var fxmodel = distributor_FXGradeRepository.GetEntity(model.PresentFXGrade);
if (fxmodel != null)
{
PresentFXGradeMsg = "购买收货后赠送" + fxmodel.GradeName + "会员";
PresentFXGradeMsg = "购买后赠送" + fxmodel.GradeName + "会员";
if (model.PresentFXMonth > 0)
{
PresentFXGradeMsg += (model.PresentFXMonth ?? 0) + "个月";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment