Commit 8581c9eb by 胡敬轩

活动提示语用""覆盖了前面提示语,导致前端不刷新

parent 71cbb5c8
......@@ -701,7 +701,9 @@ public class CalculationCommonService {
uid = goods.getCartGoodsUid();
}
}
shoppingCartGoodsResponseVo.setToastMsg(toastMsg);
if(StringUtils.isNotBlank(toastMsg)){
shoppingCartGoodsResponseVo.setToastMsg(toastMsg);
}
shoppingCartGoodsResponseVo.setUid(uid);
}
......
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