|
|
@@ -27,6 +27,7 @@ import com.gagaframework.web.parameter.GagaMap;
|
|
|
import com.style24.core.biz.service.TscOrderService;
|
|
|
import com.style24.core.support.env.TscConstants;
|
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
|
+import com.style24.core.support.util.CryptoUtils;
|
|
|
import com.style24.front.biz.service.TsfCartService;
|
|
|
import com.style24.front.biz.service.TsfCouponService;
|
|
|
import com.style24.front.support.controller.TsfBaseController;
|
|
|
@@ -147,7 +148,6 @@ public class TsfCartController extends TsfBaseController {
|
|
|
model.addAttribute("loginInfo", TsfSession.getInfo());
|
|
|
model.addAttribute("order", order);
|
|
|
model.addAttribute("IMG_PATH", env.getProperty("upload.goods.view"));
|
|
|
-
|
|
|
return super.getDeviceViewName("cart/CartListAjaxForm");
|
|
|
}
|
|
|
|