i want to set maximum quantity but getting error

前端 未结 0 815
天涯浪人
天涯浪人 2020-12-16 13:54

I am trying to add maximum quantity.Here is my code :

def post(self, request):
        product = request.POST.get(\'product\')
        cart = request.session.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题