Explorar el Código

直播增加级别限制

abiao hace 4 años
padre
commit
f35d125410
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/models/order.rb

+ 1 - 0
app/models/order.rb

@@ -157,6 +157,7 @@ class Order < ActiveRecord::Base
 
     def paied_price_format
         if !self.pay_way.blank?
+            return 0
             case self.pay_way
             when "weixinpay"
                 paied_price_f = self.paied_price!=0 ? ((self.paied_price)/100.0) :0