lyh 1 năm trước cách đây
mục cha
commit
bc4c358020
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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