lyh 1 년 전
부모
커밋
bc4c358020
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/wechat/product/serializers.py

+ 1 - 1
apps/wechat/product/serializers.py

@@ -49,7 +49,7 @@ class ProductDetailSerializer(serializers.ModelSerializer):
         return result
 
     def get_price_f(self, obj):
-        return Formater.formatAmountShow(obj.price)
+        return Formater.formatPriceShow(obj.price)
 
     class Meta:
         model = Product